Doing the following fixed the problem:
-Setup an ALSA plugin to resample the audio
- Create a file /etc/asound.conf file (make sure the card and device numbers are correct for your system.. Run aplay -l to find the right settings)
hdmi {
type hw
card 1
device 3
}
pcm.hdmiconv {
type plug
slave {
pcm "hw:1,3"
rate 48000
}
}
- In XBMC -> Settings -> System -> Audio -> Device -> Custom -> enter 'hdmiconv'
- Reboot
- Fixed!
Thanks mate, this saved me a lot of trouble.
ReplyDeleteWorks like a charm.
Oh, I see that this post is almost 4 years old. This HDMI thing is still an issue in Ubuntu 13.10.
I guess I should post a bug in Launchpad...
All the best
Benjamin