Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 1, 2024
1 parent 1770f5c commit 3918f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SharedProcessors/TextToSpeech.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def speak(self, input_string):
engine.say(input_string)
engine.runAndWait()

# related: https://stackoverflow.com/a/39647762/861745

def main(self):
"""Execution starts here"""

Expand Down

0 comments on commit 3918f2a

Please sign in to comment.