0

我正在运行这个如何使用 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

提前感谢,对不起我的英语不好。

4

0 回答 0