Results 1 to 3 of 3

Thread: Training Microphone for Speech SDK 4.0

  1. #1

    Thread Starter
    Fanatic Member tim_l_012's Avatar
    Join Date
    Mar 2001
    Location
    Next to a Coffee Cup.
    Posts
    641

    Angry 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 :/

  2. #2

    Thread Starter
    Fanatic Member tim_l_012's Avatar
    Join Date
    Mar 2001
    Location
    Next to a Coffee Cup.
    Posts
    641
    come on...

    someone has to know....

    (wheres sunny when u need him )

    Thanks for your reply,
    /: Tim :\____________________
    \: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/

  3. #3
    sunnyl
    Guest

    Talking

    VB Code:
    1. Private Sub Command1_Click()
    2.     DirectSR1.TrainGeneralDlg Me.hWnd, "Train Mic"
    3. End Sub
    4.  
    5. Private Sub Form_Load()
    6.     DirectSR1.Initialized = True
    7.     DirectSR1.Speaker = "sunny"
    8. 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
  •  



Click Here to Expand Forum to Full Width