Re: How to check if my microphone works?? by Voidcoder
Voidcoder
Fri Feb 10 13:51:50 CST 2006
No, you didn't get it. I mean that some Audio Codec
chips allow to select the audio input source, for example
you can use microphone or line level source like
CD/MP3 player. Normaly the source is selected by
setting a special bit somewhere in the codec's
registers. Thus possible that your audio driver
configures codec for LINE-IN source, while you are
using MIC input. The result will be something what
you can see now, ie. audio record works but input
signal is bad.
You can easily check it by connecting some line
level input (not microphone) and try to record
something.
In case it does not work, the problem is
somewhere else. May be hardware problem,
may be driver sets low MIC volume, etc.
Btw did you try to play the recorded file
<kiran.india@gmail.com> wrote in message news:1139567271.126582.264800@g43g2000cwa.googlegroups.com...
> ya i m sure that i m using MIC input and not line-in.
> where can we see if our audio driver is configured correctly..
> ya i have used the sample application waverec, available in samples
>