The sound is skippy

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
ShamrockGold
New Member
Posts: 3
Joined: Mon Jul 05, 2010 9:39 pm

The sound is skippy

Post by ShamrockGold »

It could just be my computer but if anyone has any ideas to fix it up I'm open to them, thanks
Johan_H
Starzinger Addict
Posts: 998
Joined: Tue Aug 17, 2004 1:14 pm
Location: Sweden
Contact:

Re: The sound is skippy

Post by Johan_H »

Some specs and what version and a better description of the problem would be nice. People here aren't psychics (I think).
c.dub
New Member
Posts: 4
Joined: Mon Jul 19, 2010 12:12 am

Re: The sound is skippy

Post by c.dub »

I can't speak for the above user, but I'm also having problems with my sound. In ZSNES, it's not so much skippy as there is a slight delay - the sound comes about a half second after the action. I'm not sure if this is helpful, but the play/sound in DeSmuMe (DS emulator) and SNES-9x are both worse, and it feels like I'm constantly stopping and starting rapidly.

I'm running Core 2 Duo 3 gigahertz x 2 processor, 250 gb hdd, and Linux Mint 9 (which is pretty much Ubuntu 10.04).

Also perhaps relevant, the problem disappears (at least for ZSNES, haven't tried the other ones yet) when running under Wine.
paulguy
Zealot
Posts: 1076
Joined: Sat Jul 02, 2005 2:01 am
Contact:

Re: The sound is skippy

Post by paulguy »

Make sure the sound isn't routing through pulseaudio or anything like that.

Try this:

Code: Select all

SDL_AUDIODRIVER=alsa zsnes
from the terminal

Another thing to try is:

Code: Select all

SDL_AUDIODRIVER=oss zsnes
That'll go through the OSS emulation layer of ALSA, but some people have good luck doing that, because it bypasses the software mixer.
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
c.dub
New Member
Posts: 4
Joined: Mon Jul 19, 2010 12:12 am

Re: The sound is skippy

Post by c.dub »

Tried both of those, neither had an effect. In fact, when I typed in zsnes in the terminal by itself, after I had tried SDL_AUDIODRIVER=oss zsnes, I got this output in the terminal:
Audio Opened.
Driver: Advanced Linux Sound Architecture (ALSA) output
Channels: 2
Rate: 32000
c.dub
New Member
Posts: 4
Joined: Mon Jul 19, 2010 12:12 am

Re: The sound is skippy

Post by c.dub »

Just a quick update - I switched from Gnome to LXDE and the problem was solved. Not sure why Gnome was doing that, as I believe I have decent enough specs, but alas, I think I'll stick with this anyway.
kode54
Zealot
Posts: 1140
Joined: Wed Jul 28, 2004 3:31 am
Contact:

Re: The sound is skippy

Post by kode54 »

Possibly an issue with PulseAudio?
fleshgordon

Re: The sound is skippy

Post by fleshgordon »

Hi, I had a problem in Ubuntu 9.10 with PulseAudio and crackling sound...

you can try this:

open "zsnesl.cfg" in editor and search for:

Code: Select all

libAoDriver=
change it to:

Code: Select all

libAoDriver="pulse"
it worked for me very well...clear sound...no crackles any more... :wink:
maybe it helps
Post Reply