Measuring Microphone input sound wrt decibels and frequency

Started by
1 comment, last by VivJa 13 years, 6 months ago
Hi All,

I am new to VB and I need your valuable suggestions on the following requirement,

- I need to build an App which constantly monitors the decibel and frequency of computer's microphone input and records it when the input is of a certain frequency and decibel combination.

- I am not aware of the restrictions of VB6, so if this is not possible, please suggest alternate technology and also how to go about this with that particular technology.

Any help is greatly appreciated. Thanks !
Advertisement
I'm not sure about microphone inputs with VB, but assuming you can get the input waveform in some kind of data array, you'll want to lookup the Fourier Transform (or an implementation of the FFT) in order to convert time domain waveforms to get the frequency content.
[size=2]My Projects:
[size=2]Portfolio Map for Android - Free Visual Portfolio Tracker
[size=2]Electron Flux for Android - Free Puzzle/Logic Game
Hi,

Thanks for your quick guidance.Could you please suggest someother technology, if not VB where I can use any API to cater to this requirement?

Thanks again !

This topic is closed to new replies.

Advertisement