Java TTS- where to start?

  • Follow


I am looking to make a final project for my computer science class a
TTS in java. We are using the Ready environment. I am having a tough
time trying to find any source code to begin with, or even to help me
out with starting a TTS. IS there anyone who can aid me in my starting
of the project?

0
Reply mmcclaf (19) 10/3/2007 7:29:34 PM

On Oct 3, 3:29 pm, "mmcc...@gmail.com" <mmcc...@gmail.com> wrote:
> I am looking to make a final project for my computer science class a
> TTS in java. We are using the Ready environment. I am having a tough
> time trying to find any source code to begin with, or even to help me
> out with starting a TTS. IS there anyone who can aid me in my starting
> of the project?

I forgot to mention TTS is text-to-speech if someone did not know.

0
Reply mmcclaf 10/3/2007 7:30:04 PM


On Wed, 03 Oct 2007 19:29:34 -0000, "mmcclaf@gmail.com"
<mmcclaf@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>I am looking to make a final project for my computer science class a
>TTS in java. We are using the Ready environment. I am having a tough
>time trying to find any source code to begin with, or even to help me
>out with starting a TTS. IS there anyone who can aid me in my starting
>of the project?

By TTS I presume you mean Text To Speech.  

Do you want to write a text to speech liberty from scratch, or just
hook into somebody else TTS to sex up an app?

see http://mindprod.com/jgloss/texttospeech.html
for my links.

see http://mindprod.com/project/projects.html
for my suggested list of projects. Perhaps one could be adapted to use
TTS.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 10/4/2007 8:25:15 AM

On Oct 4, 4:25 am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Wed, 03 Oct 2007 19:29:34 -0000, "mmcc...@gmail.com"
> <mmcc...@gmail.com> wrote, quoted or indirectly quoted someone who
> said :
>
> >I am looking to make a final project for my computer science class a
> >TTS in java. We are using the Ready environment. I am having a tough
> >time trying to find any source code to begin with, or even to help me
> >out with starting a TTS. IS there anyone who can aid me in my starting
> >of the project?
>
> By TTS I presume you mean Text To Speech.
>
> Do you want to write a text to speech liberty from scratch, or just
> hook into somebody else TTS to sex up an app?
>
> seehttp://mindprod.com/jgloss/texttospeech.html
> for my links.
>
> seehttp://mindprod.com/project/projects.html
> for my suggested list of projects. Perhaps one could be adapted to use
> TTS.
> --
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com

Well, I've heard that setting up one from scratch would take forever,
and I only have three weeks to be able to do it (remember, schedule of
a university student). I'd prefer to be able to use someone else's
library to be able to set-up my own TTS application if at all possible.

0
Reply mmcclaf 10/4/2007 11:18:19 AM

>Well, I've heard that setting up one from scratch would take forever,
>and I only have three weeks to be able to do it (remember, schedule of
>a university student). I'd prefer to be able to use someone else's
>library to be able to set-up my own TTS application if at all possible.

I was thinking you might do one with a limited vocabulary. You
prerecord all the words and just glue them together.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 10/4/2007 12:12:29 PM

On Oct 4, 8:12 am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> >Well, I've heard that setting up one from scratch would take forever,
> >and I only have three weeks to be able to do it (remember, schedule of
> >a university student). I'd prefer to be able to use someone else's
> >library to be able to set-up my own TTS application if at all possible.
>
> I was thinking you might do one with a limited vocabulary. You
> prerecord all the words and just glue them together.
> --
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com

so would that mean I'd have to make like 1000 .wav files?

0
Reply mmcclaf 10/4/2007 1:11:27 PM

On Thu, 04 Oct 2007 13:11:27 -0000, "mmcclaf@gmail.com"
<mmcclaf@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>so would that mean I'd have to make like 1000 .wav files?

Depends on the size of your vocabulary.  A app like a directory
assistance lookup you might need only 20.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 10/5/2007 1:49:36 AM

On Oct 4, 9:49 pm, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Thu, 04 Oct 2007 13:11:27 -0000, "mmcc...@gmail.com"
> <mmcc...@gmail.com> wrote, quoted or indirectly quoted someone who
> said :
>
> >so would that mean I'd have to make like 1000 .wav files?
>
> Depends on the size of your vocabulary.  A app like a directory
> assistance lookup you might need only 20.
> --
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com

but again, are there already premade libraries out there that can help
me so I can at least make an application from the libraries?

0
Reply mmcclaf 10/5/2007 2:26:21 AM

On Fri, 05 Oct 2007 02:26:21 -0000, "mmcclaf@gmail.com"
<mmcclaf@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>but again, are there already premade libraries out there that can help
>me so I can at least make an application from the libraries?

There is not much to it. You just record using the Windows Recorder
and prune with Goldwave.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 10/6/2007 3:28:26 AM

On Oct 5, 11:28 pm, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Fri, 05 Oct 2007 02:26:21 -0000, "mmcc...@gmail.com"
> <mmcc...@gmail.com> wrote, quoted or indirectly quoted someone who
> said :
>
> >but again, are there already premade libraries out there that can help
> >me so I can at least make an application from the libraries?
>
> There is not much to it. You just record using the Windows Recorder
> and prune with Goldwave.
> --
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com

Is there any way to obtain a Java API for this?

0
Reply mmcclaf 10/6/2007 1:42:37 PM

mmcclaf@gmail.com wrote:

> On Oct 5, 11:28 pm, Roedy Green <see_webs...@mindprod.com.invalid>
> wrote:
> > On Fri, 05 Oct 2007 02:26:21 -0000, "mmcc...@gmail.com"
> > <mmcc...@gmail.com> wrote, quoted or indirectly quoted someone who
> > said :
> >
> > >but again, are there already premade libraries out there that can help
> > >me so I can at least make an application from the libraries?
> >
> > There is not much to it. You just record using the Windows Recorder
> > and prune with Goldwave.
> > --
> > Roedy Green Canadian Mind Products
> > The Java Glossaryhttp://mindprod.com
> 
> Is there any way to obtain a Java API for this?
> 
The first result when putting "java tts" in Google is Suns own Java
speech API: 
http://java.sun.com/products/java-media/speech/index.jsp

Sounds about right ;) Best of luck.
-- 
Sabine Dinis Blochberger

Op3racional
www.op3racional.eu
0
Reply Sabine 10/8/2007 8:31:11 AM

On Sat, 06 Oct 2007 14:42:37 +0100, mmcclaf@gmail.com <mmcclaf@gmail.com>  
wrote:

> Is there any way to obtain a Java API for this?

Did you try searching the web?  First 2 results on Google are the Java  
Speech API and FreeTTS (an open source implementation of the API).

Dan.

-- 
Daniel Dyer
http://www.uncommons.org
0
Reply Daniel 10/8/2007 9:15:32 AM

On Sat, 06 Oct 2007 06:42:37 -0700, "mmcclaf@gmail.com"
<mmcclaf@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>Is there any way to obtain a Java API for this?

To create the vocabulary, you can use a free standing utility.  It
does not need to be part of your app.
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply Roedy 10/11/2007 8:43:02 PM

12 Replies
152 Views

(page loaded in 0.136 seconds)

Similiar Articles:











7/15/2012 7:38:19 AM


Reply: