On Sunday 27 January 2013 04:32:49 pm Rob Landry wrote:
> arecord -t wav -r 44100 -c 2 -f S16_LE -D hw:1,0 bs.wav
> 
> I get:
> 
> arecord: set_params:1073: Sample format non available
> Available formats:
> - S32_LE
> 
> If I understand this right, it wants to record 32-bit (!) PCM. That can't 
> be right; is there a configuration setting I missed?

 That is right, but I don't know why.
 ALSA docs are notoriously terrible.
 Try 
 arecord -t wav -f cd -D hw:1,0 bs.wav
 instead. ALSA knows what a CD format is. Two channel, 16 bit PCM, 44,100 khz.
 I don't know that it'll work, but it might.


-- 
Cowboy

http://cowboy.cwf1.com

There is no time like the present for postponing what you ought to be
doing.

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to