Ekho TTS Linux藏语版安装指南

By admin , 22 九月, 2025

1. 下载解压Ekho源代码

$ wget http://sourceforge.net/projects/e-guidedog/files/Ekho/9.0/ekho-9.0.tar.xz
$ tar xJvf ekho-9.0.tar.xz

 2. 下载解压藏语语音数据

$ cd ekho-9.0/ekho-data
$ wget https://sourceforge.net/projects/e-guidedog/files/Ekho-Voice-Data/0.2/tibetan-trinley-44100-wav-v1.tar.xz
$ tar xJvf tibetan-trinley-44100-wav-v1.tar.xz
$ ln -s tibetan-trinley-44100-wav tibetan

3. 编译运行

// 返回ekho-9.0目录下
$ cd ..

$ ./configure

// 添加编译参数禁用优化,否则会很慢
$ make CXXFLAGS=-O0

// 运行时指定数据目录路径,否则可能找错地方找不到藏语数据目录
$ env EKHO_DATA_PATH=ekho-data ./ekho -vTibetan 123

4. 安装(可选)

$ sudo make install

// 由于默认安装脚本不包含藏语数据目录,需要手动复制
$ sudo cp -r ekho-data/tibetan-trinley-44100-wav /usr/local/share/ekho-data/tibetan

$ ekho -vTibetan 123

 

标签

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
CAPTCHA
请输入"Drupal"
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

最新评论