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,
Printable View
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,
come on... :(
someone has to know....
(wheres sunny when u need him :p )
Thanks for your reply,
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.