[assistant.picovoice] Implemented `assistant.picovoice.send_text_query`.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2024-04-14 00:09:25 +02:00
parent 7e9b19d328
commit ea1fa39cb7
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 0 deletions

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():