Basta definir
sounddevice sexyal-literal-default
FYI: link .
Eu não estou recebendo nenhum som em Mednafen no Linux MInt 17.1 Mate 64-bit. Parte relevante de
~/.mednafen/mednafen.cfg
são:
;Disable speed throttling when sound is disabled.
nothrottle 0
;Automatically save and load save states when a game is closed or loaded, respectively.
autosave 0
;Select sound driver.
sounddriver default
;Select sound output device.
sounddevice default
;Sound volume level, in percent.
soundvol 100
;Enable sound emulation.
sound 1
;If non-zero, specifies the desired period size in microseconds. Currently only affects OSS and ALSA output.
sound.period_time 0
;Specifies the desired size of the sound buffer, in milliseconds.
soundbufsize 32
;Specifies the sound playback rate, in frames per second("Hz").
soundrate 48000
Parte relevante da saída ao iniciar o Mednafen a partir da linha de comando é:
Initializing sound...
Using "ALSA" audio driver with device "default":ALSA Error: snd_pcm_open(&alsa_pcm, id ? id : "hw:0", SND_PCM_STREAM_PLAYBACK, 0) No such file or directory
Error opening a sound device.
Eu tenho alsa-base instalada, eu preciso de algo mais também? Alguma idéia?
Selecione o driver de som
sounddriver sdl
Isso funcionou para mim: Ubuntu 12.04
Se você colocar algo errado, irá mostrar uma lista de opções no terminal quando for executado. Minhas opções para sounddriver: também, oss, sdl, jack, dummy