On Thu, Apr 23, 2020 at 10:01:52AM -0400, Jon Fineman wrote: > On 2020-04-23 08:40, Alexandre Ratchov wrote: > > On Wed, Apr 22, 2020 at 02:17:35PM +0000, Jon Fineman wrote: > > > > > > Is there a way to set the mic to one channel and the speakers to > > > another? Or merge the speakers from channel rsnd/0 and rsnd/1 > > > together and have them output on rsnd/0? > > > > Sorry, two devices can't be combined into a single one on OpenBSD. > > > > What started me down this path was that I can't get chromium or firefox to > recognize the webcam if it is using rsnd/1. Changing it to rsnd/0 allowed > the browsers to see it. > > Am I doing something wrong with configuring things? I am on 6.7 > GENERIC.MP#128 amd64. > > If the browser recognizes the webcam on rsnd/1 I could then get a combo > headphone and mic and plug that into rsnd/0, assuming the browser will > recognize the audio on rsnd/0. >
The c310 has two devices inside a webcam and a usb microphone. The webcam is a video(4) device and can be used for video capture no matter if the microphone is used or not. For video(4) devices to work, /dev/video0 permissions need to be adjusted. Currently browsers need a full-duplex audio device for telephony web-sites, so the webcam microphone won't work for them, sorry. Note that the "rsnd/N" you're refering to were disabled to regular users recently, but that's not related your problem.