Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PraaneshSelvaraj committed Jan 17, 2024
1 parent a4f52f2 commit 1ac201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech_engine/tts_witai.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def speak(self, text):
f.close()
sleep(1)
winsound.PlaySound("speech.mp3", winsound.SND_FILENAME)
# os.remove("speech.mp3")
os.remove("speech.mp3")

def save(self, text, filename):
"""
Expand Down

0 comments on commit 1ac201f

Please sign in to comment.