Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Speech Recognition and Text-to-Speech in Android
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Yevgen Borodin  
View profile  
 More options Dec 20 2007, 7:39 pm
From: Yevgen Borodin <boro...@gmail.com>
Date: Thu, 20 Dec 2007 16:39:07 -0800 (PST)
Local: Thurs, Dec 20 2007 7:39 pm
Subject: Speech Recognition and Text-to-Speech in Android
Hi, all!

We want to make a speech enabled Web Browser.
There's only one problem Android does not have either yet.
We've been fighting with FreeTTS Java speech synthesizer.
Apparently, it's using a number of packages not available in Android's
Java.
The absence of SR and TTS really kills a number  of interesting
projects.
And the minimum that we need is a working TTS. Any ideas?
If we could at least get a clue that there will be some kind of TTS
available before the submission deadline, that would give us some
hope.

Thank you,
Eugene.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
souri...@free.fr  
View profile  
 More options Dec 20 2007, 9:31 pm
From: souri...@free.fr
Date: Fri, 21 Dec 2007 03:31:36 +0100
Local: Thurs, Dec 20 2007 9:31 pm
Subject: Re: [android-challenge] Speech Recognition and Text-to-Speech in Android
Hi,
it is true that these functionalities miss to carry out the applications but it
will be probably implemented in Android. Nuance (Dragon Speaking editor) is in
the Open Handset Alliance.
http://www.nuance.com/news/pressreleases/2007/20071105_oha.asp
For the moment to make the tests, it would be interesting to do communicate
Android with FreeTTS (which is installed on the PC).
If you have any ideas ...
Phix

Selon Yevgen Borodin <boro...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
izamryan  
View profile  
 More options Dec 23 2007, 7:53 pm
From: izamryan <izamr...@gmail.com>
Date: Sun, 23 Dec 2007 16:53:16 -0800 (PST)
Local: Sun, Dec 23 2007 7:53 pm
Subject: Re: Speech Recognition and Text-to-Speech in Android
I was looking at the class index here:

http://code.google.com/android/reference/classes.html

and after searching for "speech" and "recognition" I came across this:

http://code.google.com/android/reference/android/speech/recognition/R...

On Dec 21, 8:39 am, Yevgen Borodin <boro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yevgen Borodin  
View profile  
 More options Dec 24 2007, 5:50 pm
From: Yevgen Borodin <boro...@gmail.com>
Date: Mon, 24 Dec 2007 14:50:17 -0800 (PST)
Local: Mon, Dec 24 2007 5:50 pm
Subject: Re: Speech Recognition and Text-to-Speech in Android
I saw SR APIs. But people say that functionality is disabled.
And I am a lot more concerned about the TTS than about SR.
I suppose, the current solution is to connect to an external TTS and
SR.
But since we are working with an emulator anyway I hope that's ok...

to GOOGLE REPRESENTATIVES:

Please confirm that using external TTS and SR installed on the desktop
would be a legitimate entry for the Android Challenge.

Thank you,
Eugene.

On Dec 23, 7:53 pm, izamryan <izamr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nanard  
View profile  
 More options Dec 28 2007, 8:07 am
From: Nanard <bsegon...@free.fr>
Date: Fri, 28 Dec 2007 05:07:34 -0800 (PST)
Local: Fri, Dec 28 2007 8:07 am
Subject: Re: Speech Recognition and Text-to-Speech in Android
I also need TTS for my project.

I'm doing everything I can (access to data , UI) right now.
I just update a TextView and do a Thread.sleep()  to simulate a
speech.

I'll have to change only this few code when (if?)  Google releases a
TTS emulator somedays...

If this never happend, all my project will be useless !

I hope someone from another company will notice/like my project and
contact me then !

By the way, do you think we can make money with our projects even if
we are not choosen by Google to be the only 10 wining projects ?
Maybe some software editor working on PDA, embeded system, phones,...
could be interested by all of ideas ???

ANDROID TEAM : Will our projects be available to everyone , on Android
web site upon submission ?  At least all project descriptions/scrren
shot.  So we can see what the other have done  :-)  ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peli  
View profile  
 More options Dec 29 2007, 5:12 am
From: Peli <peli0...@googlemail.com>
Date: Sat, 29 Dec 2007 02:12:58 -0800 (PST)
Local: Sat, Dec 29 2007 5:12 am
Subject: Re: Speech Recognition and Text-to-Speech in Android
Hi Eugene and all people above!

I'm also interested in speech recognition and text-to-speech in
Android!
I had in mind a general approach that would allow to exchange text
input and output between arbitrary Android applications, so that one
could control any Android application by text input, or have any view
read by text-to-speech.

If you want, join us to join our efforts at OpenIntents:
http://code.google.com/p/openintents/
(some ideas regarding this and further links are presented on the idea
page: http://code.google.com/p/openintents/wiki/Ideas )

Our idea is to join efforts on common functionality (like SR and TTS),
but everybody should still pursue their secret ideas for the
competition, so that you can win either with your project or with our
common project.

If you (Eugene, Phix, izamryan, Nanard, ...) are interested in
joining, just let me know, and we'll see how we can best coordinate
our common efforts!

Hope to see you soon,
Peli


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peli  
View profile  
 More options Dec 29 2007, 5:24 am
From: Peli <peli0...@googlemail.com>
Date: Sat, 29 Dec 2007 02:24:29 -0800 (PST)
Local: Sat, Dec 29 2007 5:24 am
Subject: Re: Speech Recognition and Text-to-Speech in Android
Hi Eugene,

I'm not from Google, but I think if we use the general framework of
Intents and IntentReceivers to connect your application to an Android
service that connects to an external TTS, this should give full credit
to your application. Plus, the Android service could be easily
exchanged by a Morse flasher, a Braille reader, or a translator, ...
and your application could work without modification, once a native
TTS or SR is available on Android (which may or may not have been
programmed in Java).

If you are interested in such a possibility, have a look at my other
post below.

Peli
http://code.google.com/p/openintents/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »