This module is based on the self hosted STT solution CMUSPhinx engine. By default, only english language is available. You can download another language model from the main repository and install it following the official documentation.
Install packages
sudo apt-get install swig libpulse-dev
Then install the python lib
sudo pip install pocketsphinx
Then, declare it as usual in your settings
default_speech_to_text: "cmusphinx"
# no parameters for this one
speech_to_text:
- cmusphinx