We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e5016 commit fe29949Copy full SHA for fe29949
voice_based_email_for_blind.py
@@ -18,7 +18,7 @@
18
19
#fetch project name
20
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.
+ttsname=("name.mp3") #Example: path -> C:\Users\sayak\Desktop> just change with your desktop directory. Don't use my directory.
22
tts.save(ttsname)
23
24
music = pyglet.media.load(ttsname, streaming = False)
@@ -45,7 +45,7 @@
45
46
print ("2. Check your inbox")
47
tts = gTTS(text="option 2. Check your inbox", lang='en')
48
-ttsname=("hello.mp3")
+ttsname=("second.mp3")
49
50
51
0 commit comments