• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Text to speach

 
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone
I want to know how to convert a text to speech in JAVA?
 
Ranch Hand
Posts: 157
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have developed a simple project that reads out the text in three different voices.

i have started with the tutorial available at the http://www.quadmore.com/mbroquad/

 
Gursewak Singh
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir
will these tutorials be sufficient to build a good project
using text to speech conversion
 
Ranch Hand
Posts: 637
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the major uses of such applications, besides convenience and for the visually challenged ?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FreeTTS
 
Gursewak Singh
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,
I want to design a application which has a feature to read the the text.
In my last post Mr. Ulf Dittmer suggested me to use FreeTTS.
Now i have searched about this and also download a package.but i don't know how to use this to implement it in my application.
so please give me some information about it.

if possible then please give me a example.

I shall be very thankful
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you gone through the pages linked from the FreeTTS home page?
 
Gursewak Singh
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir i have already studied the tutorial.
It has also started running through Net Beans and eclipse successfully.
but it show error with command prompt.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you don't TellTheDetails, there isn't much anyone here can do to help you.
 
Gursewak Singh
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have started using the FreeTTS
it has following voices
alan (time domain)
kevin (general domain)
kevin16 (general domain)
i want to add more like voice of female(Julia)

so please tell me how to add....
Thanks
 
Darryl Burke
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you gone through the pages linked from the FreeTTS home page?
 
Gursewak Singh
Ranch Hand
Posts: 79
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir i have visited the link
it give some information related to festVox
but i can't get it
so please if you can,then elaborate how i can add more voice
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Ulf already mentioned, please TellTheDetails. Just telling us "I get an error", or "I don't understand it" doesn't make it easy to help you with it.

When you get an error, always tell us exactly what you did and what the error message is (copy and paste it from your screen). If you only say "I get an error", then we have to guess what the error is (we cannot see what is on your screen!) which makes it really hard to help you solve it.

Also, if you don't understand something, then explain in detail what you did not understand. If you read a whole manual and then say "help me, I don't understand it" then what do you expect - that other people here will explain the whole manual to you in easier language? Ask a more specific and detailed question, then we can help you.
 
Would you turn that thing down? I'm controlling a mind here! Look ... look at the tiny ad ...
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic