From nobody Mon Oct 4 11:05:43 2021 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5AFD717A9ABF for ; Mon, 4 Oct 2021 11:05:52 +0000 (UTC) (envelope-from alex@caoua.org) Received: from moule.caoua.org (moule.caoua.org [109.190.1.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4HNHvN01jQz4Z25 for ; Mon, 4 Oct 2021 11:05:51 +0000 (UTC) (envelope-from alex@caoua.org) Received: from localhost (moule.localdomain [local]) by moule.localdomain (OpenSMTPD) with ESMTPA id f8dbc250; Mon, 4 Oct 2021 13:05:43 +0200 (CEST) Date: Mon, 4 Oct 2021 13:05:43 +0200 From: Alexandre Ratchov To: KIRIYAMA Kazuhiko Cc: Hans Petter Selasky , freebsd-multimedia@freebsd.org Subject: Re: Mic does not work with Zoom on Chromium 92.0.4515.159. Message-ID: References: <202110041017.194AHqZ9085897@kx.truefc.org> <6323c7c6-1221-1bb4-6028-344fded44558@selasky.org> <202110041052.194AqeLc086237@kx.truefc.org> List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110041052.194AqeLc086237@kx.truefc.org> X-Rspamd-Queue-Id: 4HNHvN01jQz4Z25 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, Oct 04, 2021 at 07:52:40PM +0900, KIRIYAMA Kazuhiko wrote: > Hi, Hans > > On Mon, 04 Oct 2021 19:27:32 +0900, > Hans Petter Selasky wrote: > > > > Hi, > > > > On 10/4/21 12:17 PM, KIRIYAMA Kazuhiko wrote: > > > I'm now trying to webrct meeting by zoom on chromium-92.0.4515.159_1. > > > > From my understanding, you will need to install, configure and use > > audio/sndio to get this working reliably. I'm not sure if we have any > > maintainers for the OSSv4 audio backends in Chrome. > > sndiod already has been worked : > > kiri@smtp:~[1050]% ps -ax| grep sndiod > 81003 - IsJ 0:30.29 /usr/local/bin/sndiod > 86214 9 S+J 0:00.00 grep sndiod > kiri@smtp:~[1051]% > > and I confirmed chromium set to SNDIO option "on" : > Try to figure out if this is caused by sndiod or chromium: start recording a small file: aucat -o /tmp/test.wav make few seconds of sound then press ^C. Then play the file: aucat -i /tmp/test.wav and check that it contains the sounds. With no options, sndiod will use the first audio device, most probably the internal sound card.