Registry / utility / qtspeech

qtspeech

JSON →
library6.10.1vcpkgunverified

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 qtspeech
INSTALL
IMPORT
SIG · QTSPEECH
Q
qtspeech
utilitycppv6.10.1
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>

Basic text-to-speech example using Qt Speech

#include <QTextToSpeech> #include <QCoreApplication> int main() { QCoreApplication app(argc, argv); QTextToSpeech tts; tts.say("Hello, world!"); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qtspeech — pip install qtspeech · libregistry