Update listener.py

pull/575/head
SoloVeniaASaludar 2017-03-17 19:06:29 +01:00 committed by GitHub
parent 02195d22cd
commit ae59b1f69f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class RecognizerLoop(EventEmitter):
phonemes = self.config.get('standup_phonemes', "W EY K . AH P")
threshold = self.config.get('standup_threshold', 1e-10)
return LocalRecognizer(wake_word, phonemes, threshold, rate, lang)
def start_async(self):
self.state.running = True
queue = Queue()