summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | SpeechRecognition: Remove unneeded metatype declarationTuomas Tuononen2015-10-131-2/+0
* | SpeechRecognition: Add missing QT_END_NAMESPACETuomas Tuononen2015-10-131-0/+2
* | SpeechRecognition: Check if the quick module existsTuomas Tuononen2015-10-131-1/+6
* | Merge remote-tracking branch 'origin/dev' into wip/speech-recognitionFrederik Gladhorn2015-10-1318-221/+924
|\|
| * 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
| * Voices test: verify that there is at least one voiceFrederik Gladhorn2015-09-261-0/+1
| * 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
* | SpeechRecognition: Replace an overloaded virtual methodTuomas Tuononen2015-09-252-3/+5
* | SpeechRecognition: Remove dependencies to QtMultimedia in the public APITuomas Tuononen2015-09-238-34/+100
* | SpeechRecognition: Simplify connection from engine handle to the managerTuomas Tuononen2015-09-232-7/+1
* | PocketSphinx: Store separate CMN adaptation state for each engineTuomas Tuononen2015-09-233-2/+14
* | SpeechRecognition: Add a couple of code example snippetsTuomas Tuononen2015-09-213-0/+161
* | SpeechRecognition: Update documentationTuomas Tuononen2015-09-189-10/+232
* | Merge remote-tracking branch 'origin/dev' into wip/speech-recognitionFrederik Gladhorn2015-09-0325-192/+578
|\|
| * 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 tests with old speech dispatcherFrederik Gladhorn2015-09-011-0/+11
| * Fix namespace buildFrederik Gladhorn2015-08-313-1/+10
| * Fix examples.pro after renameFrederik Gladhorn2015-08-311-1/+1
| * 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-226-22/+165
| * Doc: Moved the examples to examples/speechVenugopal Shivashankar2015-08-227-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
| * Android: shutdown on destruction.Samuel Nevala2015-05-262-0/+6
| * Android: fix build.Samuel Nevala2015-05-253-13/+8
| * Android: fix more white space.Samuel Nevala2015-05-252-7/+0
| * Android: fix white space.Samuel Nevala2015-05-232-2/+2
* | Add QML example application for QtSpeechRecognitionTuomas Tuononen2015-09-0311-1/+412
* | Initial implementation of PocketSphinx speech recognition plug-inTuomas Tuononen2015-09-0311-2/+960
* | Initial implementation of QtSpeechRecognition libraryTuomas Tuononen2015-09-0320-2/+3630
* | Initial API for QtSpeechRecognitionTuomas Tuononen2015-09-038-0/+628
|/
* Update license headersFrederik Gladhorn2015-05-1214-248/+215
* Add license filesFrederik Gladhorn2015-05-113-0/+915
* Add missing Q_DECL_OVERRIDEFrederik Gladhorn2015-05-081-1/+1