Linux笔记——linux下的语音合成系统

  1. 1.festival

安装:sudo apt-get install festival

使用:

(SayText "Hello!")

  1. 2. espeek(ubuntu 自带)
# espeak --stdout 'words to speak' | aplay
# espeak -s 140 -f mydocument.txt | aplay
# espeak --stdout -t mydocument.txt | aplay
# espeak -v en-uk --stdout 'reading tips & tricks in TGS' | aplay

Convert your text file to an audio file as shown below.

# espeak -t mydocument.txt -w myaudio.wav

参见:

How to Convert Text Document to Speech on Ubuntu Using eSpeak

上一篇:JAVA进阶之旅(一)——增强for循环,基本数据类型的自动拆箱与装箱,享元设计模式,枚举的概述,枚举的应用,枚举的构造方法,枚举的抽象方法


下一篇:网站权重与排名浅谈