Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gtts
#1
gtts is only speaking last few words of text, is this a know issue? if so is there a fix?

for example lets say i want it to speak "this is a test" gtts will only speak "a test"
Reply
#2
(Oct-18-2020, 11:06 PM)Nickd12 Wrote: gtts is only speaking last few words of text, is this a know issue? if so is there a fix?

for example lets say i want it to speak "this is a test" gtts will only speak "a test"
This works for me...

from gtts import gTTS
tts = gTTS('hello my friend, how are you?', lang='en')
tts.save('hello.mp3')
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  reading text file with gtts Nickd12 0 1,821 Oct-22-2020, 09:37 PM
Last Post: Nickd12
  gTTS Input non responsive DrNerdly118 9 4,198 May-02-2019, 06:49 PM
Last Post: DrNerdly118

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020