I’m trying to get a Colecovision emulator running. I’ve got two binaries now that work. However, I noticed that they do not have sound.
Then I tried to start another emulator (mame4all), that definitely works w/ sound from within EmulationStation (ES), from the command line instead of via ES. No sound either!
Some of you might know that ES starts emulators via “a script” (see /etc/emulationstation/es_systems.cfg) with a command like this:
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ mame-mame4all %ROM%</command>
I cannot get ES tot start the Colecovision emu with such a commend via the “runcommand”, I just run it from ES like this in /etc/emulationstation/es_systems.cfg:
<command>/opt/retropie/emulators/coolcv/coolcv_pi %ROM% </command>
But that results in the emu running without sound.
Why don’t I get sound in emulators when I start them from the command line?