{"id":60824,"library":"qtspeech","title":"Qt Speech","description":"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.","status":"active","version":"6.10.1","language":"cpp","source_language":null,"source_url":null,"tags":["accessibility","qt","speech","text-to-speech"],"install":[{"cmd":"vcpkg install qtspeech","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(qtspeech CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Qt6::TextToSpeech)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"QTextToSpeech","correct":"#include <QTextToSpeech>"}],"quickstart":{"code":"#include <QTextToSpeech>\n#include <QCoreApplication>\n\nint main() {\n    QCoreApplication app(argc, argv);\n    QTextToSpeech tts;\n    tts.say(\"Hello, world!\");\n    return app.exec();\n}","lang":"cpp","description":"Basic text-to-speech example using Qt Speech"},"warnings":[],"env_vars":null,"search_vec":"'access':13,34,40 'applic':10,36 'cannot':33 'challeng':31 'enabl':7 'end':26 'end-us':25 'featur':14 'modul':6 'qt':1,4,9,41 'reason':39 'speech':2,5,20,42,46 'support':12 'text':18,44 'text-to-speech':17,43 'use':23 'user':27 'visual':30 'whatev':38","created_at":"2026-06-17T04:29:18.366920+00:00","updated_at":"2026-06-17T04:29:18.366920+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}