Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 09:57:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 245251] www/chromium: Doesn't allow to choose a microphone
Message-ID:  <bug-245251-28929-NXk9xZ10ww@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245251-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245251-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245251

Yuri Victorovich <yuri@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |FIXED

--- Comment #7 from Yuri Victorovich <yuri@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=3Drsnd/2 AUDIORECDEVICE=3Drsnd/6 chrome

allows to choose both speaker and microphone OSS devices: /dev/audio2 and
/dev/audio6.

Again, this is assuming that the SNDIO=3DON (default) and audio/sndio is pa=
tched
with the latest patches from https://github.com/ratchov/sndio

This solves the problem of selectability of audio devices, not in the runti=
me,
but at least through environment variables.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245251-28929-NXk9xZ10ww>