> Try another program (like arecord).

it is seeing the card:

linux:~ # arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: PDAudioCF [Core Sound PDAudio-CF], device 0: PDAudioCF []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

when I try to record, I get:

linux:~ # arecord -f dat
RIFF$yyWAVEfmt >idatayyRecording WAVE 'stdout' : Signed 16 bit Little
Endian, Rate 48000 Hz, Stereo
arecord: pcm_read:1110: read error: Input/output error



but, i'm at work, and I cant feed it a digital signal. Is that error message
expected when the card has no valid input?

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'




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