How to get audio data of QTextToSpeech?
Unsolved
Mobile and Embedded
-
Hi all,
Is it possible to get audio stream data of a will-to-be-say text?
To process it (mix with the rest of my audio stuff) and play only then.Because it seems like
QTextToSpeech
https://doc.qt.io/qt-5/qtexttospeech.html doesn't give any access to audio data. -
Hi,
AFAIK, no. It's the underlying engine that will be responsible for the conversion to audio.