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: Mon, 03 Apr 2017 12:08:20 +0200 Message-ID: <87wpb1pzvv.fsf@gnu.org> References: <20170331182310.noh3apyuautud73j@abyayala> <87shlsi814.fsf@gnu.org> <20170401154331.ayicbw46mttkpsle@abyayala> <20170401154613.olv3qzrd72x36edb@abyayala> <7d1e1ea3-d45f-5942-2bb0-7c41f65dd69b@gmx.net> 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]:43310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuyuP-0008Dr-VI for help-guix@gnu.org; Mon, 03 Apr 2017 06:08:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuyuM-0003ku-Ml for help-guix@gnu.org; Mon, 03 Apr 2017 06:08:25 -0400 In-Reply-To: <7d1e1ea3-d45f-5942-2bb0-7c41f65dd69b@gmx.net> (Florian Paul Schmidt's message of "Sun, 2 Apr 2017 11:33:46 +0200") 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: Florian Paul Schmidt Cc: help-guix@gnu.org Florian Paul Schmidt skribis: > If the PulseAudio installation shipped with GuixSD is "sane" then it > will provide a virtual ALSA pcm device and will globally route the pcm > device called "default" to this virtual PCM device. This device will > provide stream mixing, etc.. FWIW I have ~/.asoundrc with: --8<---------------cut here---------------start------------->8--- pcm.!default { type pulse } --8<---------------cut here---------------end--------------->8--- to =E2=80=9Creroute=E2=80=9D ALSA applications to PulseAudio. I=E2=80=99m not sure whether we should do that by default, or install this .asoundrc for newly-created accounts. I guess some people may not want it. Thoughts? Ludo=E2=80=99.