Results 1 to 7 of 7

Thread: How to pronounce a foreign word?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    2

    Red face 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!

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How to pronounce a foreign word?

    Moved from FAQ forum

  3. #3
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    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"

  4. #4
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    Re: How to pronounce a foreign word?

    Quote 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.

  5. #5
    Fanatic Member
    Join Date
    Aug 2005
    Location
    South Africa
    Posts
    760

    Re: How to pronounce a foreign word?

    Yes you can use the MS TTS, although it doesn't support many languages.
    If I helped you out, please consider adding to my reputation!

    -- "The faulty interface lies between the chair and the keyboard" --

    VB6 Programs By Me:
    ** Dictionary, Thesaurus & Rhyme-Generator In One ** WMP Recent Files List Editor ** Pretty Impressive Clock ** Extract Firefox History **

  6. #6
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    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.

  7. #7

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    2

    Wink 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
  •  



Click Here to Expand Forum to Full Width