-
Notifications
You must be signed in to change notification settings - Fork 175
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
instructions for docker users #14
Comments
You can use phonemizer directly in mac if you have espeak and/or festival installed in it. Else, yes, docker is the alternative. To share data to/from docker use the -v option of docker run.
|
Thank you!
FYI, I'm getting this:
espeak: unrecognized option `--sep=_'
|
Within the docker ?? |
No, from a direct call:
$ phonemize -l ca test.txt
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
espeak: unrecognized option `--sep=_'
Here's what test.txt contains:
corre juga
quin posaras primer
no per quin comences corre
a veure
si
quin hi posaras
quin hi posaras ara
|
Can I have your espeak version please? |
speak text-to-speech: 1.48.03 04.Mar.14 Data at: /usr/local/Cellar/espeak/1.48.04_1/share/espeak-dat |
Solved in 332b8dd. Should be working now. |
How does one access one's files from inside the interactive session? That is, if I
sudo docker run -it phonemizer /bin/bash
I get transported inside a different space, where my files are not available. Right? And this is the only way to call phonemizer in mac?Minor suggestion: In the instructions for docker users, add the explicit instruction to do git clone https://github.com/bootphon/phonemizer.git.
The text was updated successfully, but these errors were encountered: