Thnx for the reply guys...
i tried searching developer.android.com for text to speech & got to a class
called InputMethodService.

          "An input method has significant discretion in how it goes about
its work: the 
InputMethodService<http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html>provides
a basic framework for standard UI elements (input view, candidates
view, and running in fullscreen mode), but it is up to a particular
implementor to decide how to use them. For example, one input method could
implement an input area with a keyboard, another could allow the user to
draw text, while a third could have no input area (and thus not be visible
to the user) but instead listen to audio and* perform text to speech
conversion*."

 This is from the class overview. Wat do they mean by the bold text? can
this class help in text to speech conversion???

On Mon, Aug 10, 2009 at 5:11 PM, Mark Murphy <mmur...@commonsware.com>wrote:

>
> Sujay Krishna Suresh wrote:
> >               is there any text to speech library in 1.5?? if so where
> > is it??? how can we use it??
>
> There is no TTS library in the Android SDK. However, there is a
> third-party TTS library that some projects have used:
>
> http://code.google.com/p/eyes-free/
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> Android 1.5 Programming Books: http://commonsware.com/books.html
>
> >
>


-- 
Regards,
Sujay
Pablo Picasso<http://www.brainyquote.com/quotes/authors/p/pablo_picasso.html>
- "Computers are useless. They can only give you answers."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to