qtspeech

Qt library providing text-to-speech engine access

brewmacoslinux
Try with needOr install directly
Source

About

Enables access to text-to-speech engines

Commands

qtspeech

Examples

Initialize text-to-speech engine in Qt application$ qmake -query QT_INSTALL_LIBS | grep -i speech
Check installed qtspeech library version$ brew info qtspeech
Link qtspeech in Qt project file$ echo 'QT += speech' >> project.pro