pub async fn transcribe_file_unified<P1, P2>( model_path: P1, audio_path: P2, ) -> Result<TranscriptionResult>where P1: Into<PathBuf>, P2: AsRef<Path>,
转录文件(统一错误处理)