1. 9d2d26a Add support in TTS for volume and panning control of the synth output by Jean-Michel Trivi · 14 years ago
  2. 54a3dcd Fix bug where the setConfig method in SynthProxy has the wrong signature. by Jean-Michel Trivi · 14 years ago
  3. 900e0d0 Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 14 years ago
  4. 76dd788 Support plugin parameter updates for TTS plugin settings. by Jean-Michel Trivi · 14 years ago
  5. 1105f0f Revert TTS output filter tuning after reverting the Pico 1.1.0.2 by Jean-Michel Trivi · 14 years ago
  6. c612019 Fix typo in log message in TTS SynthProxy. by Jean-Michel Trivi · 14 years ago
  7. 796325b Fix bug 2449814 by Jean-Michel Trivi · 14 years ago
  8. 0320f8b Apply EQ on the output of the speech synthesis only when using the Pico by Jean-Michel Trivi · 15 years ago
  9. b009418 Clean TTS logs: use a common TAG in the TTS service, don't show 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. 8b86da8 Remove obsolete playBuffer() method from the text-to-speech SynthProxy class. by Jean-Michel Trivi · 15 years ago
  12. 9440bce Propagate optional audio stream type to the creation of the audio resources by Jean-Michel Trivi · 15 years ago
  13. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 15 years ago
  14. 35b86c2 Adding tts result codes. by Charles Chen · 15 years ago
  15. bee1c7e Expose in SynthProxy the query for the TTS supported and current language. by Jean-Michel Trivi · 15 years ago
  16. d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
  17. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  18. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 15 years ago
  19. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 15 years ago[Renamed from tts/java/android/tts/SynthProxy.java]
  20. 1f4b92a Corrected the name of the native library the SynthProxy class loads (libttssynthproxy instead of libsynthproxy) to match the lib name from frameworks/base/tts/jni/Android.mk. by Jean-Michel Trivi · 15 years ago
  21. 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