Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Text2Speech for 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
  10 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
 
l1ghtm4n  
View profile  
(1 user)  More options Jan 17 2008, 11:06 pm
From: l1ghtm4n <l1ght...@gmail.com>
Date: Thu, 17 Jan 2008 20:06:32 -0800 (PST)
Local: Thurs, Jan 17 2008 11:06 pm
Subject: Text2Speech for Android
I've started a text-to-speech project for Android.  Maybe there are
some other developers interested in helping out?

From my site, where source is available (http://www.l1ghtm4n.com/?
q=node/16):

"It's been about a month since I first started this project. I wanted
to get familiar with Google Android by taking some existing Java code
and porting it to the Android platform. I was also hoping to provide
something actually useful in the Android environment. Hopefully this
Text2Speech service is. It is entirely derived from FreeTTS.

Here I provide the code in hopes that some screen apps can make use of
this service on the device. Examples could be an alarm which reads
time, weather, and RSS feeds. Or an email reader.

I worked hard getting it to compile but ran into a bug in the Android
SDK InputStream implementation. That's where it currently stands. If I
have the time I will try to provide updates for it."


    Reply to author    Forward  
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 Jan 18 2008, 3:36 am
From: Nanard <bsegon...@free.fr>
Date: Fri, 18 Jan 2008 00:36:11 -0800 (PST)
Local: Fri, Jan 18 2008 3:36 am
Subject: Re: Text2Speech for Android
Great !
I'll go to your site when I have time.

Do you plan to 'give' your code.  In exchange, we just write your name
in our 'About' dialog box ?

Or is your Speech project : a project for the challenge ?
If so, you'd better keep the code for yourself (even if I **need**
speach for my own project).

On 18 jan, 05:06, l1ghtm4n <l1ght...@gmail.com> wrote:


    Reply to author    Forward  
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.
l1ghtm4n  
View profile  
 More options Jan 18 2008, 5:23 pm
From: l1ghtm4n <l1ght...@gmail.com>
Date: Fri, 18 Jan 2008 14:23:37 -0800 (PST)
Local: Fri, Jan 18 2008 5:23 pm
Subject: Re: Text2Speech for Android
To be honest, I hadn't quite decided whether or not to enter it in the
challenge.  My motivation for posting the unfinished project was to
find interested developers who want to help, then it's possible to
enter the challenge as a team.  Most importantly, though, is to have a
useful project rather than letting it grow stale due to my limited
time dedication.

As far as license, the FreeTTS code on which this is based has a very
open license, and I may just adopt that same license.  To be
determined.  As for now, the code is on my site and a mention in some
credits would be nice.

On Jan 18, 3:36 am, Nanard <bsegon...@free.fr> wrote:


    Reply to author    Forward  
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.
amit  
View profile  
 More options Jan 18 2008, 6:31 pm
From: amit <regmi.a...@gmail.com>
Date: Fri, 18 Jan 2008 18:31:36 -0500
Local: Fri, Jan 18 2008 6:31 pm
Subject: Re: [android-challenge] Re: Text2Speech for Android
I want to look into your App because I also had an Idea involving TTS
initially. Do you have a HOWTO somewhere or the code runs out of the box.


    Reply to author    Forward  
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 Jan 19 2008, 11:45 am
From: Nanard <bsegon...@free.fr>
Date: Sat, 19 Jan 2008 08:45:05 -0800 (PST)
Local: Sat, Jan 19 2008 11:45 am
Subject: Re: Text2Speech for Android
I have tried for around 10 hours to copy/paste the source of TTS (and
all required lib.) into my Android project in Eclipse.
Without success.
When I had a compiling error : I put the line in comment :-)

I didn't had enough time to finish, and I've put more & more lines in
comment !
And, anyway FreeTTS is just here for testing, the voice quality is
very bad, compared to what is available on commercial GPS.
Maybe we could contact FreeTTS team/developper and ask them to work
with us in the port to Android & in having a better voice quality
(more human, more choices of 'people').  I don't have time (and
knowledge) to debug FreeTTS.

