You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README claims that installing espeak will let Poesy sound out unfamiliar words, but after doing that, Prosodic's en_TTS_ENGINE doesn't get set automatically. This means that installing espeak for Poesy is useless. Strange words will still throw an error.
(Workaround: import prosodic and set its config['en_TTS_ENGINE'] to 'espeak' before importing and using poesy.)
The text was updated successfully, but these errors were encountered:
The README claims that installing
espeak
will let Poesy sound out unfamiliar words, but after doing that, Prosodic'sen_TTS_ENGINE
doesn't get set automatically. This means that installingespeak
for Poesy is useless. Strange words will still throw an error.(Workaround: import
prosodic
and set itsconfig['en_TTS_ENGINE']
to'espeak'
before importing and usingpoesy
.)The text was updated successfully, but these errors were encountered: