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
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
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.
The text was updated successfully, but these errors were encountered:
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/
inengines/engine-mbrola.py
andengines/engine-espeak.py
https://github.com/espeak-ng/espeak-ng#espeak-compatibility
There might be other changes necessary.
The text was updated successfully, but these errors were encountered: