• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

speech in my own voice

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know if there is any way I could get java speech api to use my own voice when it converts text to speech. Any ideas would be great.
thanks,
Dean
 
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well , I guess you'll have to get speech recognition software to learn your speech nuances from you.
Load up the Encyclopaedia Brittannica , and get the software to repeat after you until you are happy with the results. With the quality of software currently available you'll be pleasantly occupied for a few years.
Just an idea
regards
[ May 01, 2003: Message edited by: HS Thomas ]
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All seriousness aside, you will need to take your recorded speech in some audio format and cut it up to build a set of phonemes. Then you can combine the phonemes in various ways to make words as required.
I did a little playing around with speech clips when writing my book on servlets - in that case it was spoken numbers. The best utility I found for playing with recorded speech is called Goldwave. Presumably the Java Media API will help you here.
Bill
 
HS Thomas
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Really interesting, William.I was actually half serious given my experiences with a earlier version of ViaVoice. My simple but lengthy dictation had pauses and sighs translated into a tale of strange beings with mothy beards weaved into the text. Made a good effort to be quite cognitive. Also made hilarious reading if you are ever stuck for a story to write.
But I take your point. My idea does require some audio recording capability.
What is a phoneme?
For a given word is there a fixed number of phonemes or does it depend on the speaker?
regards
[ May 04, 2003: Message edited by: HS Thomas ]
 
HS Thomas
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dean,
Don't know if this helps.
Here's a link to a description of phonemes.
web page
regards
[ May 04, 2003: Message edited by: HS Thomas ]
reply
    Bookmark Topic Watch Topic
  • New Topic