Uses the cornball-ai/whisper native R torch implementation.
.via_whisper(file, model = NULL, language = NULL)List with transcription results in normalized format.
Character. Path to the audio file to transcribe.
Character or NULL. Whisper model name (e.g., "tiny", "base", "small", "medium", "large-v3").
Character or NULL. Language code for transcription.