speech_recognition
speech_recognition copied to clipboard
recognize_whisper_api automatically translates to Italian
Expected behaviour
When speaking in english, recognize_whisper_api should transcribe text in english
Actual behaviour
When speaking long enough phrases, the api automatically translates to Italian (I'm in Italy), even though I spoke in English. in the api documentation there is an optional "language" option. It would be nice if language could be selected when calling recognize_whisper_api as an optional argument.