How to change voice in FreeTTS - Java

余生颓废 提交于 2019-12-06 02:21:43

If you look at the link you submitted, there's a big message that says: "NOTE: FreeTTS support for MBROLA on the Windows platform has been troublesome in the past, but appears to have been fixed by the MBROLA team. Please refer to the FreeTTS Forum for more information."

Here's a direct link to the forums: http://sourceforge.net/p/freetts/discussion/137669/thread/848a09ab

You have to specify the path to the mbrola folder, either by properties or directly via the code:

System.setProperty("mbrola.base", "c:/.../mbrola");

For more see e.g. FreeTTS mbrola not able to find path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!