fn convert_audio(media_path: &str) -> Result<String, Box<dyn Error>>
Converts the input media file to WAV format.
media_path
Result containing the path to the converted WAV file or an error.