Qt Speech
这个模块支持文本转语音等无障碍功能.
在Linux平台上, 该模块依赖Speech Dispatcher(libspeechd). 其他平台, 使用本地API.
开始使用
To include the definitions of the module's classes and functions, use the following directive:
#include <QTextToSpeech>
To link against the module, add this line to your qmake .pro
file:
QT += texttospeech