|
-
Mar 10th, 2002, 08:43 AM
#1
Thread Starter
Fanatic Member
Training Microphone for Speech SDK 4.0
I have looked for at least 2 hours now, and haven't been able to find anything on how to train my microphone for the speech sdk 4.0
I know that in 5.1 I can train it through the control panel. but how do I do it in 4.0??
Many Thanks to all,
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
-
Mar 10th, 2002, 09:09 AM
#2
Thread Starter
Fanatic Member
come on... 
someone has to know....
(wheres sunny when u need him )
Thanks for your reply,
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
-
Mar 11th, 2002, 02:29 AM
#3
VB Code:
Private Sub Command1_Click()
DirectSR1.TrainGeneralDlg Me.hWnd, "Train Mic"
End Sub
Private Sub Form_Load()
DirectSR1.Initialized = True
DirectSR1.Speaker = "sunny"
End Sub
Setting the Speaker property is essential. The default speaker is "" (null), whose profile cannot be edited. When you change the Speaker property, the profile for that speaker will be loaded.
Enjoy.
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
|