Re: OpenBSD friendly usb WebCam/Mic for Teams Meetings
Kirill A. Korinsky <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 06 Jun 2026 01:17:21 +0200, "Heppler, J. Scott" <[email protected]> wrote: > > Thanks - it's almost working. > > The usb webcam microphone uses /dev/audio1 and the Teams host receives > audio if /dev/audio1 has been set to the default audio device. I do not > receive the hosts audio through /dev/audio1. > > I receive audio, in chromium, with the default audio set at /dev/audio0 > but the host does not receive the audio feed. > > I'm wondering if I can enable both /dev/audio0 and /dev/audio1. > Alternatively, I suspect that an old Mic plugged into the onboard audio > input would work. > > aucat(1) indicates a second device can be a slave with output to a > second program but not wot the same program. Can both audio0 and audio1 > be multiplex'd and feed to chromium - hopefully without feedback issues? > I think you just need to add -f / -F to sndiod -F device Same as -f except that if the device is disconnected, the one given with the previous -f or -F option will be used. -f device Add this sndio(7) audio device to devices used for playing and/or recording. Preceding per-device options (-aberwz) apply to this device. Sub-devices (-s) that are applied after will be attached to this device. Device mode and parameters are determined from sub-devices attached to it. If no -f option is used, sndiod will use rsnd/0, rsnd/1, ..., rsnd/3. -- wbr, Kirill