Julien Schueller 67354d07b3 use relative imports 9 ani în urmă
..
README.md fa0ce2fedf Add language option to CMUSphinx 8 ani în urmă
__init__.py 67354d07b3 use relative imports 8 ani în urmă
cmusphinx.py fa0ce2fedf Add language option to CMUSphinx 8 ani în urmă

README.md

CMU Sphinx

This module is based on the self hosted STT solution CMUSPhinx engine. By default, only english language is available. You can download another language model from the main repository and install it following the official documentation.

Installation

Install packages

sudo apt-get install swig libpulse-dev

Then install the python lib

sudo pip install pocketsphinx

Then, declare it as usual in your settings

default_speech_to_text: "cmusphinx"

speech_to_text:  
  - cmusphinx
    language: "en-US" #  [Installing other languages](https://github.com/Uberi/speech_recognition/blob/master/reference/pocketsphinx.rst#installing-other-languages)