coqui-tts/TTS/tts/configs
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
..
__init__.py Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
align_tts_config.py Fix import statements 2021-10-25 19:29:16 +02:00
fast_pitch_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
fast_speech_config.py Fix FastSpeech config 2022-02-25 11:31:56 +01:00
glow_tts_config.py Fix glow_tts_config missing field 2022-02-25 11:24:13 +01:00
shared_configs.py Remove redundant config field 2022-07-11 13:39:41 +02:00
speedy_speech_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
tacotron2_config.py Fix import statements 2021-10-25 19:29:16 +02:00
tacotron_config.py Adjust default to be able to process longer sentences (#1835) 2022-08-07 13:51:29 +02:00
vits_config.py Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00