coqui-tts/TTS/tts/utils/text/phonemizers
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
..
__init__.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
bangla_phonemizer.py Make lint 2023-04-17 15:02:56 +02:00
base.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
belarusian_phonemizer.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
espeak_wrapper.py fix: don't pass quotes to espeak (#3286) 2023-11-24 12:25:37 +01:00
gruut_wrapper.py Make lint 2022-02-25 11:07:34 +01:00
ja_jp_phonemizer.py Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
ko_kr_phonemizer.py Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
multi_phonemizer.py Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
zh_cn_phonemizer.py Add espeak support for Chinese (#1905) 2022-09-08 12:32:41 +02:00