pub async fn whisper_rs(media_path: &str, whisper_model: &str) -> String
Performs audio transcription using Whisper AI.
media_path
A String containing the transcription or an error message if transcription fails.
String