Dec 29 2021 10:25 AM
In other Chromium-based browsers there is a flag "Raw audio capture", described as
"Enable/Disable the usage of WASAPI raw audio capture. When enabled, the audio stream is a 'raw' stream that bypasses all signal processing except for endpoint specific, always-on processing in the Audio Processing Object (APO), driver, and hardware."
I can't see this listed in edge://flags . Is there another way to disable "Raw audio capture"?
Background - this is why I want to disable it:
- For some Lenovo laptops that have a Conexant sound-card, in a WebRTC application, using any Chromium-based browser, the microphone volume is so quiet as to be inaudible. Changing the audio driver to a generic driver makes it slightly better, but still unusable.
- In other Chromium-based browsers, disabling "Raw audio capture" solves the problem, presumably because Conexant's signal-processing boosts the volume.
- Here is a discussion of the problem, in the context of Google Meet:
Our application is a different one, but we have the same problem.
Jan 01 2022 09:20 PM
SolutionMar 13 2022 01:02 PM
Mar 14 2022 02:21 AM
Mar 14 2022 08:13 AM
Apr 12 2022 10:29 PM
Apr 15 2022 03:02 AM
Start with a shortcut to Edge (for example, the one in the Start menu, or create a shortcut by pinning it to your taskbar).
Right-click on the shortcut and select "Properties".
In "Target", change this line:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory=Default
to
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory=Default --disable-features=WASAPIRawAudioCapture
Apr 17 2022 06:32 AM
Jan 01 2022 09:20 PM
Solution