[PulseAudio] Chrome/Chromium doesn't work correctly with the plugin
werman opened this issue · 2 comments
werman commented
It is observed that Chrome/Chromium doesn't work correctly with the monitor of null sink we create, not only it doesn't use it - it doesn't use the raw output of the mic.
Also see https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/120
lawl commented
I've stumbled across a solution for this here
Running:
pacmd load-module module-remap-source master=mic_denoised_out.monitor source_name=mic_remap source_properties="device.description='Denoised_Microphone'"
Creates an input source that I can just select in programs (instead of forcing it on them with pavucontrol
. Side note: Couldn't get it to accept 'Denoised Microphone' with a space. But otherwise works fine for me.
Side note 2: I had no problem forcing the monitor on chromium with pavucontrol
.
werman commented
Thanks for letting me know!