ekho
ekho copied to clipboard
Chinese text-to-speech engine
I am a member of the Debian community and am interested in packaging ekho for Debian. Debian requires tagged releases. If you are interested in having ekho packaged for Debian,...
This is an amazing project, and I would love to experiment with it more on Android. Is that source available?
Android版Ekho可否按ekho主页所讲添加语音方式,将语音包替换掉app生成的原ekho-data目录对应内容以此实现?现在的手机都不在乎那一两百M空间了。 但是几千个零碎小文件拉到手机里是非常耗时的。能否更改一下语音包的文件组成方式? Android版的好久没更新版本了。
如果我想基于它在Linux服务器上,开发一个语音合成系统,但是我们需要它运行在docker容器中,以提供给在docker容器中的其他系统调用,请问有没有好的实现方式
Orca读大写字母的时候好像会提高声调,怀疑没有正确地恢复声调导致有时出现一段文本用提高了的声调来朗读。
ekho-spanish-4.9.3.exe works on Windows 7 but not Windows 10. Need to be fixed. Ekho 6.5 with NVDA is crashing always. (reported by Yerko Alfaro)
// build command: g++ ../src/test_ekho.cpp -I. -I../include/soundtouch libekho.a -lsndfile ../lib/libSoundTouch.a -lportaudio ../lib/libFestival.a ../lib/libestools.a -lcurses ../lib/libeststring.a ../lib/libestbase.a -lvorbisenc -lvorbis -lm -logg 请教编译时,这些lib*.a的文件在哪里?
如我在linux中执行命令ekho -v Mandarin "这是一个测试”,那只会读“个测试”三个字,反复执行这个命令后,第三次会完全读出来,如“这是一个测试”,请问这怎么解决?
未查到相关资料,烦请作者能解惑,万分感谢 In file included from src/ekho_dict.h:29, from src/ekho.h:49, from src/test_ekho.cpp:29: src/character.h:28:10: fatal error: utf8.h: 没有那个文件或目录 28 | #include "utf8.h" | ^~~~~~~~ compilation terminated. make: *** [Makefile:855:src/test_ekho-test_ekho.o] 错误 1
编译出错
使用Ubuntu22.04,运行命令`./configure`出现: ```shell configure: error: in `/home/xxx/ekho-9.0': configure: error: sndfile test failed See `config.log' for more details ``` 请问是怎么回事?