-
Notifications
You must be signed in to change notification settings - Fork 152
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
Flite 2.1 voice from http or file doesn't work with mimic #197
Comments
Hi, for local files the file:// isn't recognized, use normal paths I can reproduce the issue with http, so that's something we need to dig into. Thanks. |
I also now see that file:// url's should be supported so we need to look at that as well. Edit: Never mind, the file:// url seem to work: |
This does not work either:
|
Does not work for me:
|
Does the default voice work mimic -t "Hello"? |
Of course. All the compiled in voices work. |
And the flitevox files included in the voice folder? I'm wondering if there's an upstream data? I downloaded the cmu_us_slt voice and that doesn't work locally either but the version in the voice folder works |
In the voices folder all work but |
This seems to work with flite but not with mimic using http://www.festvox.org/flite/packed/flite-2.1/voices/cmu_us_slt.flitevox
|
by the way - did you fork flite 2.1 or 2.0? Maybe that's the problem. I see it is! mimic plays flite 2.0 voices but not flite 2.1! |
Works: |
cmu_us_slt.flitevox in http://www.festvox.org/flite/packed/flite-2.0/voices/cmu_us_slt.flitevox is the same as in your repo md5sum:a65f309e638ceeca6548a817fc285f1f So it seems mimic does not support flite 2.1? |
Likely, will have to see what the difference is. The 2.1 voices are roughly 50% the size of the 2.0 voices |
I compiled mimic1 on debian 10 from source master branch, all make check tests pass. I can't load a voice file:
mimic -voice file://home/momo/Dokumentai/voices/cmu_us_slt.flitevox -t "hi" Error load voice: can't open file file://home/momo/Dokumentai/voices/cmu_us_slt.flitevox Error load voice: failed to load voice from file://home/momo/Dokumentai/voices/cmu_us_slt.flitevox
mimic -voice http://www.festvox.org/flite/packed/flite-2.1/voices/cmu_us_slt.flitevox -t "hi" Segmentavimo klaida
flite-2.1-release Dec 2017 does work with the url but does not work with the file and it does not download the file as mimic is supposed to:
flite -voice http://www.festvox.org/flite/packed/flite-2.1/voices/cmu_us_slt.flitevox -t "hi"
The text was updated successfully, but these errors were encountered: