[#304] Rewrite Picovoice integrations #385

Merged
blacklight merged 36 commits from 304-new-picovoice-integration into master 2024-05-02 02:50:51 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ea1fa39cb7 - Show all commits

View File

@ -259,6 +259,7 @@ class AssistantPicovoicePlugin(AssistantPlugin, RunnablePlugin):
:param query: Query to be sent.
"""
self._on_speech_recognized(query)
def main(self):
while not self.should_stop():