インストール方法
以下のコマンドを実行します。sudo dnf -y install festival
使用方法例
・指定の英文を再生echo "Hello, World!" | festival --tts
・音声出力をファイルへ出力する
echo "Hello, World!" > helloworld.txt
text2wave helloworld.txt -o helloworld.wav
・ゆっくりと発音させる
cat << EOF > test.txt
(Parameter.set 'Duration_Stretch 2.5)
(SayText "Good afternoon.")
EOF
festival -b test.txt
関連情報
・Festival Speech Synthesis Systemのホームページhttp://www.cstr.ed.ac.uk/projects/festival/
0 件のコメント:
コメントを投稿