Is there any way to poll the mic input volume with AVFoundation? I have seen the CoreAudio examples like SpeakHere but I really only need the current value. Is CA my only option?

link|improve this question
feedback

1 Answer

You should checkout SCListener. It's a simple way just to get the average or peak level of the mic.

http://github.com/stephencelis/sc_listener

link|improve this answer
feedback

Your Answer

 
or
required, but never shown