From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: No sound in games using sdl-mixer Date: Sat, 03 Oct 2015 17:37:39 +0300 Message-ID: <87vbao9fws.fsf@gmail.com> References: <87d1wxxl5x.fsf@gmail.com> <87vbao4oep.fsf@member.fsf.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]:52716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiNwS-0006xg-5X for guix-devel@gnu.org; Sat, 03 Oct 2015 10:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiNwO-0002sK-W5 for guix-devel@gnu.org; Sat, 03 Oct 2015 10:37:40 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:36413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiNwO-0002rx-Oj for guix-devel@gnu.org; Sat, 03 Oct 2015 10:37:36 -0400 Received: by lbcao8 with SMTP id ao8so39089303lbc.3 for ; Sat, 03 Oct 2015 07:37:35 -0700 (PDT) In-Reply-To: <87vbao4oep.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Sat, 03 Oct 2015 11:33:02 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 (2015-10-03 06:33 +0300) wrote: > Alex Kost writes: > >> Hello, I have tried several games that use sdl-mixer (wesnoth, pingus, >> gnujump, extremetuxracer) and I didn't get any sound from them. Does >> anyone have this issue? >> >> My audio system is OK, I can play various formats using "aplay", "mpv", >> etc., I just don't have sound in those games. >> >> It's just my guess that "sdl-mixer" is the problem, actually I'm >> absolutely clueless how to debug it. > I have no issue with sound on GuixSD. > > You can launch those games with 'SDL_AUDIODRIVER', > set to 'alsa' or 'pulse'. > > Hope it helps. Wow! This is it, thank you very much!! Now I'm happy :-) (I'm also on GuixSD) So I didn't get it: do you also use SDL_AUDIODRIVER or does it just work for you? If "no sound" is the default, I think we should probably do something about it. --=20 Alex