Thread: Text-to-speech in C++

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    100

    Text-to-speech in C++

    I've searched the forums and found a couple topics.. but none of them contained answers... one contained borken links to msdn, and i tried to navigate to it manually in msdn but found nothing...

    What is the simplest way to do text-to-speech in a simple win32 app... this only needs to work for XP boxes...

    Thanks

  2. #2
    Chief Code Coloniser!
    Join Date
    Apr 2005
    Posts
    121
    The simplest? Record someone saying every word in the English language, and then play the appropriate sound snippet for each word encountered.

    Yes, it's far from ideal, not smart, and a massive job. But it sounds pretty simple to me

  3. #3

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Look into SAPI

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My text doesn't display
    By joeprogrammer in forum Game Programming
    Replies: 11
    Last Post: 02-23-2006, 10:01 PM
  2. Appending text to an edit control
    By dit6a9 in forum Windows Programming
    Replies: 3
    Last Post: 08-13-2004, 09:52 PM
  3. Text positioning and Text scrolling
    By RealityFusion in forum C++ Programming
    Replies: 3
    Last Post: 08-13-2004, 12:35 AM
  4. Scrolling The Text
    By GaPe in forum C Programming
    Replies: 3
    Last Post: 07-14-2002, 04:33 PM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM