RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.06k stars 1.39k forks source link

Retropie audio #1042

Closed madmike008 closed 9 years ago

madmike008 commented 9 years ago

Hi, I'm sending this message to inform you that the 3.1 update fixed the snes game problem but now no audio will come out using the HDMI cable.

joolswills commented 9 years ago

it's likely you need to change configuration such as adding hdmi_drive=2 in /boot/config.txt

arka9ine commented 9 years ago

If you still don't get sound in retroarch, you can force HDMI audio by adding/modifying these lines to retroarch.cfg

This worked for me.

audio_rate_control = "true" audio_rate_control_delta = "0.005000" audio_max_timing_skew = "0.050000" audio_volume = "0.000000" audio_driver = "sdl" audio_enable = "true" audio_mute_enable = "false" audio_out_rate = "44100" audio_device = hw:0,1 hdmi_group=1 hdmi_mode=4 On Oct 11, 2015 12:08 PM, "Jools Wills" notifications@github.com wrote:

it's likely you need to change configuration such as adding hdmi_drive=2 in /boot/config.txt

— Reply to this email directly or view it on GitHub https://github.com/RetroPie/RetroPie-Setup/issues/1042#issuecomment-147214122 .

joolswills commented 9 years ago

Please use the forum for further help as detailed in https://github.com/RetroPie/RetroPie-Setup/blob/master/CONTRIBUTING.md - you will also find threads with information on fixing sound issues.