[Bug 245251] www/chromium: Doesn't allow to choose a microphone
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 24 09:57:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245251
Yuri Victorovich <yuri at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
--- Comment #7 from Yuri Victorovich <yuri at freebsd.org> ---
sndio option is now the default audio backend in chrome.
The new and upcoming version of sndio recognizes AUDIOPLAYDEVICE and
AUDIORECDEVICE environment variables.
Calling chrome like this:
> AUDIOPLAYDEVICE=rsnd/2 AUDIORECDEVICE=rsnd/6 chrome
allows to choose both speaker and microphone OSS devices: /dev/audio2 and
/dev/audio6.
Again, this is assuming that the SNDIO=ON (default) and audio/sndio is patched
with the latest patches from https://github.com/ratchov/sndio
This solves the problem of selectability of audio devices, not in the runtime,
but at least through environment variables.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list