I have a official 7.1ch TrueHD sound check file that has a person
speak out the channel names clearly but when outputting to my receiver
as pcm the following channels are mixed up

"right surround" with "right rear surround"
and
"left surround" with "left rear surround"

How can I modify this asound.conf to swap those around since my
guessing doesn't work and is not close (example center ended up out of
the right rear)



#cat /etc/asound.conf
pcm.!hdmi-remap {
  type asym
  playback.pcm {
    type plug
    slave.pcm "remap-surround71"
  }
}

pcm.!remap-surround71 {
  type route
  slave.pcm "hw:1,3"
  ttable {
    0.0= 1
    1.1= 1
    2.2= 1
    3.3= 1
    4.4= 1
    5.5= 1
    6.6= 1
    7.7= 1
  }
}

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to