RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Splash screen no audio.

    Scheduled Pinned Locked Moved Help and Support
    splashsceenaudio issueshelp me
    18 Posts 3 Posters 6.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H3rmitPl4ysH
      H3rmitPl4ys @mitu
      last edited by

      @mitu I used my PC and got the Mp4 file off a website and I connected through LAN so I used the IP from My PI and placed the Mp4 file into the splash screen folder.

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @H3rmitPl4ys
        last edited by

        @h3rmitpl4ys So the file should be in /home/pi/RetroPie/splashscreens. List the folder's contents with the command

        ls /home/pi/RetroPie/splashscreens/
        

        note the filename and then run omxplayer with

        omxplayer /home/pi/RetroPie/splashscreens/filename.mp4
        

        replacing filename.mp4 with the actual name of the file. Do you get any audio ?

        1 Reply Last reply Reply Quote 0
        • H3rmitPl4ysH
          H3rmitPl4ys
          last edited by

          Just tried it, It pops up and plays the splash screen but there is no audio.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @H3rmitPl4ys
            last edited by mitu

            @h3rmitpl4ys OK, so that's the command run at the beginning. You need to pass to tell omxplayer which audio device to use, so run the command like

            omxplayer -o local /home/pi/RetroPie/splashscreens/filename.mp4
            

            If you get audio, it means the USB soundcard is detected and working. Try to apply the advice in https://www.woltersadvertising.com/how-to-set-default-raspberry-pi-sound-output-to-usb-device-on-raspbian-jessie-and-retropie/ to change the default audio output from the built-in HDMI audio to the USB soundcard.

            1 Reply Last reply Reply Quote 0
            • H3rmitPl4ysH
              H3rmitPl4ys
              last edited by

              I'm still not getting audio even when adding the -o local. It's weird because I get audio when playing games and in the menu. yet I don't on the splash screen.

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @H3rmitPl4ys
                last edited by

                @h3rmitpl4ys omxplayer can be directed to the correct audio device with the -o parameter

                 -o  --adev  device          Audio out device      : e.g. hdmi/local/both/alsa[:device]
                

                Check which Audio device you have set in Emulationstation and try to specify it in the command line to test if it work. Alternatively you can run aplay -l to see the available devices in the system to determine which one is the USB.
                Once you find the right parameter value, then you can modify the splashscreen command and add it there also.
                But have you checked the link I posted for making the USB soudcard the default ?

                1 Reply Last reply Reply Quote 0
                • H3rmitPl4ysH
                  H3rmitPl4ys
                  last edited by

                  @mitu I just did something by accident. I did the first command you told me to do but instead of local I changed it to asla. And what do you know I get sound! Now all I gotta do is figure out how to get the actual splashcreen working!

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @H3rmitPl4ys
                    last edited by

                    @h3rmitpl4ys The splashscreen is started from /opt/retropie/supplementary/splashscreen/asplashscreen.sh, you could edit the script and modify line 35 so instead of

                    omxplayer -o both
                    

                    it's started with

                    omxplayer -o alsa
                    

                    It's not the most elegant solution, but give it a try.

                    L 1 Reply Last reply Reply Quote 1
                    • H3rmitPl4ysH
                      H3rmitPl4ys
                      last edited by

                      @mitu Thanks so much!! It finally works! I get sound when I boot it up!

                      1 Reply Last reply Reply Quote 0
                      • L
                        LionSquall @mitu
                        last edited by

                        @mitu I know you do not like to revive post but thanks for this help

                        1 Reply Last reply Reply Quote 0
                        • VirgoHV VirgoH referenced this topic on
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.