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
> >> }
> >>
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
>>
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
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
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