Text to Speech not working in Android 4.2 Jelly Bean

后端 未结 3 742
囚心锁ツ
囚心锁ツ 2021-02-09 16:41

We added voice prompts to our app using the Text to Speech API a couple years ago and it has been working well. Recently, we started receiving email from users that upgraded to

3条回答
  •  隐瞒了意图╮
    2021-02-09 16:58

    i suggest to see below code demo. i will help u.

    http://code.google.com/p/simple-jellybean-tts-example/
    

    and

    See

    http://developer.android.com/reference/android/speech/tts/TextToSpeech.Engine.html#KEY_FEATURE_NETWORK_SYNTHESIS
    

    and

    http://developer.android.com/reference/android/speech/tts/TextToSpeech.html#speak(java.lang.String,int,java.util.HashMap)
    

    -- Jatin

提交回复
热议问题