muflone / gespeaker

A text to speech GTK+ front-end for eSpeak and mbrola to play a text in many languages with settings for voice, pitch, volume and speed
https://www.muflone.com/gespeaker/
72 stars 26 forks source link

Incompatible with espeak-ng #72

Open paper42 opened 3 years ago

paper42 commented 3 years ago

Many distributions are moving from espeak to espeak-ng, but gespeaker is not compatible with it, because espeak-ng uses /usr/share/espeak-ng-data/ instead of /usr/share/espeak-data/ in engines/engine-mbrola.py and engines/engine-espeak.py

https://github.com/espeak-ng/espeak-ng#espeak-compatibility

The espeak-data data has been moved to espeak-ng-data to avoid conflicts with espeak. There have been various changes to the voice, dictionary and phoneme files that make them incompatible with espeak.

There might be other changes necessary.