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

    There is no audio for HDMI, Help!

    Scheduled Pinned Locked Moved Help and Support
    audio outputhdmi audio
    3 Posts 2 Posters 315 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.
    • A
      alicesim1
      last edited by

      I have a problem, after an update of RetroPie, I stop working the audio for HDMI, it does not work.
      In contrast audio output by 3.5mm stereo jack if it works.

      How can I solve the problem of HDMI audio output?

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

        @alicesim1 can you give more details about your system - https://retropie.org.uk/forum/topic/3/read-this-first.
        Where exactly are you noticing the audio doesn't work - game/emulationstation ? Did you check the Audio menu in the RetroPie and set it to HDMI ?

        1 Reply Last reply Reply Quote 0
        • A
          alicesim1
          last edited by

          Thanks for answering, check that other users had the same problem, so check my settings thoroughly:
          thanks to this help guide:
          https://retropie.org.uk/docs/Sound-Issues/
          This step solved the problem for me:

          USING THE BUILT-IN HDMI AUDIO
          If you have a standard RPi and want to send audio over the HDMI connector then it should just work. In some instances though, you will need to manually modify the raspberry pi boot config file (sudo nano/boot/config.txt) and ADD the following lines to those already there:

          # forces HDMI mode
          hdmi_drive=2            
          
          # Setting hdmi_force_hotplug to 1 pretends that the HDMI hotplug signal is asserted, so it appears that a HDMI display is attached. In other words, HDMI output mode will be used, even if no HDMI monitor is detected.
          hdmi_force_hotplug=1            
          
          
          # Pretends all audio formats are supported by display, allowing passthrough of DTS/AC even when not reported as supported.
          # May not be needed for all HDMI devices
          hdmi_force_edid_audio=1
          

          Once you've made the change, save the file, restart your Raspberry Pi, and move onto Step 2.

          1 Reply Last reply Reply Quote 0
          • 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.