On Mon, Jul 9, 2012 at 8:39 PM, btot <[email protected]> wrote: > Dear All, > > We ported our TTS engine to Android 2.x, and now we would like to port it to > ICS. On > > http://developer.android.com/about/versions/android-4.0.html > > it is written, that: > > "Now that the framework supports a true API for creating TTS engines, > support for the native code implementation has been removed. Look for a blog > post about a compatibility layer that you can use to convert your old TTS > engines to the new framework." > > Do you know any blog post about this issue? >
No, but you most probably need to implement this: https://developer.android.com/reference/android/speech/tts/TextToSpeechService.html Look ad AOSP for details and (probably, I haven't checked) working code. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

