Function telepAIr::handlers::whisper::convert_audio

source ·
fn convert_audio(media_path: &str) -> Result<String, Box<dyn Error>>
Expand description

Converts the input media file to WAV format.

§Arguments

  • media_path - Path to the source media file.

§Returns

Result containing the path to the converted WAV file or an error.