From nobody Mon Oct 4 11:04:15 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 DB6EA17A9645 for ; Mon, 4 Oct 2021 11:04:28 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNHsm5LK2z4Z16 for ; Mon, 4 Oct 2021 11:04:28 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 9013E2600DF; Mon, 4 Oct 2021 13:04:27 +0200 (CEST) Subject: Re: Mic does not work with Zoom on Chromium 92.0.4515.159. To: KIRIYAMA Kazuhiko Cc: freebsd-multimedia@freebsd.org References: <202110041017.194AHqZ9085897@kx.truefc.org> <6323c7c6-1221-1bb4-6028-344fded44558@selasky.org> <202110041052.194AqeLc086237@kx.truefc.org> From: Hans Petter Selasky Message-ID: Date: Mon, 4 Oct 2021 13:04:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 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 In-Reply-To: <202110041052.194AqeLc086237@kx.truefc.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HNHsm5LK2z4Z16 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, On 10/4/21 12:52 PM, KIRIYAMA Kazuhiko wrote: > sndiod already has been worked : If the microphone and playback device is two different /dev/dsp's you need to add some additional flags to sndiod in /etc/rc.conf, before it will work. sndiod only works on one audio device at a time. See "man sndiod". --HPS