簡體   English   中英

無法在錄制的音頻文件('hwiu')上設置客戶端格式

[英]Failed to set client format on recorded audio file ('hwiu')

我正在錄制音頻文件,但仍在初始化錄音機,這給了我這個錯誤。 你能看看這個嗎?

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

我也刪除了以前的文件,但仍然出現此錯誤。

我終於解決了問題,問題是EZRecorder初始化了兩次。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM