Results 1 to 4 of 4

Thread: How to save voice????

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Posts
    6

    How to save voice????

    Hi all,

    I'm currently doing a speech recognition program. What i have done so far is able to make my program read out the text entered into a textbox. However, i wish to create a function to save the reading. Which means that when the program read out the text, i will be able to save the reading at the same time. The following is my coding......


    Private Sub btnSpeak_Click()
    Dim S As New SpVoice
    If txtText.Text = "" Then
    S.Speak "Please type in some text."
    Else:
    S.Speak txtText.Text
    End If


    End Sub


    Can someone enlighten me abt this "Save and read" function. Thank you. Hope to hear from you guys soon.

  2. #2
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    Not sure if i guide i posted in the Utilities > Tutorials forum will help or not (Text 2 Speech).

    Go have a look, ill post link if you cant find it

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Posts
    6
    hi madboy ....... i can't find it........

  4. #4
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

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