The sound is skippy
Moderator: ZSNES Mods
-
- New Member
- Posts: 3
- Joined: Mon Jul 05, 2010 9:39 pm
The sound is skippy
It could just be my computer but if anyone has any ideas to fix it up I'm open to them, thanks
Re: The sound is skippy
Some specs and what version and a better description of the problem would be nice. People here aren't psychics (I think).
Re: The sound is skippy
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.
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.
Re: The sound is skippy
Make sure the sound isn't routing through pulseaudio or anything like that.
Try this:
from the terminal
Another thing to try is:
That'll go through the OSS emulation layer of ALSA, but some people have good luck doing that, because it bypasses the software mixer.
Try this:
Code: Select all
SDL_AUDIODRIVER=alsa zsnes
Another thing to try is:
Code: Select all
SDL_AUDIODRIVER=oss zsnes
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
Re: The sound is skippy
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
Re: The sound is skippy
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.
Re: The sound is skippy
Possibly an issue with PulseAudio?
Re: The sound is skippy
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:
change it to:
it worked for me very well...clear sound...no crackles any more... 
maybe it helps
you can try this:
open "zsnesl.cfg" in editor and search for:
Code: Select all
libAoDriver=
Code: Select all
libAoDriver="pulse"

maybe it helps