1. 2d4deb1 Placeholder mdpi assets by Mike Cleron · 15 years ago
  2. a408791 Newer icons by Mike Cleron · 15 years ago
  3. ee9b30d New icons by Mike Cleron · 15 years ago
  4. 3218471 Modify the gain after filtering to prevent TTS clipping in en-US. by Jean-Michel Trivi · 15 years ago
  5. b009418 Clean TTS logs: use a common TAG in the TTS service, don't show by Jean-Michel Trivi · 15 years ago
  6. 09f8db7 Add a synchronous stop method to TTS synth engine so that upon its destruction, by Jean-Michel Trivi · 15 years ago
  7. ab6ed2c Launch synthesis thread at max priority to prevent hicups in playback. by Jean-Michel Trivi · 15 years ago
  8. a3046b6 Implement clean killing of the TTS service. by Jean-Michel Trivi · 15 years ago
  9. 0deb41a am 0950c5de: Merge change 21226 into donut by Jean-Michel Trivi · 15 years ago
  10. 4fb7d88 Fix bug 2046705 where the output of the speech synthesizer is too low. by Jean-Michel Trivi · 15 years ago
  11. 337cf91 am eccd6fdd: Merge change 20673 into donut by Jean-Michel Trivi · 15 years ago
  12. 69e67a3 Fix bug 2043140. by Jean-Michel Trivi · 15 years ago
  13. ff14d45 am fbe89ec6: Revert "Fix bug 2025765." by Jean-Michel Trivi · 15 years ago
  14. fbe89ec Revert "Fix bug 2025765." by Jean-Michel Trivi · 15 years ago
  15. 7a17cf3 am 377b21e9: Merge change 9502 into donut by Android (Google) Code Review · 15 years ago
  16. 9ebb59b Fix bug 2025765. by Jean-Michel Trivi · 15 years ago
  17. cdc0d94 am 2bad713f: Merge change 8860 into donut by Android (Google) Code Review · 15 years ago
  18. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 15 years ago
  19. 0326bee am 79858fe2: Merge change 8678 into donut by Android (Google) Code Review · 15 years ago
  20. 0dbc6a4 Fixing bug #2008185 - problem with the TTS dropping by Charles Chen · 15 years ago
  21. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  22. d702c35 Increase the volume of the AudioTrack instance used for the speech synthesis. by Jean-Michel Trivi · 15 years ago
  23. cee3bd4 Reset the speech synth singleton to null when the service is destroyed by Jean-Michel Trivi · 15 years ago
  24. a73d5cd Make sure the speech synthesizer proxy is a singleton in the TTS service. by Jean-Michel Trivi · 15 years ago
  25. 5e11a6a Prevent the setLanguage() method in TextToSpeech to change the language by Jean-Michel Trivi · 15 years ago
  26. 342c329 Fixing the random audio mangling problem (TTS becomes incomprehensibly fast) by Charles Chen · 15 years ago
  27. 4b897aa Merge change 7829 into donut by Android (Google) Code Review · 15 years ago
  28. b79370a Making sure that there are no calls made to the native TTS by Charles Chen · 15 years ago
  29. 8b86da8 Remove obsolete playBuffer() method from the text-to-speech SynthProxy class. by Jean-Michel Trivi · 15 years ago
  30. 19e53f7 Delete global ref to the weak reference to the SynthProxy in the by Jean-Michel Trivi · 15 years ago
  31. c231fd0 Fixing a race condition that causes synthesis to not be aborted by Charles Chen · 15 years ago
  32. 83fa356 Merge change 7356 into donut by Android (Google) Code Review · 15 years ago
  33. 6f62423 Fixing a bug in how stop works - keep stop from always stopping by Charles Chen · 15 years ago
  34. 4a3368f Making sure that the audio buffers for speech are cleared by Charles Chen · 15 years ago
  35. edb4fc3 Cleaning up TtsService by Charles Chen · 15 years ago
  36. 3ab2076 Implementing utterance ID callbacks for silence and pre-recorded files by Charles Chen · 15 years ago
  37. 78c9d0d Adding Utterance ID to the TtsService. by Charles Chen · 15 years ago
  38. 9440bce Propagate optional audio stream type to the creation of the audio resources by Jean-Michel Trivi · 15 years ago
  39. 630a8de Fixing TTS breakage. by Charles Chen · 15 years ago
  40. d48ca22 Use the TTS queue constants in the TTS service as defined in the by Jean-Michel Trivi · 15 years ago
  41. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 15 years ago
  42. be84e41 Unbreaking the build. by Charles Chen · 15 years ago
  43. 0a3d874 Adding a lock to stop so that stop will stop utterances by Charles Chen · 15 years ago
  44. 2a8a2d7 Removing the ttsSynthDoneCallback logging. by Charles Chen · 15 years ago
  45. b02ced7 Cleaning up logs. by Charles Chen · 15 years ago
  46. d478cf0 Use the current Locale as the default language when TTS settings are not by Jean-Michel Trivi · 15 years ago
  47. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 15 years ago
  48. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 15 years ago
  49. 35b86c2 Adding tts result codes. by Charles Chen · 15 years ago
  50. 4bca97ec Removing IPA - IPA is already handled by the phoneme tag. by Charles Chen · 15 years ago
  51. ebb814b Fixing synth to file to use the speech queue. by Charles Chen · 15 years ago
  52. f07d824 In TTS synthesis to file, remove hard coded values for the writing of the WAV header. by Jean-Michel Trivi · 15 years ago
  53. bbd63cb Fix bug where the default TTS Service country is initialized to the default language. by Jean-Michel Trivi · 15 years ago
  54. ddb0a80 Adding in TTS service support for language query and level of support. by Jean-Michel Trivi · 15 years ago
  55. 526355d Merge change 5701 into donut by Android (Google) Code Review · 15 years ago
  56. bee1c7e Expose in SynthProxy the query for the TTS supported and current language. by Jean-Michel Trivi · 15 years ago
  57. 03454f8 Adding support for params. by Charles Chen · 15 years ago
  58. 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 15 years ago
  59. 77cb40a Merge change 5447 into donut by Android (Google) Code Review · 15 years ago
  60. 741c25b Adding skeleton methods for IPA support. by Charles Chen · 15 years ago
  61. d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
  62. ee513b6 Merge change 5444 into donut by Android (Google) Code Review · 15 years ago
  63. 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
  64. 1aacdcf Adding splitting to the TTS to guard against extremely long strings. by Charles Chen · 15 years ago
  65. 28dbae7 Using a sendBroadcast to notify interested parties of when by Charles Chen · 15 years ago
  66. 7af9e19 Fixing the synth function so that queue processing continues. by Charles Chen · 15 years ago
  67. 6a0e293 Fix bug in TTS service where the language setting was using the default language by Jean-Michel Trivi · 15 years ago
  68. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  69. d146874 Grouping under TextToSpeech.Engine the constants to be used by by Jean-Michel Trivi · 15 years ago
  70. 605a66b In the TTS service, read the default TTS settings from Settings.Secure. by Jean-Michel Trivi · 15 years ago
  71. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 15 years ago
  72. 35a8e80 Updating TTS engine interface for setting the language based on language, country and variant codes by Jean-Michel Trivi · 15 years ago
  73. b3c5a87 Made the platform TTS service aware of the path for the default TTS library to load. by Jean-Michel Trivi · 15 years ago
  74. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 15 years ago