Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 476 Bytes

File metadata and controls

37 lines (30 loc) · 476 Bytes

OpenWakeWord for Python Template

Create python venv

python3 -m venv test_venv

Activate venv

source test_venv/bin/activate

Install pyaudio

sudo apt-get install python3-dev portaudio19-dev
pip install pyaudio

Install MPG123

sudo apt-get install mpg123

Install openwakeword version .040

pip install openwakeword

Install requirements

pip install -r requirements.txt

Test scripts

python main.py