Registry / utility / qt5-speech

qt5-speech

JSON →
library5.15.18vcpkgunverified

The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason.

vcpkg install qt5-speech
INSTALL
IMPORT
SIG · QT5-SPEECH
Q
qt5-speech
utilitycppv5.15.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QTextToSpeech
#include <QTextToSpeech>

Use Qt5 Speech to speak a phrase

#include <QCoreApplication> #include <QTextToSpeech> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QTextToSpeech tts; tts.say("Hello, world"); return 0; }
Debug
Known issues
gotchaRequires Qt5 core and multimedia modules; may need platform-specific speech backends
fix
Ensure Qt5 multimedia is installed and linked; on Linux, install speech-dispatcher or festival
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

qt5-speech — pip install qt5-speech · libregistry