简体   繁体   中英

What is the minimum supporting android api level for Google Text to Speech and Samsung Tex to Speech engines?

I am using Text to Speech feature in my Android application.

Here I am using Google Text to Speech, Samsung Tex to Speech engines. But I do not have idea from which version (api level) of android OS is supported by Google Text to Speech, Samsung Tex to Speech engines.

I have gone through the play store information but I find the field "Requires Android" is Varies with device. It will not help for me. If any of my application user is facing the problem with Text to Speech I can give the the information about the supporting version of TTS engine.

I need to know what is the minimum supporting android version (or API level) for:

  • Google Text to Speech

  • Samsung Tex to Speech engines

Google text to speech's first stable release was sndroid 3.5.6, so I'll guess you'll better start on that version on minimum required android version

Don't know about samsung though :(

Text to speech Engine requires the minimum api 4 references to: http://developer.android.com/reference/android/speech/tts/package-summary.html

Keep in mind that after api 4 a few features where added to tts

You can change the API levels on that website to see what was available on which level. You might gonna keep that site in mind for future projects, helped out very well so far, for me at least.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM