AVAudioRecorder延迟0.2秒开始在设备上结束但不在模拟器上

时间:2013-06-29 06:52:19

标签: ipad avaudiorecorder ios6.1

我正在运行这个如何使用AVAudioRecorder进行录制的示例,但是当我在设备上运行时,显示录制的开始较晚,而不是在模拟器中。

http://www.techotopia.com/index.php/Recording_Audio_on_an_iPhone_with_AVAudioRecorder_(iOS_6)

- (IBAction)recordAudio:(id)sender {
if (!_audioRecorder.recording)
{
    NSLog(@"start");
    [_audioRecorder record];
    NSLog(@"end");}

}

并记录:

2013-06-29 03:29:49.877 AVARecorder[6737:907] start
2013-06-29 03:29:50.092 AVARecorder[6737:907] end

我的iPad延迟0.2但在模拟器中工作正常。

我应该检查解决这个问题?

我的设备是带有iOS 6.1.3的iPad

Thnxs for advance和抱歉我的坏人。

0 个答案:

没有答案