Replies: 2 comments 1 reply
-
|
Playback is handled by the browser engine. The web client does not do any downmixing or other processing of media. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah shortly after posting this I realize that's probably gonna be the answer. Kinda sad that browsers do that kind of things from a "modern" perspective. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By client-side I mean has a "downmixing engine" been built into the web player itself? When I play some 5.1 FLAC ("containerless", audio-only), it seems that browsers (Firefox and Chromium) output stereo streams (as per
pactl list sink-inputs).When I test with the official android app (on a phone connected to the Apple USB-C audio dongle -- stereo only), if I choose
Web playeras the playback engine, it sounds that it produces different downmix from what is produced whenIntegrated player. (I suppose the latter is letting AudioFlinger whatsoever do the downmix. In neither case did the downmixing seem to be done on the server-side -- no ffmpeg instance was running.)If so, is the "engine" like only used for ("containerless") FLAC and a few other formats/codecs but not some others?
Just curious. Not exactly try to "solve" anything.
Beta Was this translation helpful? Give feedback.
All reactions