Skip to content

Commit fe29949

Browse files
authored
Update voice_based_email_for_blind.py
1 parent 29e5016 commit fe29949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voice_based_email_for_blind.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#fetch project name
2020
tts = gTTS(text="Project: Voice based Email for blind", lang='en')
21-
ttsname=("path/name.mp3") #Example: path -> C:\Users\sayak\Desktop> just change with your desktop directory. Don't use my directory.
21+
ttsname=("name.mp3") #Example: path -> C:\Users\sayak\Desktop> just change with your desktop directory. Don't use my directory.
2222
tts.save(ttsname)
2323

2424
music = pyglet.media.load(ttsname, streaming = False)
@@ -45,7 +45,7 @@
4545

4646
print ("2. Check your inbox")
4747
tts = gTTS(text="option 2. Check your inbox", lang='en')
48-
ttsname=("hello.mp3")
48+
ttsname=("second.mp3")
4949
tts.save(ttsname)
5050

5151
music = pyglet.media.load(ttsname, streaming = False)

0 commit comments

Comments
 (0)