coqui-tts/TTS
Lars Kiesow 8c645080ac
Adjust default to be able to process longer sentences (#1835)
Running `tts --text "$text" --out_path …` with a somewhat longer
sentences in the text will lead to warnings like “Decoder stopped with
max_decoder_steps 500” and the sentences just being cut off in the
resulting WAV file.

This happens quite frequently when feeding longer texts (e.g. a blog
post) to `tts`. It's particular frustrating since the error is not
always obvious in the output. You have to notice that there are missing
parts. This is something other users seem to have run into as well [1].

This patch simply increases the maximum number of steps allowed for the
tacotron decoder to fix this issue, resulting in a smoother default
behavior.

[1] https://github.com/mozilla/TTS/issues/734
2022-08-07 13:51:29 +02:00
..
bin Fix the --model_name and --vocoder_name arguments need a <model_type> element (#1469) 2022-06-27 10:32:43 +02:00
config REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
encoder Add EmbeddingManager and BaseIDManager (#1374) 2022-03-31 13:41:16 +02:00
server 🐍 Python 3.10.x support and drop Python 3.6 support (#1565) 2022-05-12 15:50:25 +02:00
tts Adjust default to be able to process longer sentences (#1835) 2022-08-07 13:51:29 +02:00
utils Update README.md; download progress bar in CLI. (#1797) 2022-08-01 12:17:47 +02:00
vocoder Fix & update WaveRNN vocoder model (#1749) 2022-07-26 15:05:11 +02:00
.models.json Add Thorsten VITS model (#1675) 2022-06-21 11:39:49 +02:00
VERSION Bump up to v0.7.1 2022-06-21 14:12:55 +02:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
model.py Update base model wrt 👟 (#1406) 2022-03-23 17:24:20 +01:00