Picade Hat and sound output for video SplashScreen

Hi ,

I might be missing something ,but as i know , picade Hat uses a different audio path than standard raspberry pi setup ,and effectivelly , sound is working perfectly fine once in emulation station.
But since i use a video splah screen , is there a way to tell omx to use the same audio path ?

Thanks,
Phil

Hi !

I had same issue… but fixed it ;)

  • Edit the asplashscreen.sh located (usually) in Opt/retropie/supplementary/splashscreen/

  • Find the line omxplayer -o both -b --layer 10000 “$line”
    and change it for omxplayer -o alsa -b --layer 10000 “$line”

Reboot… and BOOM sounds is coming back !

1 Like