I belive (in those newsgroup & android pages) Google will release TTS
in next SDK/emulator version.
So, I decided to spend more time on my application, and wait until
Google release TTS with their emulator.

Anyways, with or without you, I (and other in thoses challenge) realy
need TTS.

Good luck !

On 18 jan, 23:23, l1ghtm4n <l1ght...@gmail.com> wrote:


    Reply to author    Forward  
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.
l1ghtm4n  
View profile  
 More options Jan 22 2008, 8:45 am
From: l1ghtm4n <l1ght...@gmail.com>
Date: Tue, 22 Jan 2008 05:45:13 -0800 (PST)
Local: Tues, Jan 22 2008 8:45 am
Subject: Re: Text2Speech for Android
The code is NOT running as is.  I've done a lot of the conversion
work, but there are still some issues which will need to be resolved.
The zip file includes a demo application which makes use of the
Text2Speech service.  You can use that as an example of how your
application would make use of my project.  I'll post again to this
grouop once I've made progress toward a usable service.  My guess is
it may be a few weeks.

On Jan 18, 6:31 pm, amit <regmi.a...@gmail.com> wrote:


    Reply to author    Forward  
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.
Kayhan Yuksel  
View profile  
 More options Feb 17 2008, 7:59 am
From: Kayhan Yuksel <kayhan.yuk...@gmail.com>
Date: Sun, 17 Feb 2008 04:59:00 -0800 (PST)
Subject: Re: Text2Speech for Android
To whom it may respond to,

I would like to develop a text2speech app. for the visually impaired
community. (like JAWS which is a screen reader) .. So our project
roadmaps may get crossed. I would be glad to contribute, I know that
such a screen reader will address problems of people. I know a friend
of mine who has to stick with the desktop screenreader, so such an
app. would be great for visually impaired people. Also a package of
speech functions may be used in a ebook reader or spelling dict.
application.

I would be glad to get the required information to contribute,

Best,

Kayhan YUKSEL

On 18 Ocak, 06:06, l1ghtm4n <l1ght...@gmail.com> wrote:


    Reply to author    Forward  
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 Feb 18 2008, 9:46 am
From: Nanard <bsegon...@free.fr>
Date: Mon, 18 Feb 2008 06:46:10 -0800 (PST)
Local: Mon, Feb 18 2008 9:46 am
Subject: Re: Text2Speech for Android
Sorry my project is not a screen reader.
I focus on all other parts of my project.  And hope TTS will be
implemented by Google...
Speach is vital to my project, but it is NOT my project.

I don't understand why people allways think only of blind, or people
with bad view could use speach devices.
I'm a bit old, when I was young I watched Star Trek movies, and
remember the UI of the computer ...  : speach.  A lot of sc-fi movies
have speach UI.  We are not very far from having the capability to
create such UI.  Let's start !

Most people in the world don't care about computers, mouse keyboard
commands, application, menus...  I strongly belive if they could
speach to the computer, phone, car, TV, ... and have a spoken answer :
they would find a lot more easily to use IT products !


    Reply to author    Forward  
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 Feb 18 2008, 9:47 am
From: Nanard <bsegon...@free.fr>
Date: Mon, 18 Feb 2008 06:47:07 -0800 (PST)
Local: Mon, Feb 18 2008 9:47 am
Subject: Re: Text2Speech for Android
After internet revolution.

Speach user interface could be the Next Revolution...


    Reply to author    Forward  
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.
Kayhan Yuksel  
View profile  
 More options Feb 18 2008, 3:04 pm
From: Kayhan Yuksel <kayhan.yuk...@gmail.com>
Date: Mon, 18 Feb 2008 12:04:20 -0800 (PST)
Local: Mon, Feb 18 2008 3:04 pm
Subject: Re: Text2Speech for Android
The reason behind this motivation is that it solves out a practical
problem, increases quality of life for many people. Genetic researchs
might also be used for increasing the interval of a healty life but it
doesn't mean that it should not be used for the treatment of
diseases.
Anyway, this is the android forum, and I honestly wish you good luck
with your project.

On Feb 18, 4:47 pm, Nanard <bsegon...@free.fr> wrote:


    Reply to author    Forward  
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 »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google