Open giantalbi opened 10 years ago
Can you post details regarding that WAV files? If you don't know how, just upload the WAVs somewhere and let me check.
I took them on an old retroPie theme https://www.dropbox.com/home/Public/RetroPie/sounds
You are using it wrong, the theming system has changed since version 2.0. The sound tag is now a property of the textlist element. Look here: https://github.com/Aloshi/EmulationStation/blob/unstable/THEMES.md
You have to add <scrollSound>~/.emulationstation/themes/sounds/GS25.wav</scrollSound>
inside the <textlist>
element.
I just tried it by myself. It works but only after the third key press when scrolling through the game list.
The other tags from your XML <menuBackSound>
<menuOpenSound>
<menuSelectSound>
don't exist any longer. I think it would be good to be able define sounds for the carousel (system select) and the menu, as well as a select and a execute-sound for each of them @Aloshi.
If it doesn't work, it's possible that you have the same issue as described here: https://github.com/Aloshi/EmulationStation/issues/130
Try to launch a game and quit it. Are the sounds playing now? Also try to change the values in config.txt
as described in https://github.com/Aloshi/EmulationStation/issues/130 - be sure to choose the right number matching to your screens resolution. Documentation here: http://elinux.org/RPiconfig#Video_mode_options
Hi, i was trying to add the old menu sound into the 'simple' theme. So in the simple.xml file, I put the sound tag in the root of the
<theme>
tag like thisWhen i select the theme set in EmulationStation (on my raspberry pi), no sounds are playing (i put them in the right directory).