954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Microphone input, sound detection

I want to make a program that can take sound input from a microphone, and determine if the sound is one of three pitches (or maybe decibels).

Can someone please help me to write a C++ program which could identify and process various characteristics(frequency, amplitude) of the sound from the mic input..

rohan1020
Newbie Poster
9 posts since Mar 2010
Reputation Points: 10
Solved Threads: 0
 

You're going to need a library, there are no standard C++ methods for this. See http://www.mega-nerd.com/libsndfile/ I have never used it, but I'm willing to bet that a few people around here have.

jonsca
Quantitative Phrenologist
Team Colleague
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You