Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espeak-ng installation on macOS #159

Closed
fakerybakery opened this issue Nov 22, 2023 · 3 comments
Closed

espeak-ng installation on macOS #159

fakerybakery opened this issue Nov 22, 2023 · 3 comments

Comments

@fakerybakery
Copy link

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.
@mmmaat
Copy link
Collaborator

mmmaat commented Nov 24, 2023

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 ?

@mmmaat mmmaat changed the title macOS espeak-ng installation on macOS Nov 24, 2023
@mmmaat
Copy link
Collaborator

mmmaat commented Nov 24, 2023

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.

@mmmaat mmmaat closed this as completed Nov 24, 2023
@fakerybakery
Copy link
Author

fakerybakery commented Nov 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants