1. a19ac0f Removing logs of text that is being spoken. by Charles Chen · 16 years ago
  2. 1a2712c Fix for bug 2564771 - pitch setting between apps can interfere with one another. by Charles Chen · 16 years ago
  3. 4222925 Fix for bug 2548048 - it was impossible for applications to discover by Charles Chen · 16 years ago
  4. def7185 Cherry-picking this fix into Froyo. by Charles Chen · 16 years ago
  5. 726a40b Enabling plugin engines to pass in their engine specific settings by Charles Chen · 16 years ago
  6. 76dd788 Support plugin parameter updates for TTS plugin settings. by Jean-Michel Trivi · 16 years ago
  7. dd5b4e2 Added a check to TtsService to make sure that the engine is enabled by Charles Chen · 16 years ago
  8. b21651c1 Fix bug 2481825 by Jean-Michel Trivi · 16 years ago
  9. 6a8b73b Fixing a bug with TTS that caused TTS to ignore the default settings by Charles Chen · 16 years ago
  10. 9b7cb79 Setting the synth busy flag inside a synchronized block for thread safety. by Charles Chen · 16 years ago
  11. 44afb7b Fixing a race condition in the TextToSpeech service that could be by Charles Chen · 16 years ago
  12. f5c87b3 Fixing a bug with the TextToSpeech speech queue processing. by Charles Chen · 16 years ago
  13. 60dd360 Enabling multiple apps to use different speech synthesis engines and not by Charles Chen · 17 years ago
  14. f524115e am 014085a8: am 4bc95d19: Merge change Iab089078 into eclair-mr2 by Charles Chen · 17 years ago
  15. ab08907 Fix for a race condition that can occur if an utterance by Charles Chen · 17 years ago
  16. b4fbe76 Adding the ability to specify the speech synthesis by Charles Chen · 17 years ago
  17. 998207c Adding support for plugins. by Charles Chen · 17 years ago
  18. b009418 Clean TTS logs: use a common TAG in the TTS service, don't show by Jean-Michel Trivi · 17 years ago
  19. 09f8db7 Add a synchronous stop method to TTS synth engine so that upon its destruction, by Jean-Michel Trivi · 17 years ago
  20. ab6ed2c Launch synthesis thread at max priority to prevent hicups in playback. by Jean-Michel Trivi · 17 years ago
  21. a3046b6 Implement clean killing of the TTS service. by Jean-Michel Trivi · 17 years ago
  22. 69e67a3 Fix bug 2043140. by Jean-Michel Trivi · 17 years ago
  23. fbe89ec Revert "Fix bug 2025765." by Jean-Michel Trivi · 17 years ago
  24. 9ebb59b Fix bug 2025765. by Jean-Michel Trivi · 17 years ago
  25. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 17 years ago
  26. 0dbc6a4 Fixing bug #2008185 - problem with the TTS dropping by Charles Chen · 17 years ago
  27. cee3bd4 Reset the speech synth singleton to null when the service is destroyed by Jean-Michel Trivi · 17 years ago
  28. a73d5cd Make sure the speech synthesizer proxy is a singleton in the TTS service. by Jean-Michel Trivi · 17 years ago
  29. 5e11a6a Prevent the setLanguage() method in TextToSpeech to change the language by Jean-Michel Trivi · 17 years ago
  30. b79370a Making sure that there are no calls made to the native TTS by Charles Chen · 17 years ago
  31. c231fd0 Fixing a race condition that causes synthesis to not be aborted by Charles Chen · 17 years ago
  32. 6f62423 Fixing a bug in how stop works - keep stop from always stopping by Charles Chen · 17 years ago
  33. edb4fc3 Cleaning up TtsService by Charles Chen · 17 years ago
  34. 3ab2076 Implementing utterance ID callbacks for silence and pre-recorded files by Charles Chen · 17 years ago
  35. 78c9d0d Adding Utterance ID to the TtsService. by Charles Chen · 17 years ago
  36. 9440bce Propagate optional audio stream type to the creation of the audio resources by Jean-Michel Trivi · 17 years ago
  37. 630a8de Fixing TTS breakage. by Charles Chen · 17 years ago
  38. d48ca22 Use the TTS queue constants in the TTS service as defined in the by Jean-Michel Trivi · 17 years ago
  39. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 17 years ago
  40. be84e41 Unbreaking the build. by Charles Chen · 17 years ago
  41. 0a3d874 Adding a lock to stop so that stop will stop utterances by Charles Chen · 17 years ago
  42. b02ced7 Cleaning up logs. by Charles Chen · 17 years ago
  43. d478cf0 Use the current Locale as the default language when TTS settings are not by Jean-Michel Trivi · 17 years ago
  44. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 17 years ago
  45. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 17 years ago
  46. 4bca97ec Removing IPA - IPA is already handled by the phoneme tag. by Charles Chen · 17 years ago
  47. ebb814b Fixing synth to file to use the speech queue. by Charles Chen · 17 years ago
  48. bbd63cb Fix bug where the default TTS Service country is initialized to the default language. by Jean-Michel Trivi · 17 years ago
  49. ddb0a80 Adding in TTS service support for language query and level of support. by Jean-Michel Trivi · 17 years ago
  50. 03454f8 Adding support for params. by Charles Chen · 17 years ago
  51. 741c25b Adding skeleton methods for IPA support. by Charles Chen · 17 years ago
  52. 1aacdcf Adding splitting to the TTS to guard against extremely long strings. by Charles Chen · 17 years ago
  53. 28dbae7 Using a sendBroadcast to notify interested parties of when by Charles Chen · 17 years ago
  54. 7af9e19 Fixing the synth function so that queue processing continues. by Charles Chen · 17 years ago
  55. 6a0e293 Fix bug in TTS service where the language setting was using the default language by Jean-Michel Trivi · 17 years ago
  56. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 17 years ago
  57. d146874 Grouping under TextToSpeech.Engine the constants to be used by by Jean-Michel Trivi · 17 years ago
  58. 605a66b In the TTS service, read the default TTS settings from Settings.Secure. by Jean-Michel Trivi · 17 years ago
  59. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 17 years ago
  60. b3c5a87 Made the platform TTS service aware of the path for the default TTS library to load. by Jean-Michel Trivi · 17 years ago
  61. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 17 years ago[Renamed (98%) from tts/java/android/tts/TtsService.java]
  62. 4b8e185 Simplify the TTS for Donut release by Charles Chen · 17 years ago
  63. 78ebbab Addressed comments of change 2515 for the TtsService class: by Jean-Michel Trivi · 17 years ago
  64. a042a74 Adding the TtsService class for text-to-speech synthesis. by Charles Chen · 17 years ago