On Fri, 5 Sep 2003, Jamie Lutch wrote:

> what formats does the PDAUDIOCF support? I want to record a 2-channel 24-bit
> 96K signal, non eof these were acceptable:
>
> linux:~ # arecord -f=S24_BE -r=96 -c=2
> arecord: main:407: wrong extended format '=S24_BE'
> linux:~ # arecord -f=S24_LE -r=96 -c=2
> arecord: main:407: wrong extended format '=S24_LE'
> linux:~ # arecord -f=U24_LE -r=96 -c=2
> arecord: main:407: wrong extended format '=U24_LE'

Use S24_3LE to explicitly say that you want 24-bit format in three bytes.
And rate should be 96000.

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


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