Automated speech recognition in Rhasspy voice assistant with Pocketsphinx.
rhasspy-asr-pocketsphinx requires:
- Python 3.7
- Pocketsphinx
- Install as a Python module
- Opengrm
- Expects
ngram*in$PATH
- Expects
- Phonetisaurus
- Expects
phonetisaurus-applyin$PATH
- Expects
See pre-built apps for pre-compiled binaries.
Pocketsphinx is installed using pip from a fork of the Python library that removes PulseAudio.
$ git clone https://github.com/rhasspy/rhasspy-asr-pocketsphinx
$ cd rhasspy-asr-pocketsphinx
$ ./configure
$ make
$ make install$ make distSee dist/ directory for .tar.gz file.