|
-
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.
-
Mar 22nd, 2004, 11:24 AM
#2
Supreme User
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
-
Mar 23rd, 2004, 01:42 AM
#3
Thread Starter
New Member
hi madboy ....... i can't find it........
-
Mar 23rd, 2004, 07:47 AM
#4
Supreme User
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
|