On Thu, 06 Nov 2008 21:20:25 +0100
Eduardo García <[EMAIL PROTECTED]> wrote:

[snip]

> tested the following
> 
> [EMAIL PROTECTED]:~$arecord --rate=44100 test.wav
> Result: Another 44 Bytes wav file.
> 
> So I tried.
> 
> [EMAIL PROTECTED]:~$ arecord -D hw:0,0 --rate=44100 test.wav
> Recording WAVE 'test.wav' : Unsigned 8 bit, Ratio 44100 Hz, Mono
> arecord: set_params:918: ample format non available error.
> 
> :S no luck right now
> 


Try to increase number of bits in PCM - I mean this "Unsigned 8 bit" may be
incompatible with the card.

You may simply try

-f cd

which is "-f cd (16 bit little endian, 44100, stereo)".

Regards,
  Sergei.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to