1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-27 16:16:48 +03:00

feat(python tcp server): add new wake word alternative

This commit is contained in:
louistiti 2024-05-22 18:58:22 +08:00
parent 8acdbec6e3
commit 7299f5fc4d
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -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