vote up 1 vote down star

I'm trying to access sound volume data from the microphone in realtime. I've tried AVAudioPlayer but it only monitors sounds from a source like an mp3 and not from a microphone. I've also tried The SpeakHere app but it's proving to be much tougher to understand with all the Objective C++ syntax (i'm a newbie). Is there another class similiar to the one in SpeakHere but written only in Objective C?

flag

2 Answers

vote up 0 vote down

Hi, What are you trying to make?

link|flag
I'm trying to create an app that uses the sound of your voice to trigger an event. I think I finally made some progress understanding/decoding the SpeakHere app. – Manny Jul 22 at 15:16
vote up 0 vote down

See the sample code at

http://github.com/stephencelis/sc%5Flistener

I think this is what you are looking for.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.