From 4d0db90ac09a79bddd3fd6cb1d9393a4d10756fd Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 12 May 2023 11:36:58 +0200 Subject: Update whatsnew66 with Qt TextToSpeech changes Change-Id: I32d3e57ed46e8fb5195e1c0568c67dcd6f5d5dae Reviewed-by: Axel Spoerl Reviewed-by: Nicholas Bennett --- doc/src/whatsnew/whatsnew66.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1