Hey, guys, I wanted to make a decibel counter for the iPhone, but don't know what class is responsible for recording sound. Could anyone tell me? pretty please

link|improve this question

27% accept rate
feedback

1 Answer

It's the AVAudioRecorder. You need to add the AVFoundation.framework to your project to use the class.

link|improve this answer
ok.. I'll try that. TNX!! – teektaks Jan 19 '11 at 11:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.