You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guillaume charbonnier edited this page Mar 9, 2019
·
4 revisions
Text To Speech
😅 (difficulty)
⌛ (time-Box)
🔗 (related to)
1️⃣ / 5️⃣
15 mn
texttospeech C++/QML
Master TTS in QML :
learn how to get C++ class or object available in QML
✔️ primary objectives
Piece of cake
Input a text and pass it through the system text2speech service
Easy
control pitch & rate
Normal
control locale and voice selection
💰 useful ressources
QTextToSpeech from C++ world
👶 Newbies area
Warning : Spoilers !!!
QML types
Module
Useful for...
QTextToSpeech
QtTextToSpeech
access your host TTS system
ℹ️ useful information and hints
A custom TTS Helper object as already been passed into the QML world as a context property named ttsHelper, it is also creating a QTextToSpeech property available as tts