HDMI audio adjustment
Posted: Mon Feb 25, 2013 4:37 am
I have been struggling to get HDMI audio to work. I finally got it making some sound using the code: The sound it makes though isn't the full "Front, Center" it's more of a "ter." I have also tried to play an MP3 with VLC. Both tests work with the 3.5mm jack without a single hiccup.
I have everything in /boot/config.txt force the hdmi audio output
Clearly the receiver is getting the audio from the Pi, I believe that it is just a signal issue and the receiver does not recognize the signal that it is getting.
Any help/ideas would be much appreciated.
Code: Select all
sudo aplay /usr/share/sounds/alsa/Front_Center.wavI have everything in /boot/config.txt force the hdmi audio output
Code: Select all
hdmi_force_hotplug=1Code: Select all
hdmi_group=1Code: Select all
config_hdmi_boost=4Code: Select all
hdmi_drive=2Any help/ideas would be much appreciated.