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

loading phoneme data in mimic #175

Open
TheSeriousProgrammer opened this issue Mar 4, 2019 · 5 comments
Open

loading phoneme data in mimic #175

TheSeriousProgrammer opened this issue Mar 4, 2019 · 5 comments

Comments

@TheSeriousProgrammer
Copy link

Is there a way to make mimic speak out with phoneme input??
Cause the speech produced is satisfactory ,but the pronunciation was'nt up to the mark

So i thought of obtaining phoneme output from espeak and load it into mimic , but i didnt find
a way to load the same into mimic

Is there a existing way?? Or can it be created ?? If so how??

You guys made a appreciable TTS but these small glitches put it a step down.
Kindly reply soon

Thanks in Advance

@forslund
Copy link
Collaborator

forslund commented Mar 4, 2019

`mimic -p "phoneme string" should work.

Ex:
./mimic -p "pau hh ax l ow dh eh r pau"

@TheSeriousProgrammer
Copy link
Author

Thanks ,that helped!!!

@TheSeriousProgrammer
Copy link
Author

Sorry it didnt actually work.

The output provided by espeak for the phrase "hello there" looks like this
h@l'oU D'e@

i.e espeak only gives either mbrola phonetics data or ipa phonetics data.

how should i get speech output from mimic using those????

@forslund
Copy link
Collaborator

Mimic uses the arpabet so to get that working some sort of translation is needed.

@earboxer
Copy link
Contributor

@Chidhambararajan You may want to try the lexconvert script.

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

3 participants