Skip to content
guillaume charbonnier edited this page Mar 9, 2019 · 4 revisions

Text To Speech

image

😅 (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

:suspect: Piece of cake

  • Input a text and pass it through the system text2speech service

:rage1: Easy

  • control pitch & rate

:rage3: 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

⚠️ cautions and warnings

N/A

Clone this wiki locally