Add Multi-Language Support
What's New
The script now supports all languages provided by vosk
. 'en-us' is provided by default in the repository, but additional language models will require manual downloads (for now). Only one language model should be placed in the /model
directory at any given time. See the README for full details.
New Parameters
To support multiple languages, two new parameters have been added:
--language
,-l
- Specify the language code for the model you wish to use--list_languages
,-ll
- List available languages supported byvosk
and exit the script