zacchen
Results
1
issues of
zacchen
i try many way, but still show:Ambiguous use of 'transcribe(audioPath:decodeOptions:callback:) Here is code: ```` func stopRecording() { audioRecorder?.stop() if let url = audioRecorder?.url { transcribeAudio(audioPath: url.path) } } func transcribeAudio(audioPath:...