Closed GoogleCodeExporter closed 8 years ago
Have you tried running `pasuspender mupen64plus` rather than just `mupen64plus`?
That'll tell PulseAudio to let go of the sound card until mupen64plus exits.
Original comment by stephan....@gmail.com
on 6 Jul 2008 at 5:31
This is not a mupen64plus bug; it's a system problem. The Jttl_audio plugin
uses SDL
for sound output, so if you're not hearing anything then you should start by
looking
at SDL. The way that SDL handles sound output in Linux is that it has a bunch
of
different output modules which can be used depending upon the environment. It
probably defaults to ALSA, so one way you could start is by making sure that
you have
the ALSA plugin for PulseAudio and that alsa-type output is working. Another
possible troubleshooting path that you can take is to force SDL to use a
different
audio output type. There is an environment variable (SDL_AUDIODRIVER) which
you can
export to force SDL to use a different audio output module, then you can try
running
Mupen64Plus. Possible values for this variable for a Linux system are: dsp,
alsa,
artsc, esd, and dma.
Original comment by richard...@gmail.com
on 6 Jul 2008 at 1:04
Original issue reported on code.google.com by
rg-m...@web.de
on 3 Jul 2008 at 3:32