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
LeSou69
Copper 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_Bowles
Mar 14, 2022Copper Contributor
I 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
- 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