On 01-Oct-2003 Nathaniel Gray wrote:
> My sound card uses different devices for capture (device 0) and playback
> (device 1). I have two issues with capture right now:
>
> 1. If I do something like:
> arecord -f dat -D hw:0,1 -d 5 foo.wav
> it seems to record for much longer than 5 seconds. In fact, "time
> arecord..." tells me that it goes for 10 seconds. If I then try to
> play back the result with aplay:
Try aplay/arecord -v[vvvvvv] to see what parameters have been actually
set. You can also put printk()'s in the driver to check what's going
on. Why are you using different devices for capture and playback ?
Perhaps it's a typo, but if capture is dev 0, you have to type
arecord -D hw:0,0
^
|
--
Giuliano.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel