From owner-freebsd-x11@freebsd.org Sun Jul 1 22:46:43 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CFBAFE3D2A for ; Sun, 1 Jul 2018 22:46:43 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB8C782000 for ; Sun, 1 Jul 2018 22:46:42 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id w61MkfI1040340 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 1 Jul 2018 22:46:41 GMT (envelope-from list1@gjunka.com) Subject: Re: Audio output in Friefox To: Greg V Cc: x11-list freebsd References: <08f3068e-b2c4-8d78-946a-c736ef204ee9@gjunka.com> <7e476630-52a5-45aa-115e-333c9ae8aef6@gjunka.com> <1530481779.15209.1@hraggstad.unrelenting.technology> From: Grzegorz Junka Message-ID: <30149b8a-8a23-b3be-6b1f-8e508cafa5ba@gjunka.com> Date: Sun, 1 Jul 2018 22:46:41 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1530481779.15209.1@hraggstad.unrelenting.technology> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB-large X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 22:46:43 -0000 On 01/07/2018 21:49, Greg V wrote: > > On Sun, Jul 1, 2018 at 12:27 PM, Grzegorz Junka wrote: >> >> On 01/07/2018 03:03, Adam wrote: >>> On Sat, Jun 30, 2018 at 6:40 PM, Grzegorz Junka >> > wrote: >>> >>>     Hello, >>> >>>     Firefox options allow to use ALSA/JACK/PulseAudio/SndIO as audio >>>     output. Assuming that more than one is selected, how can I switch >>>     which one Firefox should use? >>> >>>     Thanks >>> >>>     GrzegorzJ >>> >>> >>> pkg info -D firefox >> >> Excellent, thank you Adam! Do you know why Jack is being selected by >> default rather than Alsa or even OSS, which also seems to be working >> fine? > > Maybe because you have a JACK server running? > > It's always been 'pulse-rust' for me. > Yes, I do have the JACK server configured and running, but should that be enough to enable this particular backend by default? OSS and Alsa are also available. Why choose JACK over them? I am not complaining, just trying to understand how the selection happens, i.e. if it's automatic or hardcoded in some FreeBSD patches or Firefox code.