To build voice enabled projects with Google Assistant, Amazon Alexa Voice service and etc.
- seeed-voicecard, the kernel driver for on-board WM8960 codec
- spidev for on-board SPI interface APA102 LEDs
- google-assistant-library
- avs, Alexa Voice Service client python library
- voice-engine
- Go to seeed-voicecard and install it
- Use
raspi-configto enable SPI. - Install
spidev(pip install spidev). - Run
python pixels.pyto test the pixels.
- Setup google-assistant-library
- Run
python google_assistant.py --device_model_id 'respeaker-xyz'
pip install avs voice-engine- Go to snowboy and install its python binding.
python alexa.py
