coqui-tts/TTS/tts/utils
Enno Hermann 52981e3c53 fix: don't pass quotes to espeak
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-22 15:14:40 +01:00
..
assets/tortoise Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
monotonic_align Fix import statements 2021-10-25 19:29:16 +02:00
text fix: don't pass quotes to espeak 2023-11-22 15:14:40 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
data.py Add audio length sampler balancer (#1561) 2022-05-12 19:59:19 +02:00
fairseq.py Port Fairseq TTS models (#2628) 2023-06-05 11:15:13 +02:00
helpers.py Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
languages.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
managers.py Cache speaker encoder model (#2284) 2023-01-23 11:49:51 +01:00
measures.py Format style of the recipes 2021-09-06 15:16:58 +00:00
speakers.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
ssim.py Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00
synthesis.py Fix loading Bark (#2893) 2023-08-26 11:59:00 +02:00
visual.py Fastspeech2 (#2073) 2023-01-15 22:39:22 +01:00