From owner-freebsd-multimedia@freebsd.org Sat Apr 4 08:40:34 2020 Return-Path: Delivered-To: freebsd-multimedia@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82F022A578D for ; Sat, 4 Apr 2020 08:40:34 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48vVcd07XCz4DpR for ; Sat, 4 Apr 2020 08:40:33 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6E0A82A5784; Sat, 4 Apr 2020 08:40:26 +0000 (UTC) Delivered-To: multimedia@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CF472A5783 for ; Sat, 4 Apr 2020 08:40:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48vVc9221Sz4Dhd for ; Sat, 4 Apr 2020 08:40:08 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DDE6B260074; Sat, 4 Apr 2020 10:39:56 +0200 (CEST) Subject: Re: no audio with simplescreenrecorder To: Kevin Oberman Cc: multimedia@freebsd.org References: From: Hans Petter Selasky Message-ID: Date: Sat, 4 Apr 2020 10:39:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48vVc9221Sz4Dhd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-4.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-2.68)[ip: (-9.21), ipnet: 2a01:4f8::/29(-2.60), asn: 24940(-1.57), country: DE(-0.02)]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 08:40:34 -0000 On 2020-04-04 03:55, Kevin Oberman wrote: > On Fri, Apr 3, 2020 at 1:15 PM Hans Petter Selasky wrote: > >> On 2020-04-03 19:29, Kevin Oberman wrote: >>> I am attempting to capture screen video with >>> multimedia/simplescreenrecorder and can't seem to record the audio. Video >>> is fine, but the audio silent. I have tried oth Pulse and ALSA to find >> only >>> silence. >>> >>> My system is an old ThinkPad T520 with Conexant CX20590 HDA audio. >>> >>> I select "Record audio" and, for ALSA, OSS. For Pulse, I select >> /dev/dsp0. >>> >>> Anyone have this working? Any clues appreciated! >> >> What is the output from mixer? >> >> Did you select the correct recording source? >> >> --HPS > > > Bingo! Well, sort of. I had "mic" as my record device and changes it to the > only other option, "monitor. Now I get sound, but I am getting both the > audio from the web site and from the microphone. I set the mic gain to 0:0, > but I still hear the sounds in the room. I'm just guessing that my audio > device setup is wrong. > > I have the following mixer setup: >> mixer > Mixer vol is currently set to 100:100 > Mixer pcm is currently set to 100:100 > Mixer speaker is currently set to 100:100 > Mixer mic is currently set to 0:0 > Mixer rec is currently set to 1:1 > Mixer monitor is currently set to 75:75 > Recording source: monitor > Try something like: mixer recsrc=mic --HPS