I use to create an application that uses Windows speech recognition engine or SAPI. it's like a pronunciation game that gives you an assessment when you pronounce it correctly. but when I started experimenting with SAPI, it has poor recognition, unless you load the grammar on it (XML), it will give a better recognition result.
but now the problem of the nearest pronunciation from the input text will be recognized. eg:
Database - > dedebase -> correct.
even if you mispronounce it. he gives the correct answers.
without using xml grammar
when you say the database gives you "in the database / database / database / etc ..."
send your answer, suggestion, explanation. votes for the best answer.
is it possible or not?
By the way, I am using the delphi compiler for projects ....
source
share