[Bug 257639] www/firefox: broken mic in WebRTC in 91.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Aug 2021 21:32:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257639

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
I don't have a microphone to confirm but rebuild with default options to try
other audio backends as decribed in pkg-message. Of available backends on
FreeBSD upstream only tests "pulse-rust" while the rest are up to their
respective communities.

Sometimes running unit tests helps expose bugs e.g.,

$ pkg install cmake ninja git
$ git clone https://github.com/mozilla/cubeb
$ cmake -G Ninja -S cubeb -B cubeb_build
$ cmake --build cubeb_build
$ CUBEB_BACKEND=oss ctest --test-dir cubeb_build

-- 
You are receiving this mail because:
You are the assignee for the bug.