我正在录制一个音频文件,但仍在初始化录音机给我这个错误。你能看看这个吗?
self.microphone = [EZMicrophone microphoneWithDelegate:self];
[self.microphone startFetchingAudio];
self.recorder1 = [EZRecorder recorderWithURL:[NSURL fileURLWithPath:outputFileURL1.path]
clientFormat:[self.microphone audioStreamBasicDescription]
fileType:EZRecorderFileTypeM4A delegate:self];
我也删除了以前的文件,但我仍然收到此错误。