|
-
Mar 22nd, 2004, 01:07 AM
#1
Thread Starter
New Member
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.
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
|