You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-17 22:58:07 +02:00
minor change
This commit is contained in:
@ -83,7 +83,7 @@ class VoiceAssistant(SpeechRecognizerDelegate, CommandsContextDelegate):
|
|||||||
def _play_response(self, response: Response):
|
def _play_response(self, response: Response):
|
||||||
self.commands_context.last_response = response
|
self.commands_context.last_response = response
|
||||||
if response.text:
|
if response.text:
|
||||||
print(f'Archie: {response.text} | voice: {response.voice}')
|
print(f'Archie: {response.text}')
|
||||||
if response.voice:
|
if response.voice:
|
||||||
was_recognizing = self.speech_recognizer.is_recognizing
|
was_recognizing = self.speech_recognizer.is_recognizing
|
||||||
self.speech_recognizer.is_recognizing = False
|
self.speech_recognizer.is_recognizing = False
|
||||||
|
Reference in New Issue
Block a user