0

我正在录制一个音频文件,但仍在初始化录音机给我这个错误。你能看看这个吗?

self.microphone = [EZMicrophone microphoneWithDelegate:self];
[self.microphone startFetchingAudio];
self.recorder1 = [EZRecorder recorderWithURL:[NSURL fileURLWithPath:outputFileURL1.path]
                                   clientFormat:[self.microphone audioStreamBasicDescription]
                                       fileType:EZRecorderFileTypeM4A delegate:self];

我也删除了以前的文件,但我仍然收到此错误。

4

1 回答 1

0

我最终解决了这个问题,问题是 EZRecorder 正在初始化两次。

于 2017-08-24T08:39:40.640 回答