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. c9bd275 Merge "Fix checks for audio format." by Niels Egberts · 9 years ago
  5. 9b2b2f5 Fix checks for audio format. by Niels Egberts · 9 years ago
  6. 568f4de Merge "Fix @code escapes" by Neil Fuller · 9 years ago
  7. 71fbb81 Fix @code escapes by Neil Fuller · 9 years ago
  8. 453c13f Small refactoring for FileSynthesisCallback. by Niels Egberts · 9 years ago
  9. 5fd2889 Fix docs build failure. by Niels Egberts · 9 years ago
  10. a24b50b Restrict audioformat to 8bit, 16bit or float PCM with an annotation and by Niels Egberts · 9 years ago
  11. 54545f7 NPE occured when trying to parcel voice features. by Niels Egberts · 9 years ago
  12. 992ea15 Fix crash with engines that don't override getVoices(). by Niels Egberts · 9 years ago
  13. b39dfe8 Delete android.speech.srec.* by Narayan Kamath · 9 years ago
  14. f77b2de Fixes for API Review: android.speech.tts by Przemyslaw Szczepaniak · 9 years ago
  15. 8fedcda Add getCallingUid() to RecognitionService.Callback. by Cedric Ho · 9 years ago
  16. 837fba9 Don't strip country and variant from locale. by Niels Egberts · 9 years ago
  17. ccc6e57 Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicate by Cedric Ho · 9 years ago
  18. f3d7865 Fix parens typos in documentation. by Niels Egberts · 9 years ago
  19. 417ee5b Add resource type annotations to some APIs by Tor Norbye · 9 years ago
  20. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  21. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  22. 4b73867 Add UtteranceProgressListener#onStop callback by Przemyslaw Szczepaniak · 10 years ago
  23. 9615697 Fix race in RecognizerService teardown. by Jeff Brown · 10 years ago
  24. c1fb6dc Make sure cancel is called on tear down. by Jerome Poichet · 10 years ago
  25. 6ddd9c2 Fix ambiguous TTS#playSilence method. by Przemyslaw Szczepaniak · 10 years ago
  26. f9ba548 Fix issues with new TTS API by Przemyslaw Szczepaniak · 10 years ago
  27. 3786bc5 Replace TreeSet with HashSet. by Przemyslaw Szczepaniak · 10 years ago
  28. 35c7698 API review requests for the TTS package. by Przemyslaw Szczepaniak · 10 years ago
  29. fd80746 Set the TTS voice name for the default language. by Przemyslaw Szczepaniak · 10 years ago
  30. 289cc8e API for audio session ID generation by Jean-Michel Trivi · 10 years ago
  31. 672695e Add AudioAttributes support in the TTS. by Przemyslaw Szczepaniak · 10 years ago
  32. cafd152 Fix TTS regression, TTS#stop can result in #onDone callback. by Przemyslaw Szczepaniak · 10 years ago
  33. 34d4ac8 Remove Markup and Utterance classes. by Niels Egberts · 10 years ago
  34. ad6df74 Add support for voices in TTS API. by Przemyslaw Szczepaniak · 10 years ago
  35. f8fd342 First argument of playSilence is incorrect in javaDoc. by Niels Egberts · 10 years ago
  36. 795d777 Forgot to deprecate a method in current.txt before merging earlier change. by Niels Egberts · 10 years ago
  37. df7deef Support for CharSequences in the V1 API. by Niels Egberts · 10 years ago
  38. 5cbf17c Add support for audio session id in the TTS by Przemyslaw Szczepaniak · 10 years ago
  39. fc4b289 Remove TextToSpeechClient API. by Przemyslaw Szczepaniak · 10 years ago
  40. 6dfa6e2 Fix typo and broken sdk build. by Przemyslaw Szczepaniak · 10 years ago
  41. e31ab2d Merge "Expose "default tts locale" to the TTS V2 API." by Przemyslaw Szczepaniak · 10 years ago
  42. 1b5637e Expose "default tts locale" to the TTS V2 API. by Przemyslaw Szczepaniak · 10 years ago
  43. d3919a3 Add missing copyright headers in speech.tts by Przemyslaw Szczepaniak · 10 years ago
  44. e3abed7 Add missing #isSpeaking to TTS API V2 by Przemyslaw Szczepaniak · 10 years ago
  45. a6cc9b8 Markup support for framework by Niels Egberts · 10 years ago
  46. 067a21b TTS Connection callbacks are called on main thread. by Przemyslaw Szczepaniak · 10 years ago
  47. de1b5ae Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method. by Przemyslaw Szczepaniak · 10 years ago
  48. 34a37bd Add AudioFormat.getBytesPerSample and use it by Glenn Kasten · 11 years ago
  49. 5decae3 Remove "final" from TextToSpeechClient class. by Przemyslaw Szczepaniak · 10 years ago
  50. a1788af Documentation update for TextToSpeech#getFeatures by Przemyslaw Szczepaniak · 10 years ago
  51. 952c0fd Do not reset language in case of the TTS service reconnect. by Przemyslaw Szczepaniak · 10 years ago
  52. b37866d Make InternalListener static to avoid referencing SpeechRecognizer. by Mark Renouf · 10 years ago
  53. 8399aae Add public SynthesisRequestV2 constructor. by Przemyslaw Szczepaniak · 11 years ago
  54. 1ca1d886 Allow clients to extend the TTS UtteranceId class. by Przemyslaw Szczepaniak · 10 years ago
  55. e974f9b am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch64: Use long for pointers in speech/srec classes" by Elliott Hughes · 10 years ago
  56. bdebe1a AArch64: Use long for pointers in speech/srec classes by Ashok Bhat · 11 years ago
  57. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  58. ca4f1fc Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  59. d41b852 Fix Javadoc error by Siva Velusamy · 11 years ago
  60. 97cd647 TTS API: Replace "voice id" with "voice name" by Przemyslaw Szczepaniak · 11 years ago
  61. eb33705 fix javadocs. by Nick Kralevich · 11 years ago
  62. 90d15d2 Add new TTS API. by Przemyslaw Szczepaniak · 11 years ago
  63. 58f1665 Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  64. f702286 Merge "Remove HotwordRecognition APIs" into klp-dev by Sandeep Siddhartha · 11 years ago
  65. 65a6ba3 Remove HotwordRecognition APIs by Sandeep Siddhartha · 11 years ago
  66. 2921cee Update documentation for speech APIs. by Marc Wilson · 11 years ago
  67. bc916b2 Fix checkbuild error due to javadoc reference to hidden class by Sandeep Siddhartha · 11 years ago
  68. 1f0ef2c Move public consts to HotwordRecognitionService by Sandeep Siddhartha · 11 years ago
  69. 05203c1 Fixing build break by Sandeep Siddhartha · 11 years ago
  70. c73c178 Add permission checks and unhide the Hotword recognition APIs by Sandeep Siddhartha · 11 years ago
  71. 61dda19 Fix SynthesisRequest javadoc by Przemyslaw Szczepaniak · 11 years ago
  72. 8233934 Tweak the HotwordRecognizer API by Sandeep Siddhartha · 11 years ago
  73. 407d794 Touch up the Hotword API by Sandeep Siddhartha · 11 years ago
  74. 637cc45 Add Service API to perform Hotword recognition by Sandeep Siddhartha · 11 years ago
  75. 89a8250 am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should explicity ask for it." by Elliott Hughes · 11 years ago
  76. cb64d43 If frameworks wants ASCII casing, it should explicity ask for it. by Elliott Hughes · 11 years ago
  77. e86a936a Document the case where TTS onInit callback is called in ctor. by Przemyslaw Szczepaniak · 11 years ago
  78. 6532783 Allow TTS service to identify caller. by Przemyslaw Szczepaniak · 11 years ago
  79. 40d51e7 Make TtsEngines.getDefaultLocale() method public by Przemyslaw Szczepaniak · 11 years ago
  80. d0b9279 Fix for TTS.setLanguage throwing MissingResourceException by Przemyslaw Szczepaniak · 11 years ago
  81. 24943bf Failing Text-To-Speech CTS tests fix. by Przemyslaw Szczepaniak · 11 years ago
  82. 7341786 Forgot to rename constructor to match class name. by Przemyslaw Szczepaniak · 11 years ago
  83. fcf671b Fix EBADF in TTS synthesizeToFile method. by Przemyslaw Szczepaniak · 11 years ago
  84. 5acb33a Make synthesizeToFile create file on a client side. by Przemyslaw Szczepaniak · 11 years ago
  85. 647abce Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  86. 1c2df38 Fix logic error in Pszczepaniak's recent change. by Fergus Henderson · 11 years ago
  87. 9c4012b Make TextToSpeech.shutdown() work before init callback. by Przemyslaw Szczepaniak · 11 years ago
  88. 176baa7 Revert "Deprecate unused and implementation-specific parts of TTS API" by Przemyslaw Szczepaniak · 12 years ago
  89. 8a3d9f0 Deprecate unused and implementation-specific parts of TTS API by Przemyslaw Szczepaniak · 12 years ago
  90. b465337 Set default language in new TTS clients. by Przemyslaw Szczepaniak · 12 years ago
  91. 2d940bc Make TTS input string limit public and documented. by Przemyslaw Szczepaniak · 12 years ago
  92. 13896b7 woExecute onLoadLanguage in synthesis thread. by Przemyslaw Szczepaniak · 12 years ago
  93. 228323e Make getLanguage return client-set language by Przemyslaw Szczepaniak · 12 years ago
  94. 8f3957c TTS onServiceConnection moved to async task by Przemyslaw Szczepaniak · 12 years ago
  95. c3c427d Revert "Make TTS input string limit public and documented" by Przemyslaw Szczepaniak · 12 years ago
  96. f288a64 Make TTS input string limit public and documented by Przemyslaw Szczepaniak · 12 years ago
  97. 7b172a4 am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  98. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  99. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  100. a6e16b8 SynthesisCallback documentation update by Przemyslaw Szczepaniak · 12 years ago