Home | History | Annotate | Download | only in 3_software
      1 ## 3.11\. Text-to-Speech
      2 
      3 Android includes APIs that allow applications to make use of text-to-speech
      4 (TTS) services and allows service providers to provide implementations of TTS
      5 services.
      6 
      7 If device implementations reporting the feature android.hardware.audio.output,
      8 they:
      9 
     10 *   [C-1-1] MUST support the [Android TTS framework](
     11 http://developer.android.com/reference/android/speech/tts/package-summary.html)
     12 APIs.
     13 
     14 If device implementations support installation of third-party TTS engines, they:
     15 
     16 *   [C-2-1] MUST provide user affordance to allow the user to select a TTS
     17     engine for use at system level.
     18 
     19