Text to speech converter
Hello,
I'm doing a project on text to speech converter using java and i'm very confused. What speech engine should i use? and how do i use it with java? i've downloaded javax package but when i run the sample codes hello world from Java speech api, it does work n i'm geting compiling errors saying tht package javax.speech does not exist.
plz i badly need help to clear my confusion.
thanks
muskaan
[434 byte] By [
muskaana] at [2007-11-26 14:47:30]

# 1
Hi,
I've played around with "FreeTTS".
It's not bad at all, and best of all, it's implemented 100% in Java, so no need to include horrible native libraries.
FYI : I just created an Ant task ( Ant is a cool build system for Java ). So that it would say "Build complete" when it was finished.
regards,
Owen
# 3
Guidelines.....
1. Learn how to ask technical questions properly in a forum.
2. Read the FreeTTS documentation fully
3. Get the FreeTTS example programs working, then experiment with them.
Nobody will answer your questions if you don't quote specific technical problems.
# 4
To compile the source file-
javac -classpath .\;C:\freetts-1.2.1-bin\freetts-1.2.1\lib\jsapi.jar HelloWorld.java
To Execute the class file directly--
java -classpath .\;C:\freetts-1.2.1-bin\freetts-1.2.1\lib\jsapi.jar;C:\freetts-1.2.1-bin\freetts-1.2.1\lib\freetts.jar HelloWorld
To create jar file using class and manifest file--
jar cvfm HelloWorld.jar Manifest HelloWorld.class
in this i have installed freetts in C drive
# 6
I would like to add a ability to my website http://www.artikelpedia.com whitch is in deutch language to be translated online from Germay to English. I have some pages now in english: http://www.artikelpedia.com/artikel/englisch/9/englisch5.php deutsch: http://www.artikelpedia.com/artikel/deutsch/27/deutsch2.php and franch: http://www.artikelpedia.com/artikel/kunst/2/kunst5.php
but i wolud like to offer to my visitors ability to translate this pages from one language to another.
For any sugestions about price and other facility of using java for thi please reply