Audio/sound line-in detection

  • Thread starter Thread starter juky
  • Start date Start date
J

juky

Hi all,

I have an audio device connected to my computer through line-in. At not
regular base the device send audio signal to the line-in. Now, what I
need to do is to write an application in VB.NET to monitor the line-in
and in the presence of analog signal I have to call some other
functions. How can detect it ? Any idea?

Thanks,
Juky
 
You have to record continuosly from that line.
You may do this with DirectX or with win32 api functions.(wave...)

When your program records you have to search the audio buffer for some
threshold level.

regards,
Alejandro Lapeyre


"juky" <[email protected]> escribió en el mensaje
Hi all,

I have an audio device connected to my computer through line-in. At not
regular base the device send audio signal to the line-in. Now, what I
need to do is to write an application in VB.NET to monitor the line-in
and in the presence of analog signal I have to call some other
functions. How can detect it ? Any idea?

Thanks,
Juky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top