From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: mumble issues with pulseaudio Date: Mon, 03 Apr 2017 18:41:58 +0300 Message-ID: <87k271wla1.fsf@gmail.com> References: <20170331182310.noh3apyuautud73j@abyayala> <87shlsi814.fsf@gnu.org> <20170401154331.ayicbw46mttkpsle@abyayala> <20170401154613.olv3qzrd72x36edb@abyayala> <7d1e1ea3-d45f-5942-2bb0-7c41f65dd69b@gmx.net> <87wpb1pzvv.fsf@gnu.org> 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]:48661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cv47K-0004KH-LV for help-guix@gnu.org; Mon, 03 Apr 2017 11:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cv47F-0002a2-Lq for help-guix@gnu.org; Mon, 03 Apr 2017 11:42:06 -0400 In-Reply-To: <87wpb1pzvv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 03 Apr 2017 12:08:20 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org Ludovic Court=C3=A8s (2017-04-03 12:08 +0200) wrote: > 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: > > pcm.!default { > type pulse > } > > 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. At least I'm one of those people :-) I even have the following in my .bash_profile to make sure that pulseaudio is never used: export AUDIODRIVER=3Dalsa export SDL_AUDIODRIVER=3Dalsa --=20 Alex