2015-01-15 3 views

답변

0

AVAudioRecorder 클래스는 AVFoundation 프레임 워크의 일부입니다. 애플 문서에서

:

An instance of the AVAudioRecorder class, called an audio recorder, 
provides audio recording capability in your application. 
Using an audio recorder you can: 

- Record until the user stops the recording 
- Record for a specified duration 
- Pause and resume a recording 
- Obtain input audio-level data that you can use to provide level metering 

In iOS, the audio being recorded comes from the device connected by the 
user—built-in microphone or headset microphone, for example. 
In OS X, the audio comes from the system’s default audio input device as 
set by a user in System Preferences. 

더 많은 정보를 들어 click here