Y
Hacker News
new
|
ask
|
show
|
jobs
by
popalchemist
93 days ago
given the architecture, is there a way to force the use of specific phonemes for hard-to-pronounce words? If so that's big
1 comments
ZDisket
92 days ago
Yes. Specifically, the pipeline is text -> phonemizer -> phonemized text -> TTS model -> audio You just have to modify the phonemizer's dictionary.
link