armvoice-recognitioncmusphinx

how to use CMUsphinx with ARM microcontrollers?


I just searched about an open-source library to use of my project to build a voice controlled robot and found CMUsphinx. but my robot will build on ARM based microcontroller and I have not Linux or Windows on it. Is it possible to use CMUsphinx on ARM based microcontrollers? How can I do it? Is there any better options instead of using CMUsphinx on ARM uControllers?


Solution

  • Actually, you can use a variant of CMUSphinx, known as PocketSphinx, on ARM devices. Most resources focus on Raspberry Pi, as it's a very popular ARM target.

    The instructions for installing on a Raspberry Pi are here: http://cmusphinx.sourceforge.net/2016/06/should-you-select-raspberry-pi-3-or-raspberry-pi-b-for-cmusphinx/

    There's a voice assistant for Raspberry Pi that uses CMUSphinx: http://cmusphinx.sourceforge.net/2014/04/jasper-personal-assistant-for-raspberry-pi/comment-page-1/

    And, there's a recent blog post about running on the Raspberry Pi here: http://cmusphinx.sourceforge.net/2016/06/should-you-select-raspberry-pi-3-or-raspberry-pi-b-for-cmusphinx/