whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Doing auto translations

Open bharatModiIsMe opened this issue 1 year ago • 2 comments
trafficstars

Whenever I try to speak in any language other than English, it either converts it in english, or the output reads - "Speaking in foreign lanuage".

My use case mostly involves speaking hindi, english and marathi.

please help me on how to get the output as it is. i am fine with it being typed in english, but not to be translated in english.

Thanks

bharatModiIsMe avatar Mar 15 '24 05:03 bharatModiIsMe

Same problem here!

RazeBerry avatar Mar 27 '24 16:03 RazeBerry

By default, the main program uses the base.en model which is specialized for english. But multilingual models are available: see from here - https://github.com/ggerganov/whisper.cpp/blob/master/models/README.md

digikar99 avatar May 12 '24 12:05 digikar99