http://www.instructables.com/id/DIY-Your-ReSpeaker-AdapterVoice-Control/
Use your voice to control a power adapter. Make Home Automation easier.
mic > keyword spotting (pocketsphinx) > stt (bing) > text parser > Wio Node > Grove - Relay > tts > speaker
- Get pocketsphinx acoustic model, place the files as the following structure.
respeaker_hi
│ bing_recognizer.py
│ creds_template.py
│ main.py
│ microphone.py
│ player.py
| relay.py
│ README.md
├─audio
│ hi.wav
└─model
│ respeaker.dic
└─hmm
└─en
feat.params
mdef
means
noisedict
README
sendump
transition_matrices
variances
-
Get a key from # get a key from https://www.microsoft.com/cognitive-services/en-us/speech-api and create creds.py with the key
-
Add your own Wio access_token to 'main.py'
-
python main.py