Is it possible to use WIndows Speech Recognition Engine in a word pronounciation game?
Posted
by XBasic3000
on Stack Overflow
See other posts from Stack Overflow
or by XBasic3000
Published on 2010-05-18T01:36:45Z
Indexed on
2010/05/18
7:30 UTC
Read the original article
Hit count: 309
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....
© Stack Overflow or respective owner