bootphon / phonemizer

Simple text to phones converter for multiple languages

Home Page:https://bootphon.github.io/phonemizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

espeak-ng installation on macOS

fakerybakery opened this issue · comments

Hi,
How can I install this package on macOS? I've installed espeak-ng using MacPorts, but I'm getting this error:

Error processing file '/usr/share/espeak-ng-data/phontab': No such file or directory.

Hi, I suspect this is an issue with your installation of espeak, not phonemizer...

Can you try a simple espeak command such as echo 'this is a test' | espeak-ng -x -q --ipa -v en-us and espeak-ng --version ?

Well... your espeak-ng-data cannot be found by espeak. See espeak-ng/espeak-ng#1667. You can fix it be setting the ESPEAK_DATA_PATH environment variable accordingly.

echo 'this is a test' | espeak-ng -x -q --ipa -v en-us

I am getting ðɪs ɪz ɐ tˈɛst

I will try setting ESPEAK_DATA_PATH