I wanted to make a decibel counter for the iPhone, but don't know what class is responsible for recording sound.
Asked
Active
Viewed 152 times
-1
1 Answers
1
It's the AVAudioRecorder. You need to add the AVFoundation.framework to your project to use the class.

Pierre
- 2,019
- 14
- 12