rhdunn / espeak

eSpeak NG is an open source speech synthesizer that supports 101 languages and accents.
http://reecedunn.co.uk/espeak-for-android
GNU General Public License v3.0
386 stars 16 forks source link

not bound to TTS engine #129

Open griefcola opened 6 years ago

griefcola commented 6 years ago

Not bound to TTS engine , Whether it is right? Sucessfully bound to com.google.android.tts?

07-25 18:24:06.750 5896-5896/? W/TextToSpeech: speak failed: not bound to TTS engine 07-25 18:24:10.276 5896-5896/? W/TextToSpeech: speak failed: not bound to TTS engine 07-25 18:24:12.482 5896-5896/? W/TextToSpeech: shutdown failed: not bound to TTS engine 07-25 18:24:13.934 5896-5896/? E/eSpeakTTS: Missing base resource: /data/user/0/com.reecedunn.espeak/app_voices/espeak-ng-data/version 07-25 18:24:14.016 5896-5896/? I/TextToSpeech: Sucessfully bound to com.google.android.tts 07-25 18:24:14.017 4659-4659/? I/TTS: Creating Google TTS service, version 3.13.1 07-25 18:24:14.019 4659-4659/? I/TTS: Loading library tts_android_neon

Anyone help me? Thank you.