i have been attempting to get my front channel to play
at the same time as my center_lfe channel, and i have
not been able to do it until now.

i wrote the following .asoundrc file, but it only
works if i do: aplay -D three test.wav        .......
and it does not work with the alsa-xmms plugin. i do
not know why?

i was wondering if this file is proper... or could
bug-out my system. i am running alsa 0.9.6 and the
newest version of the alsa-xmms plugin.

here is the file:



pcm.main {
   type hw
   card 0
   device 0
}

ctl.main {
   type hw
   card 0
}

pcm.sub {
   type hw
   card 0
   device 3
}

pcm.three {
   type plug
   slave.pcm combine
   route_policy default
   ttable.0.0 1
   ttable.1.1 1
   ttable.0.2 1
   ttable.1.3 1
}

pcm.combine {
   type multi
   slaves [
      {
         pcm main
         channels 2
      }
      {
         pcm sub
         channels 2
      }
   ]
   bindings [
      { slave 0 channel 0 }
      { slave 0 channel 1 }
      { slave 1 channel 0 }
      { slave 1 channel 1 }
   ]
}

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to