-1

I wanted to make a decibel counter for the iPhone, but don't know what class is responsible for recording sound.

halfer
  • 19,824
  • 17
  • 99
  • 186
taevanbat
  • 425
  • 1
  • 8
  • 17

1 Answers1

1

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

Pierre
  • 2,019
  • 14
  • 12