Results 1 to 3 of 3

Thread: Speech to Text question

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2020
    Posts
    9

    Speech to Text question

    Is it feasible to use the speech recognition engine to record text from a movie in the form of a wave file? I just spent 3 days doing closed captions for one of my feature films. Unfortunately the actors did not follow my script very closely so I had to do a lot of adjustments to the text. I decided to try to automate that process. In perusing sample code for the speech objects, it seems that perhaps the only words recognized would have to be in the choices object. Is that a false assumption on my part?

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,711

    Re: Speech to Text question

    You should be able to leverage the SpeechRecognitionEngine's SetRecognitionToWaveFile (documentation) method.

    What all have you tried up to this point?
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2020
    Posts
    9

    Re: Speech to Text question

    Thanks. The sample I had was in C#. I had converted some of the code to VB, but then decided I should find out if it was feasible to spend any more time on it.

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