mozilla / cubeb-pulse-rs

ISC License
15 stars 17 forks source link

PulseAudio backend microphone broken on FreeBSD #67

Closed cederom closed 3 years ago

cederom commented 3 years ago

Hello world. Recent versions of Firefox (firefox-85.0_1 and firefox-esr-78.7.0) on FreeBSD lost microphone when PulseAudio (defaul) is in use. Sound output works fine. Microphone works fine in other applications. Please fix, this blocks videoconferencing with Firefox!!

The quick fix is to use OSS backend:

media.cubeb.backend                             oss
media.cubeb.input_voice_routing                 true
media.cubeb.output_voice_routing                true
cederom commented 3 years ago

Sorry seems PulseAudio issue, rebuilding and reinstalling updated version fixed problem, no need to fallback to oss anymore :-)