[android-developers] Re: Text-To-Speech library

2009-08-10 Thread Alessio Grumiro
just googled and founded
http://www.anddev.org/text-2-speech_tts_for_android_released-t3964.html

2009/8/10 Sujay Krishna Suresh sujay.coold...@gmail.com

 Hi all,
   is there any text to speech library in 1.5?? if so where is
 it??? how can we use it??

 --
 Regards,
 Sujay
 Charles de 
 Gaullehttp://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html - 
 The better I get to know men, the more I find myself loving dogs.
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Text-To-Speech library

2009-08-10 Thread Mark Murphy

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

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Text-To-Speech library

2009-08-10 Thread Sujay Krishna Suresh
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 
InputMethodServicehttp://developer.android.com/reference/android/inputmethodservice/InputMethodService.htmlprovides
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.comwrote:


 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 Picassohttp://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
-~--~~~~--~~--~--~---



[android-developers] Re: Text-To-Speech library

2009-08-10 Thread Mark Murphy

Sujay Krishna Suresh wrote:
 Thnx for the reply guys...
 i tried searching developer.android.com http://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???

What it means is that you missed the word could in that sentence.

None of what is in that sentence is available in the SDK today. They are
all things that *could* be done. For example, one *could* use a
third-party TTS library and the input method framework to offer a
voice-based input method.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---