Re: [Alsa-user] Independent Simultaneous playback over 5 channels

2007-10-26 Thread Allen Kennedy
On 10/26/07, Clemens Ladisch <[EMAIL PROTECTED]> wrote: > > Allen Kennedy wrote: > > On 10/25/07, Clemens Ladisch <[EMAIL PROTECTED]> wrote: > >> Try this: > >> > >> pcm.channel { > >> @args [ CHANNEL ] > >> @args.CHANNEL { > >> type integer > >> } > >>

Re: [Alsa-user] Independent Simultaneous playback over 5 channels

2007-10-26 Thread Clemens Ladisch
Allen Kennedy wrote: > On 10/25/07, Clemens Ladisch <[EMAIL PROTECTED]> wrote: >> Try this: >> >> pcm.channel { >> @args [ CHANNEL ] >> @args.CHANNEL { >> type integer >> } >> type plug >> slave.pcm { >> type dshare >>

Re: [Alsa-user] Independent Simultaneous playback over 5 channels

2007-10-25 Thread Allen Kennedy
On 10/25/07, Clemens Ladisch <[EMAIL PROTECTED]> wrote: > > Allen Kennedy wrote: > > I'm trying to get an asound.conf file set up that will allow me > > to play 5 different wav files over separate channels > > simultaneously, with a command like this: > > > > #aplay -D channel1 1.wav & aplay -D c

Re: [Alsa-user] Independent Simultaneous playback over 5 channels

2007-10-25 Thread Clemens Ladisch
Allen Kennedy wrote: > I'm trying to get an asound.conf file set up that will allow me > to play 5 different wav files over separate channels > simultaneously, with a command like this: > > #aplay -D channel1 1.wav & aplay -D channel2 2.wav & > aplay -D channel3 3.wav & aplay -D channel4 4.wav

[Alsa-user] Independent Simultaneous playback over 5 channels

2007-10-24 Thread Allen Kennedy
Hello, I'm trying to get an asound.conf file set up that will allow me to play 5 different wav files over separate channels simultaneously, with a command like this: #aplay -D channel1 1.wav & aplay -D channel2 2.wav & aplay -D channel3 3.wav & aplay -D channel4 4.wav & aplay -D channel5 5.w