Results 1 to 6 of 6
Thread: text to voice
- 12-14-2010, 09:30 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 17
- Rep Power
- 0
- 12-14-2010, 09:40 PM #2
FreeTTS 1.2 - A speech synthesizer written entirely in the Java(TM) programming language
This is a pretty cool free speech synthesizer which is fairly easy to install and use. I've used it a while ago, so I don't remember all the details, but I remember it worked just fine.--Otacon
Somebody set up us the bomb.
- 12-14-2010, 10:14 PM #3
Member
- Join Date
- Dec 2010
- Posts
- 17
- Rep Power
- 0
thans you, but i need (code) just a simple program in java
please help me to find code please
for example:
I have a file sound.txt
in this file there is the sentence "hellos"
So the program in java
he must say "hello"
import java.io.File;
//package for voice
public class Test {
public static void main(String[] args) throws Exception {
// specify the file to play(voice)
File soundFile = new File("C:/Users/caroline/Desktop/sound.txt");
// i need instruction for load file
//i need instruction for load the file into memory
//i need instruction for play the file to voice
voice.start();
}
}
please help me to find code please and thanks you
- 12-14-2010, 10:19 PM #4
Member
- Join Date
- Dec 2010
- Posts
- 17
- Rep Power
- 0
texte to voice
thans you, but i need (code) just a simple program in java
Please, I need a program in java (source code) play the sounds, speak the phrases in a text file
please help me to find code please
for example:
I have a file sound.txt
in this file there is the sentence "hellos"
So the program in java
he must say "hello"
import java.io.File;
//package for voice
public class Test {
public static void main(String[] args) throws Exception {
// specify the file to play(voice)
File soundFile = new File("C:/Users/caroline/Desktop/sound.txt");
// i need instruction for load file
//i need instruction for load the file into memory
//i need instruction for play the file to voice
voice.start();
}
}
please help me to find code please and thanks you
-
- 12-15-2010, 05:19 AM #6
And you want code for TTS? Wow.// i need instruction for load file
//i need instruction for load the file into memory
Go through this:
Lesson: Basic I/O (The Java™ Tutorials > Essential Classes)
db
Similar Threads
-
Voice recognition with TalkingJava SDK
By elektronische in forum Advanced JavaReplies: 4Last Post: 01-14-2011, 02:56 PM -
voice chat in java with sockets
By krati in forum NetworkingReplies: 0Last Post: 05-12-2010, 09:17 AM -
Voice xml
By dhaval.rajput.p in forum Advanced JavaReplies: 4Last Post: 07-04-2009, 07:51 AM -
Voice Identification and verificaion using java
By dhaval.rajput.p in forum Advanced JavaReplies: 1Last Post: 07-04-2009, 06:32 AM -
How to start voice based application
By pradnya in forum Sun Java Wireless ToolkitReplies: 3Last Post: 02-13-2009, 11:49 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks