1. 9d2d26a Add support in TTS for volume and panning control of the synth output by Jean-Michel Trivi · 14 years ago
  2. 01f2f96 Improved native TTS interface header. by David 'Digit' Turner · 14 years ago
  3. 900e0d0 Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 14 years ago
  4. 1ead4f0 Expand buffer in SynthProxy to hold int by Kenny Root · 14 years ago
  5. e3c1890 Fix bug 2452941 Add a flag to maintain the intended direct playback by Jean-Michel Trivi · 14 years ago
  6. 0320f8b Apply EQ on the output of the speech synthesis only when using the Pico by Jean-Michel Trivi · 15 years ago
  7. ddc63ad Remove useless start of AudioTrack for TTS and improper volume setting. by Jean-Michel Trivi · 15 years ago
  8. f5d95cb less log spew by Joe Onorato · 15 years ago
  9. 3218471 Modify the gain after filtering to prevent TTS clipping in en-US. by Jean-Michel Trivi · 15 years ago
  10. 09f8db7 Add a synchronous stop method to TTS synth engine so that upon its destruction, by Jean-Michel Trivi · 15 years ago
  11. 0deb41a am 0950c5de: Merge change 21226 into donut by Jean-Michel Trivi · 15 years ago
  12. 4fb7d88 Fix bug 2046705 where the output of the speech synthesizer is too low. by Jean-Michel Trivi · 15 years ago
  13. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  14. d702c35 Increase the volume of the AudioTrack instance used for the speech synthesis. by Jean-Michel Trivi · 15 years ago
  15. cee3bd4 Reset the speech synth singleton to null when the service is destroyed by Jean-Michel Trivi · 15 years ago
  16. 5e11a6a Prevent the setLanguage() method in TextToSpeech to change the language by Jean-Michel Trivi · 15 years ago
  17. 342c329 Fixing the random audio mangling problem (TTS becomes incomprehensibly fast) by Charles Chen · 15 years ago
  18. 8b86da8 Remove obsolete playBuffer() method from the text-to-speech SynthProxy class. by Jean-Michel Trivi · 15 years ago
  19. 19e53f7 Delete global ref to the weak reference to the SynthProxy in the by Jean-Michel Trivi · 15 years ago
  20. 4a3368f Making sure that the audio buffers for speech are cleared by Charles Chen · 15 years ago
  21. 9440bce Propagate optional audio stream type to the creation of the audio resources by Jean-Michel Trivi · 15 years ago
  22. 2a8a2d7 Removing the ttsSynthDoneCallback logging. by Charles Chen · 15 years ago
  23. b02ced7 Cleaning up logs. by Charles Chen · 15 years ago
  24. 35b86c2 Adding tts result codes. by Charles Chen · 15 years ago
  25. f07d824 In TTS synthesis to file, remove hard coded values for the writing of the WAV header. by Jean-Michel Trivi · 15 years ago
  26. bee1c7e Expose in SynthProxy the query for the TTS supported and current language. by Jean-Michel Trivi · 15 years ago
  27. 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 15 years ago
  28. d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
  29. 6c24f24 In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received. by Jean-Michel Trivi · 15 years ago
  30. 6a0e293 Fix bug in TTS service where the language setting was using the default language by Jean-Michel Trivi · 15 years ago
  31. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  32. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 15 years ago
  33. 35a8e80 Updating TTS engine interface for setting the language based on language, country and variant codes by Jean-Michel Trivi · 15 years ago
  34. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 15 years ago[Renamed from tts/jni/android_tts_SynthProxy.cpp]
  35. 83e712a Updating TtsEngine.h and SynthProxy.cpp so that buffer memory by Charles Chen · 15 years ago
  36. 700ec65 Adding java/jni code for the Java TTS SynthProxy class, which relays calls from the TTS service to the native TTS plugin library. by Jean-Michel Trivi · 15 years ago