summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* CMake: remove unnecessary find_packageHEADdevTim Blechmann10 hours1-2/+0
* Flite: cache list of library pathsTim Blechmann4 days1-30/+40
* Flite: fix library paths to locate voicesTim Blechmann7 days1-3/+36
* WinRT: silence -Winconsistent-missing-overrideTim Blechmann8 days1-3/+4
* Flite: Include <thread>Michael Weghorn2025-06-191-0/+2
* Flite: factor out getAudioFormatTim Blechmann2025-06-192-15/+15
* Flite: move static functions into an anonymous namespaceTim Blechmann2025-06-192-66/+64
* Flite: make string formatting lazyTim Blechmann2025-06-191-5/+10
* Flite: rely on defaultChannelConfigForChannelCountTim Blechmann2025-06-191-26/+2
* build system: remove unused alsa dependencyTim Blechmann2025-06-191-5/+0
* Flite: immediately invoke sayingWord in flite callbackTim Blechmann2025-06-192-83/+44
* Flite: lazily construct QAudioFormat for synthesize methodTim Blechmann2025-06-192-12/+18
* Flite: remove unnecessary nullptr checkTim Blechmann2025-06-191-34/+31
* Flite: audioOutputCb - make logging lazyTim Blechmann2025-06-191-9/+12
* Flite: fix static analyser warningsTim Blechmann2025-06-192-14/+18
* Flite: make clang-tidy happierTim Blechmann2025-06-191-1/+1
* Flite: Add retry loop when writing to QIODeviceTim Blechmann2025-06-191-3/+37
* Header cleanupTim Blechmann2025-06-192-16/+16
* Flite: rename m_audioBuffer to m_audioIODeviceTim Blechmann2025-06-192-6/+6
* Flite: prevent duplicate startTim Blechmann2025-06-191-0/+4
* Flite: fix nullptr dereferenceTim Blechmann2025-06-191-3/+2
* Flite: cleanups - avoid run-time unicode conversionsTim Blechmann2025-06-192-9/+9
* Flite: set thread nameTim Blechmann2025-06-191-0/+1
* QTextToSpeechProcessorFlite::startTokenTimer(): Handle missing audiosinkAxel Spoerl2025-06-051-1/+1
* sapi: Avoid crash when handling SPEI_WORD_BOUNDARY after speech stopJarkko Koivikko2025-05-281-2/+4
* Android: remove unused importsAssam Boudjelthia2025-01-091-2/+0
* Android: remove unnecessary explicit android-21 platform choiceAssam Boudjelthia2024-12-081-4/+2
* Remove the "macos" pluginVolker Hilsheimer2024-10-237-477/+0
* Android: make internal Java code for QtAndroidSpeech privateAssam Boudjelthia2024-06-161-24/+24
* Correct license for module and plugin filesLucie Gérard2024-05-0337-37/+37
* SpeechD: replace unguarded qDebug statement with categorized loggingVolker Hilsheimer2024-04-302-4/+4
* QTextToSpeech - flite: remove redundant Q_UNUSED()Axel Spoerl2024-03-061-2/+0
* Fix the QTextToSpeechEngineAndroid plugin target nameAlexey Edelev2024-03-061-2/+3
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* WinRT: implement boundary hint support in pauseVolker Hilsheimer2023-11-103-5/+59
* WinRT: don't emit Paused state if no pause was requestedVolker Hilsheimer2023-11-101-1/+2
* WinRT: make silence detection more robustVolker Hilsheimer2023-11-101-3/+6
* SAPI: fix word offsets in sayingWord signalVolker Hilsheimer2023-11-101-1/+1
* WinRT: fix hanging synthesize when RIFF header is removedVolker Hilsheimer2023-11-061-1/+2
* WinRT: avoid warning about negative timerVolker Hilsheimer2023-11-051-1/+2
* Fix top-level qt5 -no-gui buildKai Köhne2023-10-111-2/+2
* JNI: Don't use "Object" methods, let the compiler do the workVolker Hilsheimer2023-09-241-5/+5
* Explicitly include qjnitypes headerVolker Hilsheimer2023-09-211-0/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-211-1/+1
* winrt: Fix crash if initialization failsJarkko Koivikko2023-08-231-0/+15
* 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
* Allow enabling QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-08-072-2/+3
* Implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20Ahmad Samir2023-07-121-1/+1
* Add PauseResume capability flagVolker Hilsheimer2023-05-257-1/+8