mimic1 icon indicating copy to clipboard operation
mimic1 copied to clipboard

loading phoneme data in mimic

Open TheSeriousProgrammer opened this issue 6 years ago • 5 comments

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

TheSeriousProgrammer avatar Mar 04 '19 14:03 TheSeriousProgrammer

`mimic -p "phoneme string" should work.

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

forslund avatar Mar 04 '19 15:03 forslund

Thanks ,that helped!!!

TheSeriousProgrammer avatar Mar 05 '19 14:03 TheSeriousProgrammer

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????

TheSeriousProgrammer avatar Mar 19 '19 03:03 TheSeriousProgrammer

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

forslund avatar Mar 19 '19 10:03 forslund

@Chidhambararajan You may want to try the lexconvert script.

earboxer avatar Mar 27 '19 13:03 earboxer