summaryrefslogtreecommitdiffstats
path: root/packages/TtsService/jni
Commit message (Expand)AuthorAgeFilesLines
* Improved native TTS interface header.David 'Digit' Turner2010-06-112-74/+129
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* Update TTS plugin interface to receive engine configuration dataJean-Michel Trivi2010-03-181-3/+32
* Expand buffer in SynthProxy to hold intKenny Root2010-03-041-2/+2
* Fix bug 2452941 Add a flag to maintain the intended direct playbackJean-Michel Trivi2010-02-241-3/+21
* Apply EQ on the output of the speech synthesis only when using the PicoJean-Michel Trivi2010-01-111-19/+59
* Remove useless start of AudioTrack for TTS and improper volume setting.Jean-Michel Trivi2010-01-081-3/+2
* less log spewJoe Onorato2010-01-081-1/+0
* Modify the gain after filtering to prevent TTS clipping in en-US.Jean-Michel Trivi2009-09-011-1/+1
* Add a synchronous stop method to TTS synth engine so that upon its destruction,Jean-Michel Trivi2009-08-311-0/+25
* 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
* | 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-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