Reputation:
I want to write a simple app to monitor audio loudness (in db offcourse) through iphone microphone. My question is: which framework do I need to implement that functionality?
Upvotes: 0
Views: 128
Reputation: 12566
I would try AVAudioRecorder, specifically the section Using Audio Level Metering
.
Upvotes: 1