Function telepAIr::handlers::whisper::transcribe_audio

source ยท
async fn transcribe_audio(
    converted_audio_path: &str,
    whisper_model: &str,
) -> Result<String, Box<dyn Error>>
Expand description

Transcribe the audio from a given WAV file path.