Activity for FreeTTS

  • Valentin Valentin posted a comment on discussion Open Discussion

    public void TTS_Mbrolla(String words) { System.setProperty("mbrola.base", "C:\Program Files (x86)\RedQueen\src\my\invivo_project\mbrola"+".cmu_us_kal.KevinVoiceDirectory"); listAllVoices(); voice = VoiceManager.getInstance().getVoice("mbrola_us1");//"kevin16" "mbrola_us1" if (voice != null) { voice.allocate();// Allocating Voice try { voice.setRate(190);// Setting the rate of the voice voice.setPitch(150);// Setting the Pitch of the voice voice.setVolume(3);// Setting the volume of the voice SpeakText(words);//...

  • Dirk Schnelle-Walka Dirk Schnelle-Walka modified a comment on discussion Open Discussion

    Honestly, i never tried to run FreeTTS in Java 9, but this looks more like an issue with the class party and the class loader. I am not aware of any significant difference here at this level. Can you confirm that you are calling your main class in the same way? How do you do that?

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    Honestly, i never tried to run FreeTTS in Java 9, but this looks more like an issue with the class party and the class loader. I am not aware of any significant difference here. Can you confirm that you are calling your main class in the same way? How do you do that?

  • Valentin Valentin posted a comment on discussion Open Discussion

    Hi! Plz, may you give modifed .jar that is working in Java 9 ?

  • Valdis Vitolins Valdis Vitolins posted a comment on discussion Help

    MBROLA is published as open source here: https://github.com/numediart/MBROLA And most of MBROLA voices are published (with non-commercial licence) here: https://github.com/numediart/MBROLA-voices

  • Harsha P. Ravnikar Harsha P. Ravnikar posted a comment on discussion Help

    The site does not work any more: http://tcts.fpms.ac.be/synthesis/mbrola/bin/pcdos/mbr301d.zip I found MbrolaTools35.exe at archive.org: https://archive.org/download/MbrolaTools35 Can someone having it upload it to archive.org? Appreciate it.

  • Bhavish Bhavish posted a comment on discussion Help

    requirement is pause Text to Speech o. i.e If pause button is pressed then it should be pause and when resume button then it should be resume. plz help.no other button works when voice.speak command is running.

  • Nick Paladino Nick Paladino posted a comment on discussion Help

    I'm having trouble with festival text2wave on linux. The audio wav files generated are consistently being cut off before the end of the text. Various text file sizes all get cut before finishing. I found that if I pad the end of the file with additional text, I can get the entire audio output I'm looking for. text2wave -F 44100 -eval test.scm -o test.wav test.txt My environment: Ubuntu 18.04.1 LTS festival 1:2.5.0-1 festlex-cmu 2.4-1 festvox-us-slt-hts 0.2010.10.25-2 Below are examples of the audio...

  • Stefan Reich Stefan Reich posted a comment on discussion New Voices

    Yes, my question exactly. Who is supporting FreeTTS?

  • Steven Lee Steven Lee posted a comment on discussion Open Discussion

    When using Java 9, I get the following: Exception in thread "main" java.lang.ClassCastException: com.sun.speech.freetts.en.us.cmu_time_awb.AlanVoiceDirectory cannot be cast to com.sun.speech.freetts.VoiceDirectory at com.sun.speech.freetts.VoiceManager.getVoices(VoiceManager.java:115) at com.sun.speech.freetts.VoiceManager.getVoice(VoiceManager.java:525) at Mouth.speak(Mouth.java:20) at Say.main(Say.java:23) This is not a problem with Java 8. After perusing through the code, it seems the problem...

  • JoYthi JoYthi modified a comment on discussion Help

    Text to speech using freetts http://tryjustlikethis.blogspot.in/2013/10/text-to-speech-converter-in-java.html#.Wa964fMjHIV I followed above link and it's working perfect but i need to convert into .wav file is it possible if it's possible how to do it . help me thanks advance . My program import javax.speech.*; import java.util.*; import javax.speech.synthesis.*; public class Text2Speech { String speaktext; public void dospeak(String speak,String voicename) { speaktext=speak; String voiceName =voicename;...

  • JoYthi JoYthi posted a comment on discussion Help

    Text to speech using freets http://tryjustlikethis.blogspot.in/2013/10/text-to-speech-converter-in-java.html#.Wa964fMjHIV I followed above link and it's working perfect but i need to convert into .wav file is it possible if it's possible how to do it . help me thanks advance . My program import javax.speech.*; import java.util.*; import javax.speech.synthesis.*; public class Text2Speech { String speaktext; public void dospeak(String speak,String voicename) { speaktext=speak; String voiceName =voicename;...

  • Sally Sally posted a comment on discussion Help

    Hi Nina, Were you able to create a new cmudict07_lts.txt file? I am looking for an uptodated version of the lts file and it would be great if you successfully created the file. Thanks Sally

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Sorry, the problem is my fault, I seem to have an incorrect setup in the secound program.

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    HI; I have 2 programs that use FreeTTS, it seems that if the first is running and reading to me. Useing the secound will cause it to crash with this error: Exception in thread "main" javax.speech.EngineStateError: Invalid EngineState: expected=( DEALLOCATED DEALLOCATING_RESOURCES ) current state=( DEALLOCATED QUEUE_EMPTY ) at com.sun.speech.engine.BaseEngine.checkEngineState(BaseEngine.java:705) at com.sun.speech.engine.synthesis.BaseSynthesizer.speakPlainText(BaseSynthesizer.java:148) at TalkBot.SpeechController.read(SpeechController.java:287)...

  • Jamie Marchant Jamie Marchant posted a comment on discussion Help

    Hi: Is there a way to move the location of the 'speech.properties' file from the users home folder to another folder? In the future I will probally remove it completly but that is something I don't want to change for the first release. -Jamie

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Thank you :).

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    Tracking it here: https://github.com/JVoiceXML/FreeTTS/issues/1

  • Jamie Marchant Jamie Marchant modified a comment on discussion Open Discussion

    Thank you! I understand. Please post here when it's fixed.

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Please let me know if it's fixed.

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Thanks :)

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    It is supposed to know the sentence structre through the POS tagging. However, this one seems to be erroneus. It amy take some time to have this fixed

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    OK. I just checekd the code. For nwo, you will have to cathc the illegalargumetnexception. I just changed the code to throw a com.sun.speech.freetts.ProcessException instead.

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Exception in thread "Thread-4" java.lang.IllegalArgumentException: No line matching interface SourceDataLine supporting format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, big-endian is supported. at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:479) at com.sun.speech.freetts.audio.JavaStreamingAudioPlayer.openLine(JavaStreamingAudioPlayer.java:194) at com.sun.speech.freetts.audio.JavaStreamingAudioPlayer.begin(JavaStreamingAudioPlayer.java:410) at com.sun.speech.freetts.relp.LPCResult.playWaveSamples(LPCResult.java:505)...

  • Jamie Marchant Jamie Marchant modified a comment on discussion Open Discussion

    Both Kevin and Kevin16 allways read the word 'read' as 'red'. In some cases it should be read as 'reid'. I don't know how easly this can be changed. Is it possible for the reader to know the sentence structure of what it is reading?

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Both Kevin and Kevin16 allways read the word 'read' as 'red'. In some cases it should be read as 'reid'. I don't know how easly this can be changed. Is it possible for the reader to know the sentse stecture of what it is reading?

  • Dirk Schnelle-Walka Dirk Schnelle-Walka modified a comment on discussion Open Discussion

    Could you, please, post the entire stack trace?

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    Could you, please, post the entire call stack?

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    The exception thrown is: "Exception in thread "Thread-4" java.lang.IllegalArgumentException: No line matching interface SourceDataLine supporting format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, big-endian is supported" All of the stacktrace is in FreeTTS code but I probally could wrape an IllegalArgumentException around me speach code. An alterative is too write code to detect if you have a sound card.

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    What is the current behavior and what do you expect to be changed?

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Is there anyway I can get the synthesizer to read the word 'read' correctly?

  • Jamie Marchant Jamie Marchant posted a comment on discussion Open Discussion

    Hi: I'm writing a program that reads from the system's clipbord and uses this library....

  • Al Th Al Th posted a comment on discussion Help

    Hi, I am currently trying to do something like the google translate. I have had problems...

  • bdoumas bdoumas posted a comment on discussion Help

    Hey, There is a nice place I've just found, they have a lot of cool stuff, please...

  • kk_huk kk_huk posted a comment on discussion Help

    Hi guys, I have tried to create a dictionary with following the "generating a dictionary"...

  • Bekithemba Bekithemba posted a comment on discussion Help

    Thanks alot Willie. You saved me. Apparenlty if you use the "alan" voice and give...

  • Rajani Rajani posted a comment on discussion New Voices

    Hi I would like to add 2 new MBROLA voice (British English and German) into FreeTTS....

  • Tejas Shah Tejas Shah posted a comment on discussion New Voices

    Hello, I am trying to import the ksp_arctic voice into FreeTTS. The build succeeds...

  • <REDACTED> posted a comment on discussion Open Discussion

    Hi, How do you incorporate Freetts into a java application and export that SINGLE...

  • Doc Doc modified a comment on discussion Help

    I'm going to try: System.setProperty("com.sun.speech.freetts.audio.AudioPlayer.closeDelay",...

  • Doc Doc posted a comment on discussion Help

    I'm going to try: System.setProperty("com.sun.speech.freetts.audio.AudioPlayer.closeDelay",...

  • kevin Johns kevin Johns modified a comment on discussion Help

    Whats the path for the LTS rules file?

  • kevin Johns kevin Johns posted a comment on discussion Help

    Whats the path for the LTS rules file? I have the jars saved in a lib folder in my...

  • FreeTTS FreeTTS released /OldFiles/freetts-1_0_2.tar.gz

  • FreeTTS FreeTTS released /OldFiles/freetts-1_0_4.tar.gz

  • FreeTTS FreeTTS released /OldFiles/freetts-1_0_1.tar.gz

  • FreeTTS FreeTTS released /OldFiles/freetts-1_0_3.tar.gz

  • FreeTTS FreeTTS released /OldFiles/freetts-1.0.tar.gz

  • HELP_OTL HELP_OTL posted a comment on discussion Help

    sound sample error!!! i have jar file(CLASS PATH) cmulex.jar cmutimelex.jar freetts.jar...

  • Kelly Kelly posted a comment on discussion Help

    Hi, Using the following code I only get a crackling noise out of the speakers. If...

  • Jerry Rutherford Jerry Rutherford posted a comment on discussion Help

    I just heard about FreeTTS,,, and I know there is a ton of information online......

  • Nina Nina posted a comment on discussion Help

    Still no progress on this...Any help would be greatly appreciated. Thanks so much,...

  • Nina Nina posted a comment on discussion Help

    Hi Ben, I am in the process of generating an updated version of cmudict04_lts.txt...

  • Nina Nina posted a comment on discussion Help

    Hello! I'm in the process of generating a new set of LTS rules (using CMUdict v....

  • John Tost John Tost modified a comment on discussion Open Discussion

    Hello, Sorry, what I meant is that the system stops responding, so I do not have...

  • John Tost John Tost posted a comment on discussion Open Discussion

    Hello, Sorry, what I meant is that the system stops responding, so I do not have...

  • Dirk Schnelle-Walka Dirk Schnelle-Walka posted a comment on discussion Open Discussion

    Can you provide me with a stacktrace? Dirk

  • John Tost John Tost posted a comment on discussion Open Discussion

    Hello! I have the same problem and a google search brought me here. I've defined...

  • Renu K Pillai Renu K Pillai posted a comment on discussion Help

    Hi, I couldn't hear any sound output after freetts.jar. Please help. Please check...

1
MongoDB Logo MongoDB