iOS xcode microphone volume detection?

Albert Renshaw picture Albert Renshaw · May 31, 2011 · Viewed 18.6k times · Source

What frameworks are required to detect how loud someone is talking into a microphone... Also, can anyone tell me what to search for in the documentation or google so I can create some code... What line of code would be commonly used when detecting volume levels of noise through the microphone? Thanks!

Answer

Erik B picture Erik B · May 31, 2011

This seems to be a duplicate of:

Realtime microphone sound level monitoring

However, that question is old and the accepted answer links to a deprecated library. They now recommend that you instead use AVAudioRecorder. They suggest this tutorial and it seems to be what you are looking for.