Forum Discussion
Andy_Bowles
Dec 29, 2021Copper Contributor
Raw audio capture flag
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 bypass...
- Jan 01, 2022You can disable Raw audio capture by using this command line
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=WASAPIRawAudioCapture
LeSou69
Mar 14, 2022Copper Contributor
Yeah, I actually figure out like an hour after I asked. It was a bit tricky but that's the only way it worked for me too lol. Thanks four your help
samson895
Apr 12, 2022Copper Contributor
Hey, can you explain it more thoroughly?, I couldn't understand how to disable it using the stated steps
- Andy_BowlesApr 15, 2022Copper Contributor
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
- samson895Apr 17, 2022Copper ContributorWhoa, thank you very much. You saved my online interview. God bless you sir