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-apply
in$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 dist
See dist/
directory for .tar.gz
file.