Re: [ecasound] Trouble with capture and latest alsa

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Trouble with capture and latest alsa
From: toby (tshepard@rcsreg.com)
Date: Fri Jul 13 2001 - 02:09:30 EEST


> I don't know enough about Delta44 to give you better instructions, but you
> should try something like:
>
> ecasound -f:16,4,44100 -i:alsahw,0,0 -f:16,2,44100 -o:foo.wav
> ecasound -f:32,1,44100 -i:alsahw,0,0 -f:16,2,44100 -o:foo.wav

I tried this:

for BITS in 8 16 24 32; do
  for CHANNELS in 1 2 4 10; do
    for RATE in 8000 44100 48000 96000; do
      ecasound -f:$BITS,$CHANNELS,$RATE -i:alsahw,0,0 -f:16,2,44100
-o:foo.wav
    done
  done
done

And always got the same error, save those runs
using 32 bit, in which case I always got

"Enabling chainsetup: AUDIOIO-ALSA3: Channel count X is out of range!

Thanks,

Toby

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Jul 13 2001 - 02:09:59 EEST