ochen1 / insanely-fast-whisper-cli

The fastest Whisper optimization for automatic speech recognition as a command-line interface ⚡️
MIT License
318 stars 30 forks source link

Passing language argument for transcribe is possible? #1

Open RYucel opened 12 months ago

RYucel commented 12 months ago

How can a user can pass language of audio as a parameter? output is in English whether the audio language is French or Spanish. How can we pass this argument to the process? Thanks

ochen1 commented 11 months ago

Hello. As of now, English is the only supported language, although I don't think it would be too difficult to add a parameter to specify the language. Pull requests are welcome!