1. 10db95b Fix issue when QUEUE_DESTROY arrive at the same time. by Niels Egberts · 8 years ago
  2. 33b8404 Use audio_session_t consistently by Glenn Kasten · 8 years ago
  3. c99ba1c API to listen in on the synthesized audio. by Niels Egberts · 9 years ago
  4. 9b2b2f5 Fix checks for audio format. by Niels Egberts · 9 years ago
  5. 453c13f Small refactoring for FileSynthesisCallback. by Niels Egberts · 9 years ago
  6. 5fd2889 Fix docs build failure. by Niels Egberts · 9 years ago
  7. a24b50b Restrict audioformat to 8bit, 16bit or float PCM with an annotation and by Niels Egberts · 9 years ago
  8. 54545f7 NPE occured when trying to parcel voice features. by Niels Egberts · 9 years ago
  9. 992ea15 Fix crash with engines that don't override getVoices(). by Niels Egberts · 9 years ago
  10. f77b2de Fixes for API Review: android.speech.tts by Przemyslaw Szczepaniak · 9 years ago
  11. 837fba9 Don't strip country and variant from locale. by Niels Egberts · 9 years ago
  12. f3d7865 Fix parens typos in documentation. by Niels Egberts · 9 years ago
  13. 417ee5b Add resource type annotations to some APIs by Tor Norbye · 9 years ago
  14. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  15. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  16. 4b73867 Add UtteranceProgressListener#onStop callback by Przemyslaw Szczepaniak · 10 years ago
  17. 6ddd9c2 Fix ambiguous TTS#playSilence method. by Przemyslaw Szczepaniak · 10 years ago
  18. f9ba548 Fix issues with new TTS API by Przemyslaw Szczepaniak · 10 years ago
  19. 3786bc5 Replace TreeSet with HashSet. by Przemyslaw Szczepaniak · 10 years ago
  20. 35c7698 API review requests for the TTS package. by Przemyslaw Szczepaniak · 10 years ago
  21. fd80746 Set the TTS voice name for the default language. by Przemyslaw Szczepaniak · 10 years ago
  22. 289cc8e API for audio session ID generation by Jean-Michel Trivi · 10 years ago
  23. 672695e Add AudioAttributes support in the TTS. by Przemyslaw Szczepaniak · 10 years ago
  24. cafd152 Fix TTS regression, TTS#stop can result in #onDone callback. by Przemyslaw Szczepaniak · 10 years ago
  25. 34d4ac8 Remove Markup and Utterance classes. by Niels Egberts · 10 years ago
  26. ad6df74 Add support for voices in TTS API. by Przemyslaw Szczepaniak · 10 years ago
  27. f8fd342 First argument of playSilence is incorrect in javaDoc. by Niels Egberts · 10 years ago
  28. 795d777 Forgot to deprecate a method in current.txt before merging earlier change. by Niels Egberts · 10 years ago
  29. df7deef Support for CharSequences in the V1 API. by Niels Egberts · 10 years ago
  30. 5cbf17c Add support for audio session id in the TTS by Przemyslaw Szczepaniak · 10 years ago
  31. fc4b289 Remove TextToSpeechClient API. by Przemyslaw Szczepaniak · 10 years ago
  32. 6dfa6e2 Fix typo and broken sdk build. by Przemyslaw Szczepaniak · 10 years ago
  33. e31ab2d Merge "Expose "default tts locale" to the TTS V2 API." by Przemyslaw Szczepaniak · 10 years ago
  34. 1b5637e Expose "default tts locale" to the TTS V2 API. by Przemyslaw Szczepaniak · 10 years ago
  35. d3919a3 Add missing copyright headers in speech.tts by Przemyslaw Szczepaniak · 10 years ago
  36. e3abed7 Add missing #isSpeaking to TTS API V2 by Przemyslaw Szczepaniak · 10 years ago
  37. a6cc9b8 Markup support for framework by Niels Egberts · 10 years ago
  38. 067a21b TTS Connection callbacks are called on main thread. by Przemyslaw Szczepaniak · 10 years ago
  39. de1b5ae Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method. by Przemyslaw Szczepaniak · 10 years ago
  40. 34a37bd Add AudioFormat.getBytesPerSample and use it by Glenn Kasten · 11 years ago
  41. 5decae3 Remove "final" from TextToSpeechClient class. by Przemyslaw Szczepaniak · 10 years ago
  42. a1788af Documentation update for TextToSpeech#getFeatures by Przemyslaw Szczepaniak · 10 years ago
  43. 952c0fd Do not reset language in case of the TTS service reconnect. by Przemyslaw Szczepaniak · 10 years ago
  44. 8399aae Add public SynthesisRequestV2 constructor. by Przemyslaw Szczepaniak · 11 years ago
  45. 1ca1d886 Allow clients to extend the TTS UtteranceId class. by Przemyslaw Szczepaniak · 10 years ago
  46. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  47. d41b852 Fix Javadoc error by Siva Velusamy · 11 years ago
  48. 97cd647 TTS API: Replace "voice id" with "voice name" by Przemyslaw Szczepaniak · 11 years ago
  49. eb33705 fix javadocs. by Nick Kralevich · 11 years ago
  50. 90d15d2 Add new TTS API. by Przemyslaw Szczepaniak · 11 years ago
  51. 58f1665 Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  52. 61dda19 Fix SynthesisRequest javadoc by Przemyslaw Szczepaniak · 11 years ago
  53. e86a936a Document the case where TTS onInit callback is called in ctor. by Przemyslaw Szczepaniak · 11 years ago
  54. 6532783 Allow TTS service to identify caller. by Przemyslaw Szczepaniak · 11 years ago
  55. 40d51e7 Make TtsEngines.getDefaultLocale() method public by Przemyslaw Szczepaniak · 11 years ago
  56. d0b9279 Fix for TTS.setLanguage throwing MissingResourceException by Przemyslaw Szczepaniak · 11 years ago
  57. 24943bf Failing Text-To-Speech CTS tests fix. by Przemyslaw Szczepaniak · 11 years ago
  58. 7341786 Forgot to rename constructor to match class name. by Przemyslaw Szczepaniak · 11 years ago
  59. fcf671b Fix EBADF in TTS synthesizeToFile method. by Przemyslaw Szczepaniak · 11 years ago
  60. 5acb33a Make synthesizeToFile create file on a client side. by Przemyslaw Szczepaniak · 11 years ago
  61. 647abce Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  62. 1c2df38 Fix logic error in Pszczepaniak's recent change. by Fergus Henderson · 12 years ago
  63. 9c4012b Make TextToSpeech.shutdown() work before init callback. by Przemyslaw Szczepaniak · 12 years ago
  64. 176baa7 Revert "Deprecate unused and implementation-specific parts of TTS API" by Przemyslaw Szczepaniak · 12 years ago
  65. 8a3d9f0 Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  66. b465337 Set default language in new TTS clients. by Przemyslaw Szczepaniak · 12 years ago
  67. 2d940bc Make TTS input string limit public and documented. by Przemyslaw Szczepaniak · 12 years ago
  68. 13896b7 woExecute onLoadLanguage in synthesis thread. by Przemyslaw Szczepaniak · 12 years ago
  69. 228323e Make getLanguage return client-set language by Przemyslaw Szczepaniak · 12 years ago
  70. 8f3957c TTS onServiceConnection moved to async task by Przemyslaw Szczepaniak · 12 years ago
  71. c3c427d Revert "Make TTS input string limit public and documented" by Przemyslaw Szczepaniak · 12 years ago
  72. f288a64 Make TTS input string limit public and documented by Przemyslaw Szczepaniak · 12 years ago
  73. 7b172a4 am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  74. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  75. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  76. a6e16b8 SynthesisCallback documentation update by Przemyslaw Szczepaniak · 12 years ago
  77. 442f178 TTS documentation clarification. by Przemyslaw Szczepaniak · 12 years ago
  78. 70574ef Fix threading issue in BlockingAudioTrack. by Przemyslaw Szczepaniak · 12 years ago
  79. 091d56c Fix double call to TTS connection disconnect() on reconnect by Przemyslaw Szczepaniak · 12 years ago
  80. 9c3d7a8 Fixes to TextToSpeechService#synthesizeToFile by Narayan Kamath · 12 years ago
  81. ed4e541 Fix bug in BlockingAudioTrack. by Narayan Kamath · 12 years ago
  82. c60aad2 Write unit tests for android.speech.tts. by Narayan Kamath · 13 years ago
  83. af802c6 Remove BlockingMediaPlayer. by Narayan Kamath · 13 years ago
  84. 67ae6bc Simplify the implementation of AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  85. 4f9787d am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  86. cc084f1 Fix superfluous onError callbacks. by Narayan Kamath · 13 years ago
  87. 492b7f0 Allow multiple TextToSpeech instances per calling app. by Narayan Kamath · 13 years ago
  88. 68e2af5 Fix TTS instantiation from webview accessibility handlers. by Narayan Kamath · 13 years ago
  89. 40f71f0 Fix regressions in TTS completion callbacks. by Narayan Kamath · 13 years ago
  90. 754c72e Notifiy callers when a speech synthesis error occurs. by Narayan Kamath · 13 years ago
  91. 6c07a20 Fix a bug in the network TTS api. by Narayan Kamath · 13 years ago
  92. 748af66 Add an API for querying / enabling network TTS support. by Narayan Kamath · 13 years ago
  93. 563fd3a Widen permissions on synthesized files. by Narayan Kamath · 13 years ago
  94. 39268ff Format default locale the same way as those stored in prefs. by Narayan Kamath · 13 years ago
  95. a57f238 Allow listeners to be set before the service connects. by Narayan Kamath · 13 years ago
  96. 69bc1b2 Don't wait indefinitely for audio tracks to finish playing. by Narayan Kamath · 13 years ago
  97. a65c62a Fix two TTS bugs. by Narayan Kamath · 13 years ago
  98. 9717124 Change the heuristics for waiting for audiotracks to finish. by Narayan Kamath · 13 years ago
  99. 2a0518c Don't allow TTS engines to synthesize too for ahead. by Narayan Kamath · 13 years ago
  100. e5b8c4d Framework changes to support new TTS settings features. by Narayan Kamath · 13 years ago