summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix top-level qt5 -no-gui buildKai Köhne2023-10-112-10/+4
* winrt: Fix crash if initialization failsJarkko Koivikko2023-08-231-0/+15
* Add cmake and qmake project files to quickspeech exampleElias Hautala2023-08-221-9/+9
* QDeclarativeTextToSpeech: fix GCC13 -Wuse-after-freeMarc Mutz2023-08-141-1/+1
* winrt: Fix artifact at the beginning of audioJarkko Koivikko2023-08-102-0/+15
* sapi: Fix mapping of Age attribute (Child, Teen, Senior)Jarkko Koivikko2023-08-092-1/+16
* Prevent QVoice from being exported twice to QMLIvan Solovev2023-08-081-1/+8
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Optimize findVoices implementationVolker Hilsheimer2023-06-201-14/+15
* Header cleanupVolker Hilsheimer2023-06-204-21/+42
* Doc: Fix warning in TextToSpeech::aboutToSynthesize()Topi Reinio2023-06-091-1/+1
* API review: add revision tags and make properties FINALVolker Hilsheimer2023-06-073-11/+11
* Doc: Add Licenses and attributions sectionPaul Wicking2023-05-311-0/+13
* Doc: Indent by 4, not 3, spacesPaul Wicking2023-05-311-38/+38
* API review: remove the synthesized signal and the simple slotVolker Hilsheimer2023-05-303-47/+61
* API review: Allow synthesize callbacks that take a QAudioBufferVolker Hilsheimer2023-05-282-11/+44
* Start the sunsetting of the macOS engineVolker Hilsheimer2023-05-281-1/+3
* Add PauseResume capability flagVolker Hilsheimer2023-05-2510-5/+27
* API review: add word string to sayingWord signal parametersVolker Hilsheimer2023-05-2411-19/+28
* API review: return an ID of the enqueued utteranceVolker Hilsheimer2023-05-243-36/+48
* VoiceSelector is new in Qt 6.6Volker Hilsheimer2023-05-131-0/+1
* Doc: add \since 6.6 tags and fix linksVolker Hilsheimer2023-05-121-1/+9
* Follow up on changes in qtbaseVolker Hilsheimer2023-05-111-1/+1
* Use new callback helper from qtbaseVolker Hilsheimer2023-05-112-61/+15
* QTextToSpeech: rename sayNext to enqueueVolker Hilsheimer2023-05-102-10/+10
* Clean up potential memory leakVolker Hilsheimer2023-05-051-0/+2
* TextToSpeech: make engine parameters available from QMLVolker Hilsheimer2023-04-254-4/+42
* TextToSpeech: delay engine creation, make order-agnosticVolker Hilsheimer2023-04-254-25/+117
* Provide a VoiceSelector attached propertyVolker Hilsheimer2023-04-239-78/+445
* Add QTextToSpeech::findVoicesVolker Hilsheimer2023-04-175-27/+287
* Don't use the QmlIntegration moduleVolker Hilsheimer2023-04-161-1/+0
* Fix declaration of voice as a QML valueVolker Hilsheimer2023-04-161-1/+1
* Fix build issues on Windows in x86 modeVolker Hilsheimer2023-04-042-22/+22
* Simplify connection to private methodVolker Hilsheimer2023-03-201-5/+4
* Add support for enqueuing textVolker Hilsheimer2023-03-114-17/+186
* Support single-argument functors for the synthesize callbackVolker Hilsheimer2023-02-281-10/+14
* Darwin: avoid out-of-bounds access of stringVolker Hilsheimer2023-02-231-1/+1
* Harden the cleanup of the synthesize callbacksVolker Hilsheimer2023-02-223-5/+21
* Make QTextToSpeechEngine::synthesize pure virtualVolker Hilsheimer2023-02-211-3/+1
* Allow tts engines to override capabilitiesVolker Hilsheimer2023-02-215-1/+26
* Port away from u""_qs string literalsVolker Hilsheimer2023-02-191-8/+10
* Add QTextToSpeech::synthesize to produce PCM data rather than audioVolker Hilsheimer2023-02-1935-55/+736
* Emit information about speech progressVolker Hilsheimer2023-02-1827-58/+485
* Documentation and example improvementsVolker Hilsheimer2023-02-131-4/+32
* Documentation: mention engineCapabilities in the overviewVolker Hilsheimer2023-02-131-0/+6
* Add QTextToSpeech::engineCapabilitiesVolker Hilsheimer2023-02-0710-11/+92
* Mock engine: don't assert when destroying while pausedVolker Hilsheimer2023-02-071-1/+1
* Proper clearing of WinRT factory cache in QtTextToSpeechMarc Mutz2023-01-233-9/+2
* Android: Protect against a null Locale object when calling getLocaleAndy Shaw2023-01-202-5/+9
* Android: migrate away from deprecated overloadVolker Hilsheimer2023-01-201-10/+18