Questions tagged [freetts]

an open source speech synthesis system, an implementation of Sun's Java Speech API (Wikipedia)

75 questions
0
votes
1 answer

mbrola Binary for linux CentOS

I am trying to use mbrola binary on CentOS box. I tried many binary listed on below page but none is working. http://www.tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html I am getting following error - Processing Utterance:…
Amit
  • 1,642
  • 2
  • 13
  • 22
0
votes
2 answers

Outputting Java Speech sound as .wav file

I have been looking for a way to save the output of speech synthesis as a .wav file. I have downloaded FreeTTS and CloudGarden, but FreeTTS has problems with setting up MBROLA voices on windows machines, and the CloudGarden examples contain…
Fiona
  • 1
  • 1
0
votes
0 answers

Freetts javax.speech.EngineException

I am using converting text to Speech to send to my SIP application. I keep getting this Error javax.speech.EngineException: javax.speech.Central: no class found for com.sun.speech.freetts.jsapi.FreeTTSEngineCentral at…
gourig
  • 81
  • 1
  • 11
0
votes
1 answer

How to add a new voice to MBROLA - FreeTTS

I took several days trying to add different voices that us1, us2 and us3 in a project with MBROLA and FreeTTS. I'm working with Eclipse on Windows (64bits) I have read all this messages: How to change voice in FreeTTS - Java freetts - text to…
JGrinon
  • 1,453
  • 1
  • 14
  • 36
0
votes
1 answer

mbrola issue while using freetts in java

I have used the following code to create voice using FreeTTs and Mbrola. private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { Voice voice; VoiceManager vm = VoiceManager.getInstance(); System.setProperty(“mbrola.base”,…
pooia
  • 1
0
votes
1 answer

JavaFX Threading issue - GUI freezing while method call ran

I hoped someone might be able to help as I'm a little stumped. I have a javafx class which runs a user interface, which includes a button to read some text out loud. When you press it, it invokes a Java object which uses the FreeTTS java speech…
David Meadows
  • 121
  • 1
  • 1
  • 3
0
votes
1 answer

Java development on Windows, run on Raspberry Pi Ref Lib Not Found

I've been searching for an answer all night and morning and I'm almost about to give up. I was hoping someone here has had the same problem has and has figured it out. Basically, I've developed a project on Windows using Eclipse and I would like to…
BrandonMXB
  • 79
  • 1
  • 1
  • 7
0
votes
1 answer

Using free TTS makse program unresponsive

I am creating a tts program. I am using free tts. The program is fine, running. I have assigned two buttons(start,stop) and a text box. The start button reads the text from the text box and sent it to the free tts algorithm to convert to speech. It…
meain
  • 833
  • 9
  • 28
0
votes
1 answer

FreeTTS mbrola not able to find path

When I try to use the FreeTTS library I get the error: Could not validate any MBROLA voices at Some/Location/That/IThought/Held/mbrola Make sure you FULLY specify the path to the MBROLA directory using the mbrola.base system property. I'm using…
user1729831
  • 71
  • 3
  • 9
0
votes
1 answer

How to use FreeTTS in Drupal 7

I wanted to use FreeTTS with Drupal 7. Is it possible? Is there any tutorial available? Thanks in advance.
-1
votes
1 answer

Freetts is not working when bundled with the java application

I have developed a java application in Netbeans IDE that announces the token numbers using Freetts. My application works perfectly when I ran it(as you know Netbeans adds the library files in a separate folder called 'lib' beside the java…
Kumar
  • 110
  • 14
-1
votes
1 answer

Using FreeTTS with Java web start

I have a java problem, and need your help to fix it. Basically, I have a normal desktop java application, uses an external JAR file. I wanna embed this application within a website, and this page refreshes every 5 seconds?? Please if there is…
Mohannad
  • 93
  • 12
-3
votes
1 answer

my if statement wont work? speech synthesizer

hey im making a program in java were you type into a console then it responds back with the computer actually talking(with sound), im using the FreeTTs speech synthesizer. For some reason when i write the following code its output not what i…
RhysBuddy
  • 125
  • 3
  • 11
-3
votes
2 answers

freetts - text to speech setting mbrola voice com.sun.speech.freetts.ProcessException: Processing Utterance:

Working with ubuntu linux version Almost done with freetts setting with mbrola voices us1, us2 and us3, but finally getting exceptions. When i run the below command, i could hear kevin's voice of sun microsystems. $ java…
user1245222
1 2 3 4
5