a1c8cc99e91b8a62a887233fb4422ee44469b954
Demo setup for Mycroft powered by Deepspeech
- run
./setup.shfor downloading models and scorer for deepspeech engine - then
docker-compose upis all you need
Notes
- For setup audio correctly this was really helpfull
- Trying audio with
audiotestis VERY helpfulldocker-compose run --entrypoint /bin/bash mycroftthen./start-mycroft.sh audiotest -l - I have pulseaudio on my setup so device index 12 was pulse for me,
then I had to select the correct default device for pulse with
pactl list sources shortandpactl set-default-source 2. And device_index is the alsa index NOT the pulseaudio index.
Description
Demo of Mycroft voice command bot like Alexa or Siri with a simple docker-compose file
Languages
Shell
100%