Skip to content
Snippets Groups Projects
Commit f8a78b61 authored by Antonio Andriella's avatar Antonio Andriella
Browse files

Add method to check if the reproduction of the sentence has terminated

parent d3cc99eb
No related branches found
No related tags found
No related merge requests found
......@@ -469,6 +469,9 @@ class Robot:
def reproduce_sentence(self, text):
self.speech.text_to_speech(text)
def has_speech_ended(self):
return self.speech.reproduction_has_ended
#
# def fake_function(self, reproduce_sentence, text):
# i=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment