CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Text To Speech

  1. #1
    Join Date
    Jan 2000
    Posts
    129

    Text To Speech

    Do you know about any text-to-speech demo that would allow to create *.wav files...?

    What i really need is to produce a *.wav file based on an optional text...

    Please help!!!

  2. #2
    Join Date
    Oct 2002
    Location
    Pakistan
    Posts
    123
    Here is a sample, it is a console application, U type the text u want to store, it saves the text as speech and then plays it, it requires Speech sdk 5 and it creates a wave file with name "test".

    Aamir!
    Attached Files Attached Files

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

Featured