-
Using PI OS (BUSTER) on RPI3 and Python 3.7.3. When using either the CLI or module version of gTTS and passing the output to a MP3 file the audio that is produced is "choppy" with either words missing or long pauses. The problem seems to occur for all but very short pieces of text. E.g. with a a text phrase such as "The sun is shining" the cli and module versions will output the audio without error. If the phrase is increased to say "The sun is shining today but it will rain tomorrow" the audio produced is something like "[pause] is shining today [pause] will [pause] tomorrow". Any ideas what may be causing this and how I might fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Colin1964 Hi! Hmm, so you're saying that Let me look at the debug. Can do it again with Thanks! |
Beta Was this translation helpful? Give feedback.
@Colin1964 Hi!
Hmm, so you're saying that
The sun is shining today but it will rain tomorrow
is choppy, but notThe sun is shining today
? I just tried here (Python 3.8, macOS) and can't replicate.Let me look at the debug. Can do it again with
gtts-cli
and add the--debug
flag and send the output?Thanks!