text to phonemes converter

前端 未结 1 677
天命终不由人
天命终不由人 2020-12-28 22:37

I\'m searching for a tool that converts text to phonemes, (like text to speech software) I can program one but it will not be without errors and takes a lot of time!

相关标签:
1条回答
  • 2020-12-28 22:57

    If you had searched for Arpabet on wiki you would have found your answer. The CMU guys have prepared scripts which convert most english words to their respective Arpabet phonetic break up.

    If you want the phone sequence of a couple of words you can use their interface here. But, if you want it for a big file then you might have to run their scripts on your own. They used to have a working page here, but it seems to be not working now.

    0 讨论(0)
提交回复
热议问题