The transcription system works and provides an output that is content-wise fine, but the language is English always.
Unless I am missing some way of forcing the output language, I suspect that I am not alone in assuming that if I give this command
Whisper.transcribe(
"/Users/frkkan96/Desktop/kaa_yw_pb_16000.flac", "/Users/frkkan96/Desktop/kaa_yw_pb_16000.srt";
model_name="large-v3", language="swedish", dev=cpu, precision=f32)
I would get an .srt file with the Swedish language transcription in it?