Re: Mic does not work with Zoom on Chromium 92.0.4515.159.

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Tue, 05 Oct 2021 11:02:05 UTC
On 10/5/21 12:33 PM, KIRIYAMA Kazuhiko wrote:
> I set `export AUDIORECDEVICE="rsnd/4"', but could not grow
> /dev/dsp.4.0 ;-(

This syntax is for OpenBSD, you should use for FreeBSD:

env AUDIORECDEVICE="/dev/dsp4.0" command_goes_here

--HPS