From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: mumble issues with pulseaudio Date: Sat, 01 Apr 2017 15:15:03 +0200 Message-ID: <87shlsi814.fsf@gnu.org> References: <20170331182310.noh3apyuautud73j@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuIs2-00070v-HQ for help-guix@gnu.org; Sat, 01 Apr 2017 09:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuIry-0005ZU-HC for help-guix@gnu.org; Sat, 01 Apr 2017 09:15:10 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuIry-0005ZM-E1 for help-guix@gnu.org; Sat, 01 Apr 2017 09:15:06 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:58510 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cuIrx-0005iC-OK for help-guix@gnu.org; Sat, 01 Apr 2017 09:15:06 -0400 In-Reply-To: <20170331182310.noh3apyuautud73j@abyayala> (ng0's message of "Fri, 31 Mar 2017 18:23:10 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, ng0 skribis: > The bug is, you have to close every possible open application which > could make use of sound input/output (webbrowser, IM, etc) then shake > the random dice pair and hope that Mumble detected your sound devices. > If it didn't, you have to wait some seconds and restart Mumble and > repeat it until your sound devices appear to be working. > This is annoying and can leave you with the impression that it doesn't > work - but it does work. Could it be that Mumble does *not* use PulseAudio, but instead attempts to use ALSA directly? PulseAudio works best when all the applications on the system use it. :-) You can check with =E2=80=98pavucontrol=E2=80=99 the list of applicati= ons currently doing audio with PulseAudio. Note that applications that use PulseAudio, including =E2=80=98pavucontrol= =E2=80=99, automatically start the pulseaudio daemon if it=E2=80=99s not already runni= ng. HTH! Ludo=E2=80=99.