krikristoophe / whisper_flutter_plus

Ready to use whisper.cpp models implementation for iOS and Android
https://pub.dev/packages/whisper_flutter_plus
MIT License
18 stars 11 forks source link

✨ language detection #13

Open tempo-riz opened 5 months ago

tempo-riz commented 5 months ago

Is there a way to use language detection ?

In whisper.cpp's repo's readme i found this: -l LANG, --language LANG [en ] spoken language ('auto' for auto-detect)

I tried 'auto' or empty string as language but i get Exception: error: unknown language

Any hint appreciated !