Possible Duplicate:
Jelly Bean Google Voice text-to-speech API?
I am trying to play around with the google tts api and no matter what I try, I can't get it to sound like it does in "Google Now"'s search results. Is this not available for use? does anybody know this? Thanks
It is possible to access the Google Now voice using the Android TTS APIs. You need to use "KEY_FEATURE_NETWORK_SYNTHESIS" in the "params" parameter for the TextToSpeech.speak() call.
See
and
-- Fergus Henderson