summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Link alsa to flite when requiredFrederik Gladhorn2016-04-082-1/+3
* Use double for pitch and rate in fliteFrederik Gladhorn2016-04-082-14/+14
* Add project configuration for Vocalizer Expressive pluginTuomas Tuononen2016-04-051-0/+4
* flite: Move audio output and thread handling to a generic base classTuomas Tuononen2016-04-057-348/+782
* QTextToSpeech: QObject *parent ctor args go lastMarc Mutz2016-03-042-3/+25
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* flite: Rename source files to be consistent with other pluginsTuomas Tuononen2016-02-235-7/+7
* Add engine parameters in QTextToSpeech constructorTuomas Tuononen2016-02-103-8/+9
* Fix namespace build on OS XFrederik Gladhorn2016-02-052-11/+7
* remove bogus execute permission from sourcesOswald Buddenhagen2016-02-016-0/+0
* Added CONFIG += link_pkgconfig to get library and include paths.Jeremy Whiting2015-12-211-1/+1
* Add WinRT backend using Windows.Media.SpeechSynthesisMaurice Kalinowski2015-12-157-0/+683
* Fix build for MSVC2015Maurice Kalinowski2015-11-271-0/+2
* Add equality operator for QVoiceMaurice Kalinowski2015-11-272-0/+18
* Remove duplicate entryMaurice Kalinowski2015-11-271-1/+0
* Remove superfluous semicolonMaurice Kalinowski2015-11-271-1/+1
* Add private header comment sectionMaurice Kalinowski2015-11-272-0/+22
* Disable sapi backend for WinRTMaurice Kalinowski2015-11-271-1/+1
* Port OS X backend to plugin infrastructureFrederik Gladhorn2015-10-287-112/+296
* Fix sapi plugin nameFrederik Gladhorn2015-10-233-3/+3
* Make plugins depend on ttsFrederik Gladhorn2015-10-231-0/+2
* Disable building of sapi plugin for mingwFrederik Gladhorn2015-10-231-1/+3
* Fix Windows build with MSVC2013: strictStrings in sapi.h againFrederik Gladhorn2015-10-231-0/+6
* Port Windows SAPI to plugin architectureFrederik Gladhorn2015-10-178-109/+298
* Initial implementation of Flite text-to-speech plug-inTuomas Tuononen2015-10-168-0/+983
* Rename QTextToSpeechPluginEngine to QTextToSpeechEngineFrederik Gladhorn2015-10-0211-25/+23
* speechd: on start, try to keep the current voiceFrederik Gladhorn2015-10-021-5/+7
* speechd: when setting the module failes, don't try to set a voiceFrederik Gladhorn2015-10-021-1/+3
* Add speech dispatcher engine as plugin.Frederik Gladhorn2015-10-0211-103/+300
* Remove concept of experimental pluginsFrederik Gladhorn2015-09-262-8/+3
* Fix inclusion of header in public headerFrederik Gladhorn2015-09-252-2/+2
* Add support for loading TTS engine from a plug-inTuomas Tuononen2015-09-259-113/+622
* Unix: Remove the instance from the backends list in destructorTuomas Tuononen2015-09-011-0/+1
* Fix speechd initialization for old spdFrederik Gladhorn2015-09-011-2/+8
* Fix namespace buildFrederik Gladhorn2015-08-313-1/+10
* OS X fix rate getterFrederik Gladhorn2015-08-281-1/+1
* OS X: Always change m_state to speaking after calling sayFrederik Gladhorn2015-08-281-1/+1
* Doc: Fix issues in documentation configurationTopi Reinio2015-08-241-5/+11
* Doc: Added the missing \property docsVenugopal Shivashankar2015-08-221-14/+24
* Doc: Added the necessary doc artifactsVenugopal Shivashankar2015-08-224-22/+125
* Doc: Moved the examples to examples/speechVenugopal Shivashankar2015-08-221-1/+1
* Fix compilation with older speech-dispatcherFrederik Gladhorn2015-08-051-1/+19
* Remove random debug output in spd backendFrederik Gladhorn2015-08-051-12/+5
* linux: Fix some speech-dispatcher usage issues.Jeremy Whiting2015-07-131-2/+9
* Fix license headers: .mm and .java files were forgottenFrederik Gladhorn2015-06-102-44/+34
* Android: implement volume.Samuel Nevala2015-05-272-4/+28
* Android: implement speech rate.Samuel Nevala2015-05-272-4/+29
* Android: implement pitch.Samuel Nevala2015-05-272-5/+40
* Android: implement resume.Samuel Nevala2015-05-272-0/+8
* Android: implement state.Samuel Nevala2015-05-273-60/+168