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 02, 2022You can disable Raw audio capture by using this command line
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=WASAPIRawAudioCapture
Andy_Bowles
Copper 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
samson895
Apr 17, 2022Copper Contributor
Whoa, thank you very much. You saved my online interview. God bless you sir