Running Android TTS in a Service

前端 未结 3 459
轮回少年
轮回少年 2021-02-06 07:38

I\'m trying to get Android\'s TTS to run inside a service, but I have no idea why it isn\'t working, it compiles, doesn\'t crash, but it just doesn\'t work.

The Toast no

3条回答
  •  [愿得一人]
    2021-02-06 08:30

    https://developer.android.com/reference/android/speech/tts/TextToSpeechService.html

    since API Level 14, android has added a default TextToSpeech Service class that does what you want.

提交回复
热议问题