1. 83ae482 Pipe through featureId from caller to noteOps in RecognitionService by Philip P. Moltmann · 4 years, 10 months ago
  2. 249810d Update PermissionChecker usages to avoid unnecessary attribution. by Svet Ganov · 4 years, 10 months ago
  3. 21ddc7a Adding a new overloaded API for synthesizeToFile taking a FileDescriptor by Josh Imbriani · 5 years ago
  4. 4af9cda Merge "Add the NonNull annotation to avoid runtime exception when the engine is not bound successfully." by Xi Han · 5 years ago
  5. 85762ea Add the NonNull annotation to avoid runtime exception when the engine by Cassie · 5 years ago
  6. bae3b7f Update documentation for TextToSpeech. by Rakesh Iyer · 5 years ago
  7. 9e8f83d All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 5 years ago
  8. f4fb6fb Add @UnsupportedAppUsage annotations by Andrei Onea · 5 years ago
  9. 241c46c Fix off by one error in getMaxSpeechInputLength(). by Rakesh Iyer · 6 years ago
  10. b4182fb Stop synth when tts client dies. by Rakesh Iyer · 6 years ago
  11. f14011a Remove extra call to dispatchStart(). by Rakesh Iyer · 6 years ago
  12. 36b13f3 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  13. a67c2d8 docs: fixed typo in deprecation message by Laura Davis · 6 years ago
  14. 72da1e6 Document system activity intents that may not be implemented by Christopher Tate · 6 years ago
  15. 726b51a Copy PermissionChecker from support lib and use in RcognitionService by Eugene Susla · 6 years ago
  16. 32011ea Fix race condition with calling stop() before run() by Niels Egberts · 6 years ago
  17. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  18. 35e6bb4 TTS: Fix a race condition between enqueueSpeechItem and stopForApp. by Kazuhiro Inaba · 7 years ago
  19. a81d17b TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem. by Kazuhiro Inaba · 7 years ago
  20. 000ce80 Updates based on API council guidance. by Jeff Sharkey · 7 years ago
  21. 04637f3 Document examples where a developer might use the APIs. by Niels Egberts · 7 years ago
  22. 53e100c Provide deprecated API to avoid build breakage by Amith Yamasani · 7 years ago
  23. 5d0ea0f Add time markers to synthesizeToFile API. by Niels Egberts · 7 years ago
  24. 07d98a9 Ensure we set the notification marker position by calling updateMarker() by Sergio Sancho · 7 years ago
  25. 7c810ed Merge "Ensure default pitch is used when none is specified." by Sergio Sancho · 7 years ago
  26. b0cde2c Ensure default pitch is used when none is specified. by Sergio Sancho · 7 years ago
  27. 65c5078 Implement time markers for TTS. by Niels Egberts · 8 years ago
  28. 9b01193 Merge "Remove refernces to V1 API, as V2 doesn't exist anymore." by Niels Egberts · 8 years ago
  29. 01dedf5 Remove refernces to V1 API, as V2 doesn't exist anymore. by Niels Egberts · 8 years ago
  30. 2c80a038 Remove redundant public modifiers in interfaces. by Niels Egberts · 8 years ago
  31. 10db95b Fix issue when QUEUE_DESTROY arrive at the same time. by Niels Egberts · 8 years ago
  32. 33b8404 Use audio_session_t consistently by Glenn Kasten · 8 years ago
  33. c99ba1c API to listen in on the synthesized audio. by Niels Egberts · 9 years ago
  34. c9bd275 Merge "Fix checks for audio format." by Niels Egberts · 9 years ago
  35. 9b2b2f5 Fix checks for audio format. by Niels Egberts · 9 years ago
  36. 568f4de Merge "Fix @code escapes" by Neil Fuller · 9 years ago
  37. 71fbb81 Fix @code escapes by Neil Fuller · 9 years ago
  38. 453c13f Small refactoring for FileSynthesisCallback. by Niels Egberts · 9 years ago
  39. 5fd2889 Fix docs build failure. by Niels Egberts · 9 years ago
  40. a24b50b Restrict audioformat to 8bit, 16bit or float PCM with an annotation and by Niels Egberts · 9 years ago
  41. 54545f7 NPE occured when trying to parcel voice features. by Niels Egberts · 9 years ago
  42. 992ea15 Fix crash with engines that don't override getVoices(). by Niels Egberts · 9 years ago
  43. b39dfe8 Delete android.speech.srec.* by Narayan Kamath · 9 years ago
  44. f77b2de Fixes for API Review: android.speech.tts by Przemyslaw Szczepaniak · 9 years ago
  45. 8fedcda Add getCallingUid() to RecognitionService.Callback. by Cedric Ho · 9 years ago
  46. 837fba9 Don't strip country and variant from locale. by Niels Egberts · 9 years ago
  47. ccc6e57 Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicate by Cedric Ho · 9 years ago
  48. f3d7865 Fix parens typos in documentation. by Niels Egberts · 9 years ago
  49. 417ee5b Add resource type annotations to some APIs by Tor Norbye · 9 years ago
  50. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  51. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  52. 4b73867 Add UtteranceProgressListener#onStop callback by Przemyslaw Szczepaniak · 10 years ago
  53. 9615697 Fix race in RecognizerService teardown. by Jeff Brown · 10 years ago
  54. c1fb6dc Make sure cancel is called on tear down. by Jerome Poichet · 10 years ago
  55. 6ddd9c2 Fix ambiguous TTS#playSilence method. by Przemyslaw Szczepaniak · 10 years ago
  56. f9ba548 Fix issues with new TTS API by Przemyslaw Szczepaniak · 10 years ago
  57. 3786bc5 Replace TreeSet with HashSet. by Przemyslaw Szczepaniak · 10 years ago
  58. 35c7698 API review requests for the TTS package. by Przemyslaw Szczepaniak · 10 years ago
  59. fd80746 Set the TTS voice name for the default language. by Przemyslaw Szczepaniak · 10 years ago
  60. 289cc8e API for audio session ID generation by Jean-Michel Trivi · 10 years ago
  61. 672695e Add AudioAttributes support in the TTS. by Przemyslaw Szczepaniak · 10 years ago
  62. cafd152 Fix TTS regression, TTS#stop can result in #onDone callback. by Przemyslaw Szczepaniak · 10 years ago
  63. 34d4ac8 Remove Markup and Utterance classes. by Niels Egberts · 10 years ago
  64. ad6df74 Add support for voices in TTS API. by Przemyslaw Szczepaniak · 10 years ago
  65. f8fd342 First argument of playSilence is incorrect in javaDoc. by Niels Egberts · 10 years ago
  66. 795d777 Forgot to deprecate a method in current.txt before merging earlier change. by Niels Egberts · 10 years ago
  67. df7deef Support for CharSequences in the V1 API. by Niels Egberts · 10 years ago
  68. 5cbf17c Add support for audio session id in the TTS by Przemyslaw Szczepaniak · 10 years ago
  69. fc4b289 Remove TextToSpeechClient API. by Przemyslaw Szczepaniak · 10 years ago
  70. 6dfa6e2 Fix typo and broken sdk build. by Przemyslaw Szczepaniak · 10 years ago
  71. e31ab2d Merge "Expose "default tts locale" to the TTS V2 API." by Przemyslaw Szczepaniak · 10 years ago
  72. 1b5637e Expose "default tts locale" to the TTS V2 API. by Przemyslaw Szczepaniak · 10 years ago
  73. d3919a3 Add missing copyright headers in speech.tts by Przemyslaw Szczepaniak · 10 years ago
  74. e3abed7 Add missing #isSpeaking to TTS API V2 by Przemyslaw Szczepaniak · 10 years ago
  75. a6cc9b8 Markup support for framework by Niels Egberts · 10 years ago
  76. 067a21b TTS Connection callbacks are called on main thread. by Przemyslaw Szczepaniak · 10 years ago
  77. de1b5ae Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method. by Przemyslaw Szczepaniak · 10 years ago
  78. 34a37bd Add AudioFormat.getBytesPerSample and use it by Glenn Kasten · 11 years ago
  79. 5decae3 Remove "final" from TextToSpeechClient class. by Przemyslaw Szczepaniak · 10 years ago
  80. a1788af Documentation update for TextToSpeech#getFeatures by Przemyslaw Szczepaniak · 10 years ago
  81. 952c0fd Do not reset language in case of the TTS service reconnect. by Przemyslaw Szczepaniak · 10 years ago
  82. b37866d Make InternalListener static to avoid referencing SpeechRecognizer. by Mark Renouf · 10 years ago
  83. 8399aae Add public SynthesisRequestV2 constructor. by Przemyslaw Szczepaniak · 11 years ago
  84. 1ca1d886 Allow clients to extend the TTS UtteranceId class. by Przemyslaw Szczepaniak · 10 years ago
  85. e974f9b am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch64: Use long for pointers in speech/srec classes" by Elliott Hughes · 11 years ago
  86. bdebe1a AArch64: Use long for pointers in speech/srec classes by Ashok Bhat · 11 years ago
  87. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  88. ca4f1fc Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  89. d41b852 Fix Javadoc error by Siva Velusamy · 11 years ago
  90. 97cd647 TTS API: Replace "voice id" with "voice name" by Przemyslaw Szczepaniak · 11 years ago
  91. eb33705 fix javadocs. by Nick Kralevich · 11 years ago
  92. 90d15d2 Add new TTS API. by Przemyslaw Szczepaniak · 11 years ago
  93. 58f1665 Catch MissingResourceException caused by bad locale in TTS. by Przemyslaw Szczepaniak · 11 years ago
  94. f702286 Merge "Remove HotwordRecognition APIs" into klp-dev by Sandeep Siddhartha · 11 years ago
  95. 65a6ba3 Remove HotwordRecognition APIs by Sandeep Siddhartha · 11 years ago
  96. 2921cee Update documentation for speech APIs. by Marc Wilson · 11 years ago
  97. bc916b2 Fix checkbuild error due to javadoc reference to hidden class by Sandeep Siddhartha · 11 years ago
  98. 1f0ef2c Move public consts to HotwordRecognitionService by Sandeep Siddhartha · 11 years ago
  99. 05203c1 Fixing build break by Sandeep Siddhartha · 11 years ago
  100. c73c178 Add permission checks and unhide the Hotword recognition APIs by Sandeep Siddhartha · 11 years ago