https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245251
Yuri Victorovich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #7 from Yuri Victorovich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
