summaryrefslogtreecommitdiffstats
path: root/packages/TtsService
Commit message (Expand)AuthorAgeFilesLines
* Placeholder mdpi assetsMike Cleron2009-09-301-0/+0
* Newer iconsMike Cleron2009-09-301-0/+0
* New iconsMike Cleron2009-09-292-1/+2
* Modify the gain after filtering to prevent TTS clipping in en-US.Jean-Michel Trivi2009-09-011-1/+1
* Clean TTS logs: use a common TAG in the TTS service, don't showJean-Michel Trivi2009-08-312-26/+27
* Add a synchronous stop method to TTS synth engine so that upon its destruction,Jean-Michel Trivi2009-08-313-2/+43
* Launch synthesis thread at max priority to prevent hicups in playback.Jean-Michel Trivi2009-08-281-7/+12
* Implement clean killing of the TTS service.Jean-Michel Trivi2009-08-261-4/+62
* am 0950c5de: Merge change 21226 into donutJean-Michel Trivi2009-08-181-3/+93
|\
| * Fix bug 2046705 where the output of the speech synthesizer is too low.Jean-Michel Trivi2009-08-141-3/+93
* | am eccd6fdd: Merge change 20673 into donutJean-Michel Trivi2009-08-121-18/+79
|\ \ | |/
| * Fix bug 2043140.Jean-Michel Trivi2009-08-111-18/+79
* | am fbe89ec6: Revert "Fix bug 2025765."Jean-Michel Trivi2009-08-041-42/+4
|\ \ | |/
| * Revert "Fix bug 2025765."Jean-Michel Trivi2009-08-041-42/+4
* | am 377b21e9: Merge change 9502 into donutAndroid (Google) Code Review2009-08-031-4/+42
|\ \ | |/
| * Fix bug 2025765.Jean-Michel Trivi2009-08-031-4/+42
* | am 2bad713f: Merge change 8860 into donutAndroid (Google) Code Review2009-07-301-31/+31
|\ \ | |/
| * Fix bug 2017664Jean-Michel Trivi2009-07-291-31/+31
* | am 79858fe2: Merge change 8678 into donutAndroid (Google) Code Review2009-07-271-8/+13
|\ \ | |/
| * Fixing bug #2008185 - problem with the TTS droppingCharles Chen2009-07-271-8/+13
* | Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-5/+5
|/
* Increase the volume of the AudioTrack instance used for the speech synthesis.Jean-Michel Trivi2009-07-211-0/+1
* Reset the speech synth singleton to null when the service is destroyedJean-Michel Trivi2009-07-212-28/+37
* Make sure the speech synthesizer proxy is a singleton in the TTS service.Jean-Michel Trivi2009-07-211-29/+31
* Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-202-6/+20
* Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)Charles Chen2009-07-181-1/+1
* Merge change 7829 into donutAndroid (Google) Code Review2009-07-171-18/+24
|\
| * Making sure that there are no calls made to the native TTSCharles Chen2009-07-171-18/+24
* | Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.Jean-Michel Trivi2009-07-172-32/+0
|/
* Delete global ref to the weak reference to the SynthProxy in theJean-Michel Trivi2009-07-161-0/+1
* Fixing a race condition that causes synthesis to not be abortedCharles Chen2009-07-161-2/+13
* Merge change 7356 into donutAndroid (Google) Code Review2009-07-151-20/+73
|\
| * Fixing a bug in how stop works - keep stop from always stoppingCharles Chen2009-07-141-20/+73
* | Making sure that the audio buffers for speech are clearedCharles Chen2009-07-141-3/+8
|/
* Cleaning up TtsServiceCharles Chen2009-07-141-42/+38
* Implementing utterance ID callbacks for silence and pre-recorded filesCharles Chen2009-07-131-17/+62
* Adding Utterance ID to the TtsService.Charles Chen2009-07-131-23/+43
* Propagate optional audio stream type to the creation of the audio resourcesJean-Michel Trivi2009-07-133-26/+67
* Fixing TTS breakage.Charles Chen2009-07-101-17/+22
* Use the TTS queue constants in the TTS service as defined in theJean-Michel Trivi2009-07-101-13/+13
* Adding tagging to utterances to track which app said what.Charles Chen2009-07-101-55/+64
* Unbreaking the build.Charles Chen2009-07-091-3/+0
* Adding a lock to stop so that stop will stop utterancesCharles Chen2009-07-091-11/+36
* Removing the ttsSynthDoneCallback logging.Charles Chen2009-07-071-1/+1
* Cleaning up logs.Charles Chen2009-07-072-7/+8
* Use the current Locale as the default language when TTS settings are notJean-Michel Trivi2009-07-061-3/+7
* Fixes a compatibility issue with users that have the old TTSCharles Chen2009-07-062-2/+2
* Propagating the error codes through the TtsServiceCharles Chen2009-07-062-43/+45
* Adding tts result codes.Charles Chen2009-07-062-48/+74
* Removing IPA - IPA is already handled by the phoneme tag.Charles Chen2009-07-021-117/+3