Multiple audio streams
Aknowledgements
-
[X] I have checked that there's no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.
-
[X] I can confirm that this is not an issue with the Discord website, but it is a problem specific to the WebCord itself. I have tested if this bug occurs on Chromium/Chrome or any other Chromium-based browser that uses unpatched/upstream Chromium engine.
-
[X] I have tried running the build from the
masterbranch and it does not have any fixes implemented according to my issue. -
[ ] My issue describes one of the unstable and/or not fully implemented features.
-
[ ] I have found a workaround to mitigate or temporarily fix this issue in affected releases (please write it in Additional context section below).
Operating System / Platform
🐧️ Linux
Operating system architecture
x64 (64-bit Intel/AMD)
Electron version
21.3.0
Application version
3.10.0
Bug description
In sound webcord is registering as multiple programs open at the same time. When controlling the slider from pcpanel it controls the first "audio stream" which has no audio.
Additional context

For instance, audio from web-cord comes from the second bar.

Well, WebCord doesn't really manage streams – this is left to Chomium and (I suppose) the website to manage. And I wouldn't be so sure this stream is useless, there might be a reason it is created like Discord using separate stream for microphone or video, but I dunno which exactly web APIs they're using…
In general, Chromium is responsible for the right API usage, althrough WebCord can always tweak it in some way, sometimes Electron provides an API for that (like in case of permission * handlers).