mirror of https://github.com/coqui-ai/TTS.git
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 |
||
---|---|---|
.. | ||
__init__.py | ||
bangla_phonemizer.py | ||
base.py | ||
belarusian_phonemizer.py | ||
espeak_wrapper.py | ||
gruut_wrapper.py | ||
ja_jp_phonemizer.py | ||
ko_kr_phonemizer.py | ||
multi_phonemizer.py | ||
zh_cn_phonemizer.py |