25 Jul
2012
25 Jul
'12
10:55 a.m.
On 07/25/2012 09:44 AM, Dong Aisheng wrote:
I reproduced your issue. It seems the root cause is that you used the wrong device to record. The record device is 1.
That was the problem. I used wrong device. I tried to record without parameter -D.
Can you try again with below command? arecord -D hw:0,1 -d 5 -f S16_LE -r 44100 -c 2 1.wav
This works fine. Thanks!
Lauri