- Try changing the Sampling Rate to 44100 or 48000 Hz.
- Try disabling ESD, ARTSd, JACKd, or any other sound daemon you may be running [see below for how to do this].
- If you are using Debian or Ubuntu, try installing libsdl1.2debian-all, then try the next option:
Code: Select all
# Try this: SDL_AUDIODRIVER=alsa zsnes # If that doesn't work [e.g., you don't get any sound], try this: SDL_AUDIODRIVE=oss # If *that* doesn't work, talk to your system administrator.
- If you are using an onboard sound card, try installing an offboard sound card. If you are using a laptop, you're pretty much out of luck, sorry.
Run the following in a terminal [e.g., gnome-terminal, konsole, xfterm4, xfce4-terminal, Terminal, etc]:
Code: Select all
ps aux | grep esd
ps aux | grep artsd
ps aux | grep jackd
Code: Select all
aphrael 11714 0.0 1.0 15576 7908 ? Ss 2006 0:00 /usr/bin/xfrun4 --daemon
aphrael 30153 0.0 0.1 2448 956 pts/3 R+ 16:06 0:00 ps aux
Code: Select all
aphrael 30159 0.0 0.0 2820 712 pts/3 R+ 16:09 0:00 grep ps
Code: Select all
killall application_name_goes_here