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 23:18:45 +0200 Message-ID: <8737dpdway.fsf@gnu.org> 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> <87k271wla1.fsf@gmail.com> <20170403155211.yntkepqmkesu5yoa@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]:40999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cv9NG-0004DV-13 for help-guix@gnu.org; Mon, 03 Apr 2017 17:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cv9NB-0006HT-Sz for help-guix@gnu.org; Mon, 03 Apr 2017 17:18:53 -0400 In-Reply-To: <20170403155211.yntkepqmkesu5yoa@abyayala> (ng0's message of "Mon, 3 Apr 2017 15:52:11 +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: Alex Kost Cc: help-guix@gnu.org ng0 skribis: > Alex Kost transcribed 0.8K bytes: >> Ludovic Court=C3=A8s (2017-04-03 12:08 +0200) wrote: >>=20 >> > 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. >>=20 >> 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: >>=20 >> export AUDIODRIVER=3Dalsa >> export SDL_AUDIODRIVER=3Dalsa >>=20 >> --=20 >> Alex >>=20 > > I have an idea: > > Default to include it. > We could have a setting which can be defined in the > (operating-system) to set (profile-creation-asoundrc #f). I was talking of the account skeletons, i.e., the files that are automatically installed in the home directory of a newly-created account (see (gnu system shadow)). These files can always be modified or removed by the user afterwards. Still I understand that choosing a default is always difficult. :-) Ludo=E2=80=99.