IOS xcode microphone volume detection?

What frameworks are needed to determine how loudly someone speaks into the microphone ... Also, someone can tell me what to look in the documentation or Google so that I can create some kind of code ... What line of code will be commonly used when detecting microphone noise? Thank!

+3
source share
1 answer

This seems to be a duplicate:

Real-time sound level control

However, this question is old, and the accepted answer refers to an outdated library . Now they recommend using instead AVAudioRecorder. They offer this tutorial and it looks like what you are looking for.

+14

All Articles