I am using the AVAudioRecorder class to record to a wav file. I would like to implement a recording feedback (like the SpeakHere example) which shows the recording level.
I did go through the SpeakHere sample but could not understand how the recording level was changed. Can someone please guide me as to what needs to be done?
Thanks.
If you are using AVAudioRecorder, you might want to just use the following to get the power levels:
Those give you the values to graph. There are simpler ways to graph those values, but to see how the SpeakHere sample does it, see their README: