个人主页https://xugaoxiang.com,微信公众号: Dev_Club 或者搜索 程序员Club
全部博文(229)
分类: LINUX
2011-03-15 23:12:42
sudo apt-get install curl git-core
sudo apt-get install libasound2-dev
git clone git://gitorious.org/qt-speech/qt-speech.git
cd qt-speech/
./get-festival.sh
qmake QtSpeech.pro
make
首先确保你系统有声音,再进入test目录进行测试
cd test
qmake test.pro
make
./test(听听熟悉的hello world)
Reference