respeaker / respeaker_python_library

To build voice enabled objects/applications with Python and ReSpeaker
Apache License 2.0
149 stars 74 forks source link

The offline example only recognizes three keyword. It's in https://github.com/respeaker/respeaker_python_library/blob/master/respeaker/pocketsphinx-data/keywords.txt #48

Open premanandmanimaran opened 5 years ago

premanandmanimaran commented 5 years ago

The offline example only recognizes three keyword. It's in https://github.com/respeaker/respeaker_python_library/blob/master/respeaker/pocketsphinx-data/keywords.txt

You can add new words to keywords.txt and dictionary.txt. You can find the words in https://github.com/respeaker/pocketsphinx-data/blob/master/dictionary.txt

_Originally posted by @xiongyihui in https://github.com/respeaker/respeaker_python_library/issues/6#issuecomment-271540411_