user2103679
user2103679

Reputation:

how to monitor db audio loudness with ios?

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

Answers (1)

TheNextman
TheNextman

Reputation: 12566

I would try AVAudioRecorder, specifically the section Using Audio Level Metering.

Upvotes: 1

Related Questions