summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-12 11:36:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-12 12:11:58 +0200
commit4d0db90ac09a79bddd3fd6cb1d9393a4d10756fd (patch)
tree2eea59e8184109f1510ae8ab66dc81b45ea9e136
parent9c3f15f50535a5504bd82540287647660e755007 (diff)
downloadqtdoc-4d0db90ac09a79bddd3fd6cb1d9393a4d10756fd.tar.gz
Update whatsnew66 with Qt TextToSpeech changes
Change-Id: I32d3e57ed46e8fb5195e1c0568c67dcd6f5d5dae Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
-rw-r--r--doc/src/whatsnew/whatsnew66.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew66.qdoc b/doc/src/whatsnew/whatsnew66.qdoc
index 8a5b9e7f..be8c303a 100644
--- a/doc/src/whatsnew/whatsnew66.qdoc
+++ b/doc/src/whatsnew/whatsnew66.qdoc
@@ -120,9 +120,13 @@
\list
\li Applications can add multiple chunks of text to a synthesizing engine
- via \l{QTextToSpeech::}{sayNext}.
+ via \l{QTextToSpeech::}{enqueue}.
\li The new \l{QTextToSpeech::}{aboutToSynthesize} signal gets emitted just
before a chunk of text gets synthesized.
+ \li Selecting one of the voices provided by the engine using a set of
+ criteria is now easy with the \l{QTextToSpeech::}{findVoices} member
+ function. QML code can in addition use the \l{VoiceSelector} type as an
+ attached property.
\endlist
Not all new features are available with every engine. Applications can use the