coqui-tts/TTS/tts
Enno Hermann 2af0220996
fix: don't pass quotes to espeak (#3286)
Previously, the text was wrapped in an additional set of quotes that was passed
to Espeak. This could result in different phonemization in certain edges and
caused the insertion of an initial separator "_" that had to be removed.
Compare:
$ espeak-ng -q -b 1 -v en-us --ipa=1 '"A"'
_ˈɐ
$ espeak-ng -q -b 1 -v en-us --ipa=1 'A'
ˈeɪ

Fixes #2619
2023-11-24 12:25:37 +01:00
..
configs Implement chunking gpt_cond 2023-11-13 13:00:08 +01:00
datasets fix(formatters): set missing root_path attribute (#3182) 2023-11-09 16:49:52 +01:00
layers Ensures that only GPT model is in training mode during XTTS GPT training (#3241) 2023-11-17 15:13:46 +01:00
models Make style 2023-11-17 13:43:34 +01:00
utils fix: don't pass quotes to espeak (#3286) 2023-11-24 12:25:37 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00