You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
611 B
18 lines
611 B
## 3.11\. Text-to-Speech
|
|
|
|
Android includes APIs that allow applications to make use of text-to-speech
|
|
(TTS) services and allows service providers to provide implementations of TTS
|
|
services.
|
|
|
|
If device implementations reporting the feature android.hardware.audio.output,
|
|
they:
|
|
|
|
* [C-1-1] MUST support the [Android TTS framework](
|
|
http://developer.android.com/reference/android/speech/tts/package-summary.html)
|
|
APIs.
|
|
|
|
If device implementations support installation of third-party TTS engines, they:
|
|
|
|
* [C-2-1] MUST provide user affordance to allow the user to select a TTS
|
|
engine for use at system level.
|