coqui-tts/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
..
configs Adjust default to be able to process longer sentences (#1835) 2022-08-07 13:51:29 +02:00
datasets Add synpaflex formatter (#1616) 2022-06-20 13:36:26 +02:00
layers Update wavenet.py (#1796) 2022-08-01 12:20:37 +02:00
models Fix for FloorDiv Function Warning (#1760) 2022-07-20 11:31:22 +02:00
utils Fix rand_segment edge case (input_len == seg_len - 1) 2022-08-01 11:37:45 +02:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00