Speech To Text ‐ Vosk - githeim/windheim_archive GitHub Wiki

Vosk - Install & Build

pip3 install vosk

vosk-api github

https://github.com/alphacep/vosk-api

install dependencies

pip3 install sounddevice
sudo apt-get install libportaudio2

run example

git clone https://github.com/alphacep/vosk-api.git
cd vosk-api/python/example
./test_microphone.py -m en-us -d 11
./test_microphone.py -m ko -d 11

# -d is the device number