配置:错误:在安装 HTS-demo_CMU-ARCTIC-SLT 时找不到节日的 text2utt

配置:错误:在安装 HTS-demo_CMU-ARCTIC-SLT 时找不到节日的 text2utt

我想安装HTS-demo_CMU-ARCTIC-SLThttp://hts.sp.nitech.ac.jp/

我安装了节日韋斯特高温超导hts-发动机但是当我像这样配置时:

./configure --with-fest-search-path=/usr/local/festival/examples \
>                  --with-sptk-search-path=/usr/bin/ \
>                  --with-hts-search-path=/usr/local/HTS-2.3/bin \
>                  --with-hts-engine-search-path=/usr/local/hts_engine_API-1.10/bin

我收到此错误:

checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for wc... /usr/bin/wc
checking for text2utt... :
configure: error: Can't find text2utt of festival

我将非常感激您能帮助我。

答案1

配置:错误:找不到节日的 text2utt

此错误表示您的配置无法找到text2utt文件。请确保节日搜索路径的路径正确。

答案2

您只需将脚本 text2utt.sh 作为“text2utt”复制到 HTS-demo_CMU-ARCTIC-SLT-STRAIGHT-AR-decision-tree/ 中即可

https://github.com/zeehio/festival/blob/master/examples/text2utt.sh

相关内容