Voice Control Demos - touretzkyds/cozmopedia GitHub Wiki

Cozmo has no microphone, so voice recognition must be done through the computer running the SDK. Lots of people are experimenting with solutions. Below is a preliminary list.

Resources

Installing SpeechRecognition in Ubuntu 16.04

SpeechRecognition requires pyaudio 0.2.9 or higher, which in turn requires portaudio. Therefore you need to first install portaudio with apt.

 apt-get install portaudio19-dev
 pip3 install --upgrade SpeechRecognition pyaudio
⚠️ **GitHub.com Fallback** ⚠️