respeaker / respeaker_hi

4 stars 11 forks source link

Error when try to change hmm model #2

Open PRONOVATEK opened 7 years ago

PRONOVATEK commented 7 years ago

Hi, recently I try to change model, I create folder "es" to make a model in Spanish, I place there files that required to use pocket sphinx (similar in "en" folder), then change on "microphone.py" to in hmm variable, and modify respeaker.dic and keywords.txt but when I try to run app "offline_voice_assistant.py" show the next error:

Maybe replace config.set_int('-samprate', SAMPLE_RATE) with config.set_float('-samprate', SAMPLE_RATE) Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.target(*self.args, **self.__kwargs) File "offline_voice_assistant.py", line 34, in main if mic.recognize(keyword='nova'): File "/root/respeaker_hi/microphone.py", line 82, in recognize self.decoder = self.get_decoder() File "/root/respeaker_hi/microphone.py", line 76, in get_decoder raise e RuntimeError: new_Decoder returned -1

Can you suggest to me where is my bad?

regards

simpleex commented 7 years ago

Same here with french model in hmm/fr !!