|
-
Jul 27th, 2006, 11:26 AM
#1
Thread Starter
New Member
How to pronounce a foreign word?
I want to create an application to help people speak a foreign language?
I would like to start from pronounce words first.
Do I need to have a Wave or AVI file for every word?
Any simple example will be a great help?
Thanks a lot!
-
Jul 28th, 2006, 01:43 PM
#2
Re: How to pronounce a foreign word?
-
Jul 28th, 2006, 01:58 PM
#3
Re: How to pronounce a foreign word?
well. i would say yes. unless u can figure out how to create a "text to speech" control
(which, who knows one might already exist)
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jul 28th, 2006, 04:19 PM
#4
Re: How to pronounce a foreign word?
 Originally Posted by Static
well. i would say yes. unless u can figure out how to create a "text to speech" control
(which, who knows one might already exist)
I think there's a text to speech engine in the Microsoft Agent controls that supports several different localizations. That might be something to look into.
-
Jul 28th, 2006, 05:29 PM
#5
Fanatic Member
Re: How to pronounce a foreign word?
Yes you can use the MS TTS, although it doesn't support many languages.
-
Jul 29th, 2006, 12:02 AM
#6
Frenzied Member
Re: How to pronounce a foreign word?
MS TTS -or something like it- would be the easiest.
Just put it in your appliation and feed it strings.
As mentioned, it may not work for all languages.
Another option is to create a collection of soundfiles (wav, mp3).
A file's name would be the word it represents.
The user enters a word and the program loads and plays [word].wav.
Also easy but recording/finding all those soundclips is a lot of work.
You could also record a set of basic sounds.
Then you create a table where words (as written) are linked to a sequence of links to these basic sounds.
Your program then looks up the right sequence and steps through it, playing each basic sound one by one.
You'll need to fill the table which will be a lot of work.
There are phontic alphabets and some dictionaries may include phonetic transcription of words.
I suggest you study those.
Being able to create the table by just parsing an electronic dictionary will save a lot of work.
-
Jul 30th, 2006, 09:12 AM
#7
Thread Starter
New Member
Re: How to pronounce a foreign word?
Comintern, Shirazamod & Jeroen79,
Thank all of you for pointing out MS TTS link!
I am down loading tools now. Will let you know if I have problems.
Have good day!
John2740
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|