Hello!
  I don't know, if the driver can display the samplingrate. But if you just
want to record with the right samplingrate, knowing what the
input-samplingrate is, is rather simple. You could either use sox's
rate-option, or tools like ecasound (http://www.eca.cx/ecasound/) or any other
grown recording tool, even for console, there are a few good ones. Also ardour
has a console interface, which I think is working. There you could use the
alsaplugin-divces. So they are called with ecasound, meaning just the
automatic sampling conversion or detection things. Or with ecasound use:
alsahw:0,0 I think that is the raw alsa-device and then do something like:
  ecasound -f:16,2,48000 -i alsahw:0,0 -o my_file.raw
  The -f-option is for format. It is: -f:bit_depth,channels,samplerate. With
that, there are no internal conversions used. So ecasound just tries opening
the device with the given parameters.
  I hope that is of some help at least.
  Kindest regards
          Julien

Julien Patrick Claassen
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.geocities.com/jjs_home

SBS C-LAB
Fuerstenallee 11
33102 Paderborn

Phone: (+49) 5251 60 6060
Fax: (+49) 5251 60 6065

www.c-lab.de



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