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: speed issues traversing the DOM. - comp.lang.javascriptThat would be a start. > > > =A0 // stop before ... 20% more time in my FF.3 and 10 times more time (tts ... Frame decoration problems? - comp.lang.java.gui speed ... image recognition using neural network - comp.soft-sys.matlab ...... true; net = train(net,P,T1); % start training ... target data for training...last > column > Tt ... Image Recognition with Neural Networks - Java Neural ... How to use READER when PRO is installed ?? - comp.text.pdf ...C:\Documents and Settings\All Users\Start Menu\Programs ... Unable to run a java aplication as service or scheduled ... Moon + Reader Pro and IVONA TTS - Android Tablet Forum ... ntpd, boot time, and hot plugging - comp.protocols.time.ntp ...----- I believe than that for a more general situation: 1) ntpdate with many servers from ntp.conf (5 is reasonable) 2) check if drift is +-500.000, if so delete it. 3) Start ... A couple of CPLD design challenges for the group - comp.arch.fpga ...... stop at :T, push the students a little :) ask for :TT ... is not used to logic design is just an invitation to start ... insufficient memory in current partition for java ... Neural network using matlab - comp.ai.neural-nets... type of cough given a set of symptoms. i understand tt i ... ... For a baseline start with design linear and logistic I-O ... Image Recognition with Neural Networks - Java Neural ... Media Center: Advertising - comp.lang.java.programmer... tax revenue, impact, unilateral applications, technology transfer ... st=C3=B6rsta profilen, vasaloppet, start, tr=C3 ... Media Center: Advertising - comp.lang.java ... FreeTTS 1.2 - A speech synthesizer written entirely in the Java(TM ...... 0 to provide a text-to-speech server for Emacspeak. JSAPI/WebStartClock: JSAPI talking clock that can be downloaded from the web using Java Web Start. java.com: Java + YouGet the latest Java Software and explore how Java technology provides a better digital experience. 7/15/2012 7:38:19 AM
|