delphi - Speech recognition not working well -
I have followed an article on speech recognition with Delphi (SAPI 5.3).
I created a basic application but the problem is that the app is all wrong! It is not right to say what I am saying. If I say for example: "word", it gets "ward"
For any speech recognition tool, you have to make sure that you give it adequate training so that you can recognize the way you speak. If many simple words have not been correctly identified, then you may need to train some more equipment.
In that article, below you will see a picture of a "Speech Properties" box in it's place of "recognition profile". Make sure that you train your application, create a validation profile, Use it in your application
Make sure to read the second reference in that article: Speech Part 2 - which comes in more detail on this.
Comments
Post a Comment