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
ChongWeiXiang
Brass Contributor
You can disable Raw audio capture by using this command line
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=WASAPIRawAudioCapture
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=WASAPIRawAudioCapture
LeSou69
Mar 13, 2022Copper Contributor
Would you mind to be more precise? I did it by just copy and paste both on CMD and the Run Box, but this just open another window from Edge, then I tested my mic on Meet in that windows but it didn't work, so I probably did it wrong.
- Andy_BowlesMar 14, 2022Copper ContributorI did it by changing the properties of the shortcut, then restarting Edge. It worked for me (but I decided it was too difficult to try to get our customers to do this).
- LeSou69Mar 14, 2022Copper ContributorYeah, 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
- samson895Apr 13, 2022Copper ContributorHey, can you explain it more thoroughly?, I couldn't understand how to disable it using the stated steps