Link to home
Start Free TrialLog in
Avatar of ranidf
ranidf

asked on

Sb input scanning

I currently write a program which purpose is recording a conversation via SB. I would like to know how should I implement the SB input scanning. How do I get the input from the microphone_in of SB16?
What is the best interval between probes in order to not make the system overload?
What is the algoritm should look like, in order to find out when is silence and where is some conversation is taking place?

The best of all - an example of source code.
Avatar of chensu
chensu
Flag of Canada image

You can use the wave meter control of recording. Take a look at my article at CodeGuru.

Audio Mixer Functions Demo
http://www.codeguru.com/multimedia/ADMixer.shtml

When a threshold of volume has been reached and lasted for a certain time, you can consider the conversation has taken place.
Avatar of ranidf
ranidf

ASKER

Chensu, if I'm not mistaken you should answer in order for me to give you the points.

For a fast look at your article its about what I need. I'll check it later.

Thank you.

PS. Did you have any experience of implementing WMA or other encoding techniques?
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial