summaryrefslogtreecommitdiffstats
path: root/packages/TtsService/jni
Commit message (Expand)AuthorAgeFilesLines
* 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-211-28/+36
* Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-201-2/+16
* Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)Charles Chen2009-07-181-1/+1
* Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.Jean-Michel Trivi2009-07-171-22/+0
* Delete global ref to the weak reference to the SynthProxy in theJean-Michel Trivi2009-07-161-0/+1
* Making sure that the audio buffers for speech are clearedCharles Chen2009-07-141-3/+8
* Propagate optional audio stream type to the creation of the audio resourcesJean-Michel Trivi2009-07-131-18/+24
* Removing the ttsSynthDoneCallback logging.Charles Chen2009-07-071-1/+1
* Cleaning up logs.Charles Chen2009-07-071-3/+3
* Adding tts result codes.Charles Chen2009-07-061-41/+67
* In TTS synthesis to file, remove hard coded values for the writing of the WAV...Jean-Michel Trivi2009-06-301-14/+42
* Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-291-10/+51
* Add in TTS engine interface the methods to query the availability for a langu...Jean-Michel Trivi2009-06-291-1/+2
* Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-261-2/+30
* In the native layer for the TTS service, delete the data allocated for the ca...Jean-Michel Trivi2009-06-251-4/+12
* Fix bug in TTS service where the language setting was using the default languageJean-Michel Trivi2009-06-241-7/+7
* Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-231-1/+27
* Using Locale to specify language and country for a TTS language to load,Jean-Michel Trivi2009-06-171-8/+10
* Updating TTS engine interface for setting the language based on language, cou...Jean-Michel Trivi2009-06-161-3/+5
* Restructuring the TTS files so that it works as a ServiceCharles Chen2009-06-102-0/+647