2011-07-25, 11:07
Hi y'all
I've been researching the ALSA sound system but I'm lost at the moment and I'm not entirely sure anymore that I can achieve what I want.
I have a working XBMC installation running on a Ubuntu box which is connected to my Panasic TV through HDMI. The Panasonic TV is then connected to a Dolby Pro Logic II receiver using analog jacks.
The Dolby Pro Logic II system as some of you may know creates 5.1 surround from a stereo source if this stereo source is mixed correctly.
Alsa should support this since there exists a /usr/share/alsa/pcm/dpl.conf file in which the following is defined:
So now my question is how to setup my .asoundrc file in order to output the DPL2 signal to my HDMI as passthrough (and then hope my TV doesn't screw it up)
Hopefully you can help me out or point me in the right direction.
I've been researching the ALSA sound system but I'm lost at the moment and I'm not entirely sure anymore that I can achieve what I want.
I have a working XBMC installation running on a Ubuntu box which is connected to my Panasic TV through HDMI. The Panasonic TV is then connected to a Dolby Pro Logic II receiver using analog jacks.
The Dolby Pro Logic II system as some of you may know creates 5.1 surround from a stereo source if this stereo source is mixed correctly.
Alsa should support this since there exists a /usr/share/alsa/pcm/dpl.conf file in which the following is defined:
Quote:pcm.!dpl2 {
@args [SLAVE]
@args.SLAVE {
type string
}
type route
slave.pcm $SLAVE
slave.channels 2
# input: FL/FR/SL/SR/C/LFE
# LFE not used
ttable.0.0 1
ttable.1.1 1
ttable.2.0 0.866
ttable.2.1 -0.5
ttable.3.0 0.5
ttable.3.1 -0.866
ttable.4.0 0.707
ttable.4.1 0.707
ttable.5.0 0
ttable.5.1 0
}
So now my question is how to setup my .asoundrc file in order to output the DPL2 signal to my HDMI as passthrough (and then hope my TV doesn't screw it up)
Hopefully you can help me out or point me in the right direction.