Is it possible to use WIndows Speech Recognition Engine in a word pronounciation game?
- by XBasic3000
I use to create an application that uses the windows speech recognition engine or the SAPI. its like a game for pronounciation that it give you score when you pronounce it correctly. but when i started experiments with SAPI, it has poor recognition unless if you load a grammar on it (XML) its give best recognition result.
but the problem now is closest pronounciation from the input text will be recognize.
for example:
Database - dedebase - correct.
even if you mispronounce it. it gives you correct answers.
without using the xml grammar
when you say database it give you "in the base/the base/data base/etc..."
please post your answer,suggestion,clarication. votes for best answer.
is it posible or not?
by the way i use delphi compiler on the projects....