Re: How to debug microphone?

2011-04-28 Thread shams
On Wed, 27 Apr 2011 18:29:56 + (UTC), Camaleón wrote: On Wed, 27 Apr 2011 20:15:53 +0200, Felix Natter wrote: Camaleón writes: Try with a more simple approach: # will start recording from the default input source arecord -d 10 /tmp/foo.wav And when it finishes, play it with:

Re: How to debug microphone?

2011-04-27 Thread Felix Natter
Camaleón noela...@gmail.com writes: On Sun, 24 Apr 2011 13:18:21 +0200, Felix Natter wrote: Volkan YAZICI writes: 2) Start arecord with vumeter enabled, that is, arecord -V /tmp/foo.wav and see if vumeter changes. The -V option is not recognized on Lenny (and -v doesn't

Re: How to debug microphone?

2011-04-27 Thread Camaleón
On Wed, 27 Apr 2011 20:15:53 +0200, Felix Natter wrote: Camaleón writes: Try with a more simple approach: # will start recording from the default input source arecord -d 10 /tmp/foo.wav And when it finishes, play it with: aplay /tmp/foo.wav This records only noise. Noise is

How to debug microphone?

2011-04-24 Thread Felix Natter
hi, I'd like to use my microphone, but when I use gnome-sound-recorder, and - select Record from input: Front Mic it doesn't record anything. - select Record from input: Line In and attach a headset to the 3.5mm mic input (Laptop) it doesn't record anything. Audio play works fine in all

Re: How to debug microphone?

2011-04-24 Thread Volkan YAZICI
On Sun, 24 Apr 2011 09:40:49 +0200, Felix Natter writes: I'd like to use my microphone, but when I use gnome-sound-recorder, and - select Record from input: Front Mic it doesn't record anything. - select Record from input: Line In and attach a headset to the 3.5mm mic input (Laptop) it

Re: How to debug microphone?

2011-04-24 Thread Felix Natter
Volkan YAZICI yazic...@ttmail.com writes: On Sun, 24 Apr 2011 09:40:49 +0200, Felix Natter writes: I'd like to use my microphone, but when I use gnome-sound-recorder, and - select Record from input: Front Mic it doesn't record anything. - select Record from input: Line In and attach a headset

Re: How to debug microphone?

2011-04-24 Thread Camaleón
On Sun, 24 Apr 2011 13:18:21 +0200, Felix Natter wrote: Volkan YAZICI writes: 2) Start arecord with vumeter enabled, that is, arecord -V /tmp/foo.wav and see if vumeter changes. The -V option is not recognized on Lenny (and -v doesn't produce a vumeter). Try with a more