1. 5d0ea0f Add time markers to synthesizeToFile API. by Niels Egberts · 7 years ago
  2. 7c810ed Merge "Ensure default pitch is used when none is specified." by Sergio Sancho · 7 years ago
  3. b0cde2c Ensure default pitch is used when none is specified. by Sergio Sancho · 8 years ago
  4. 65c5078 Implement time markers for TTS. by Niels Egberts · 8 years ago
  5. 9b01193 Merge "Remove refernces to V1 API, as V2 doesn't exist anymore." by Niels Egberts · 8 years ago
  6. 01dedf5 Remove refernces to V1 API, as V2 doesn't exist anymore. by Niels Egberts · 8 years ago
  7. 2c80a038 Remove redundant public modifiers in interfaces. by Niels Egberts · 8 years ago
  8. 10db95b Fix issue when QUEUE_DESTROY arrive at the same time. by Niels Egberts · 8 years ago
  9. 33b8404 Use audio_session_t consistently by Glenn Kasten · 8 years ago
  10. c99ba1c API to listen in on the synthesized audio. by Niels Egberts · 9 years ago
  11. 453c13f Small refactoring for FileSynthesisCallback. by Niels Egberts · 9 years ago
  12. 54545f7 NPE occured when trying to parcel voice features. by Niels Egberts · 9 years ago
  13. 992ea15 Fix crash with engines that don't override getVoices(). by Niels Egberts · 9 years ago
  14. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  15. 4b73867 Add UtteranceProgressListener#onStop callback by Przemyslaw Szczepaniak · 10 years ago
  16. 6ddd9c2 Fix ambiguous TTS#playSilence method. by Przemyslaw Szczepaniak · 10 years ago
  17. f9ba548 Fix issues with new TTS API by Przemyslaw Szczepaniak · 10 years ago
  18. 35c7698 API review requests for the TTS package. by Przemyslaw Szczepaniak · 10 years ago
  19. 672695e Add AudioAttributes support in the TTS. by Przemyslaw Szczepaniak · 10 years ago
  20. cafd152 Fix TTS regression, TTS#stop can result in #onDone callback. by Przemyslaw Szczepaniak · 10 years ago
  21. ad6df74 Add support for voices in TTS API. by Przemyslaw Szczepaniak · 10 years ago
  22. df7deef Support for CharSequences in the V1 API. by Niels Egberts · 10 years ago
  23. 5cbf17c Add support for audio session id in the TTS by Przemyslaw Szczepaniak · 10 years ago
  24. fc4b289 Remove TextToSpeechClient API. by Przemyslaw Szczepaniak · 10 years ago
  25. 1b5637e Expose "default tts locale" to the TTS V2 API. by Przemyslaw Szczepaniak · 10 years ago
  26. a6cc9b8 Markup support for framework by Niels Egberts · 10 years ago
  27. 067a21b TTS Connection callbacks are called on main thread. by Przemyslaw Szczepaniak · 10 years ago
  28. 97cd647 TTS API: Replace "voice id" with "voice name" by Przemyslaw Szczepaniak · 11 years ago
  29. 90d15d2 Add new TTS API. by Przemyslaw Szczepaniak · 11 years ago
  30. 6532783 Allow TTS service to identify caller. by Przemyslaw Szczepaniak · 11 years ago
  31. 24943bf Failing Text-To-Speech CTS tests fix. by Przemyslaw Szczepaniak · 11 years ago
  32. 7341786 Forgot to rename constructor to match class name. by Przemyslaw Szczepaniak · 11 years ago
  33. fcf671b Fix EBADF in TTS synthesizeToFile method. by Przemyslaw Szczepaniak · 11 years ago
  34. 5acb33a Make synthesizeToFile create file on a client side. by Przemyslaw Szczepaniak · 11 years ago
  35. b465337 Set default language in new TTS clients. by Przemyslaw Szczepaniak · 12 years ago
  36. 2d940bc Make TTS input string limit public and documented. by Przemyslaw Szczepaniak · 12 years ago
  37. 13896b7 woExecute onLoadLanguage in synthesis thread. by Przemyslaw Szczepaniak · 12 years ago
  38. 8f3957c TTS onServiceConnection moved to async task by Przemyslaw Szczepaniak · 12 years ago
  39. c3c427d Revert "Make TTS input string limit public and documented" by Przemyslaw Szczepaniak · 12 years ago
  40. f288a64 Make TTS input string limit public and documented by Przemyslaw Szczepaniak · 12 years ago
  41. 9c3d7a8 Fixes to TextToSpeechService#synthesizeToFile by Narayan Kamath · 12 years ago
  42. af802c6 Remove BlockingMediaPlayer. by Narayan Kamath · 13 years ago
  43. 67ae6bc Simplify the implementation of AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  44. 492b7f0 Allow multiple TextToSpeech instances per calling app. by Narayan Kamath · 13 years ago
  45. 68e2af5 Fix TTS instantiation from webview accessibility handlers. by Narayan Kamath · 13 years ago
  46. 40f71f0 Fix regressions in TTS completion callbacks. by Narayan Kamath · 13 years ago
  47. 754c72e Notifiy callers when a speech synthesis error occurs. by Narayan Kamath · 13 years ago
  48. 6c07a20 Fix a bug in the network TTS api. by Narayan Kamath · 13 years ago
  49. 748af66 Add an API for querying / enabling network TTS support. by Narayan Kamath · 13 years ago
  50. a65c62a Fix two TTS bugs. by Narayan Kamath · 13 years ago
  51. e5b8c4d Framework changes to support new TTS settings features. by Narayan Kamath · 13 years ago
  52. 84deb60 Reduce the priority of the TTS thread. by Narayan Kamath · 13 years ago
  53. 90e5650 Few minor TTS clean ups. by Narayan Kamath · 13 years ago
  54. be4ad4a Fix a few threading issues in the AudioPlaybackHandler. by Narayan Kamath · 13 years ago
  55. c34f76f Improve TextToSpeech#isSpeaking() by Narayan Kamath · 13 years ago
  56. 6dabb63 Add event-log logging for TTS requests. by Narayan Kamath · 13 years ago
  57. c3edf2a Don't enforce defaults any more in the TextToSpeech API. by Narayan Kamath · 13 years ago
  58. abc63fb Some TTS fixes. by Narayan Kamath · 13 years ago
  59. 4924fe3 Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes. by Narayan Kamath · 13 years ago
  60. e22b69a Make changes to the TTS api suggested by the API review. by Narayan Kamath · 13 years ago
  61. 8d1fc24 Fix the threading behaviour of TTS audio requests. by Narayan Kamath · 13 years ago
  62. 7a3af86 Language loading / availablity should repsect defaults enforcement. by Narayan Kamath · 13 years ago
  63. c90f1c8 Add a separate thread for writing to audiotracks. by Narayan Kamath · 13 years ago
  64. b956f37 Pass synthesis request params through to the TTS service. by Narayan Kamath · 13 years ago
  65. 4bbca88 Expose TTS engine API by Bjorn Bringert · 13 years ago
  66. 360eb16 TTS: SynthesisRequest.error() instead of return value by Bjorn Bringert · 13 years ago
  67. 50e657b Add Java API for writing TTS engines by Bjorn Bringert · 13 years ago