mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-28 04:04:58 +03:00
feat(python tcp server): add new wake word alternative
This commit is contained in:
parent
8acdbec6e3
commit
7299f5fc4d
@ -39,7 +39,7 @@ class ASR:
|
||||
self.wake_word_callback = wake_word_callback
|
||||
self.end_of_owner_speech_callback = end_of_owner_speech_callback
|
||||
|
||||
self.wake_words = ["ok leon", "okay leon", "hi leon", "hey leon", "hello leon", "heilion"]
|
||||
self.wake_words = ["ok leon", "okay leon", "hi leon", "hey leon", "hello leon", "heilion", "alion"]
|
||||
|
||||
self.device = device
|
||||
self.tcp_conn = None
|
||||
|
Loading…
Reference in New Issue
Block a user