summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/TextToSpeech.java
AgeCommit message (Expand)Author
2021-04-07Fix TextToSpeech system connection error handlingAlex Agranovich
2021-02-18Add a system TextToSpeech implementation that initiates the connection throug...Alex Agranovich
2021-02-18Revert "Add a system TextToSpeech implementation that initiates ..."Greg Kaiser
2021-02-08 Add a system TextToSpeech implementation that initiates the connection th...Alex Agranovich
2020-09-15Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey
2020-09-14Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347Jeff Sharkey
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-08-21docs: Fix note about new intent action changes coming with Android 11. am: e6...Kevin Hufnagle
2020-08-20docs: Fix note about new intent action changes coming with Android 11.Kevin Hufnagle
2020-07-17Adding documentation to note new intent action changes coming withJosh Imbriani
2020-06-01Adding documentation to note new intent action changes coming withJosh Imbriani
2020-02-27Merge "Adding new overloads for addEarcon and addSpeech that takes Uri"Joshua Imbriani
2020-02-27Adding new overloads for addEarcon and addSpeech that takes UriJosh Imbriani
2020-02-25Merge "Moving to non-deprecated onError function for UtteranceProgressListener"Joshua Imbriani
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Updating documentation for synthesizeToTextJosh Imbriani
2019-12-04Moving to non-deprecated onError function for UtteranceProgressListenerJosh Imbriani
2019-08-09Adding a new overloaded API for synthesizeToFile taking a FileDescriptorJosh Imbriani
2019-03-18Update documentation for TextToSpeech.Rakesh Iyer
2018-08-06Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-22docs: fixed typo in deprecation messageLaura Davis
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-03-22Add time markers to synthesizeToFile API.Niels Egberts
2017-01-24Implement time markers for TTS.Niels Egberts
2016-12-23Remove redundant public modifiers in interfaces.Niels Egberts
2016-01-25API to listen in on the synthesized audio.Niels Egberts
2015-11-23Restrict audioformat to 8bit, 16bit or float PCM with an annotation andNiels Egberts
2015-06-26Fix crash with engines that don't override getVoices().Niels Egberts
2015-05-07Don't strip country and variant from locale.Niels Egberts
2015-04-10Fix parens typos in documentation.Niels Egberts
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-12-09Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak
2014-09-25Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak
2014-09-22Fix issues with new TTS APIPrzemyslaw Szczepaniak
2014-09-11Replace TreeSet with HashSet.Przemyslaw Szczepaniak
2014-09-08API review requests for the TTS package.Przemyslaw Szczepaniak
2014-08-05Set the TTS voice name for the default language.Przemyslaw Szczepaniak
2014-07-20API for audio session ID generationJean-Michel Trivi
2014-07-17Add AudioAttributes support in the TTS.Przemyslaw Szczepaniak
2014-07-10Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak
2014-07-04Add support for voices in TTS API.Przemyslaw Szczepaniak
2014-07-02First argument of playSilence is incorrect in javaDoc.Niels Egberts
2014-07-02Forgot to deprecate a method in current.txt before merging earlier change.Niels Egberts
2014-07-02Support for CharSequences in the V1 API.Niels Egberts
2014-07-02Add support for audio session id in the TTSPrzemyslaw Szczepaniak
2014-06-30Remove TextToSpeechClient API.Przemyslaw Szczepaniak
2014-03-24Documentation update for TextToSpeech#getFeaturesPrzemyslaw Szczepaniak
2014-03-21Do not reset language in case of the TTS service reconnect.Przemyslaw Szczepaniak