Skip to content

Add Multi-Language Support

Compare
Choose a tag to compare
@patrickenfuego patrickenfuego released this 16 Oct 00:12
· 41 commits to main since this release

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 by vosk and exit the script