summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-045-5/+5
* Enqueue new text if added while the engine is busyVolker Hilsheimer2024-03-051-2/+2
* Fix creation of locale in test_default_voice testVolker Hilsheimer2024-03-041-1/+1
* Revert "Temporarily blacklist tst_QTextToSpeech on openSuSE"Axel Spoerl2024-01-221-7/+0
* Temporarily blacklist tst_QTextToSpeech on openSuSEAxel Spoerl2024-01-091-0/+7
* WinRT: fix hanging synthesize when RIFF header is removedVolker Hilsheimer2023-11-061-18/+23
* Fix top-level qt5 -no-gui buildKai Köhne2023-10-111-5/+0
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-231-5/+6
* API review: remove the synthesized signal and the simple slotVolker Hilsheimer2023-05-301-11/+6
* API review: Allow synthesize callbacks that take a QAudioBufferVolker Hilsheimer2023-05-281-0/+11
* Add PauseResume capability flagVolker Hilsheimer2023-05-251-0/+4
* API review: add word string to sayingWord signal parametersVolker Hilsheimer2023-05-241-5/+16
* Test clean-up: we don't need to quote the keys of a mapVolker Hilsheimer2023-05-241-9/+9
* QTextToSpeech: rename sayNext to enqueueVolker Hilsheimer2023-05-101-2/+2
* TextToSpeech: make engine parameters available from QMLVolker Hilsheimer2023-04-251-0/+14
* TextToSpeech: delay engine creation, make order-agnosticVolker Hilsheimer2023-04-251-1/+55
* Provide a VoiceSelector attached propertyVolker Hilsheimer2023-04-231-0/+62
* Add QTextToSpeech::findVoicesVolker Hilsheimer2023-04-172-1/+184
* A basic QML test case for Voice and TextToSpeechVolker Hilsheimer2023-04-165-0/+80
* Add support for enqueuing textVolker Hilsheimer2023-03-111-0/+104
* Support single-argument functors for the synthesize callbackVolker Hilsheimer2023-02-281-0/+7
* Allow tts engines to override capabilitiesVolker Hilsheimer2023-02-211-6/+0
* Add QTextToSpeech::synthesize to produce PCM data rather than audioVolker Hilsheimer2023-02-191-0/+184
* Emit information about speech progressVolker Hilsheimer2023-02-182-0/+134
* Add QTextToSpeech::engineCapabilitiesVolker Hilsheimer2023-02-071-0/+22
* Fix QSKIP usage in pauseResumeVolker Hilsheimer2023-01-201-1/+1
* Blacklist tst_QTextToSpeech::pauseResume(darwin) on macOS 13 in CITor Arne Vestbø2022-11-041-0/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-082-32/+32
* Detect speechd misconfigurations in tst_QTextToSpeechAxel Spoerl2022-09-161-2/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-243-3/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Replace blacklisting of tests with QEXPECT_FAIL and QSKIPVolker Hilsheimer2022-06-222-16/+34
* Stabilize sayWithRates testVolker Hilsheimer2022-06-221-11/+12
* Use SPDX license identifiersLucie Gérard2022-06-222-70/+4
* Rename iOS engine to DarwinVolker Hilsheimer2022-06-132-2/+2
* Improve error handling in QTextToSpeechAxel Spoerl2022-05-202-4/+4
* Simplify time measurement in sayWithRates testVolker Hilsheimer2022-05-061-4/+6
* Check audio device availability only if the engine is not mockVolker Hilsheimer2022-04-291-4/+4
* Workaround for iOS engine on macOS 10.14Volker Hilsheimer2022-04-292-0/+12
* Make test robust on systems with a single localeVolker Hilsheimer2022-04-291-1/+3
* Skip tests with old libspeechd version (pre-0.9)Volker Hilsheimer2022-04-282-14/+11
* Log more information in case of test failureVolker Hilsheimer2022-04-281-1/+4
* Blacklist speechd tests in CIVolker Hilsheimer2022-04-281-1/+9
* Blacklist pauseResume test with macOS engineVolker Hilsheimer2022-04-281-0/+2
* Skip speaking tests if there is no audio deviceVolker Hilsheimer2022-04-272-0/+26
* Add QVoice::locale propertyVolker Hilsheimer2022-04-201-0/+1
* Android specific build and test fixesVolker Hilsheimer2022-04-141-7/+19
* Add tests for setting voice and localeVolker Hilsheimer2022-04-141-0/+119
* Don't emit signals when attributes don't changeVolker Hilsheimer2022-04-141-0/+8