Included in this documentation is a working example that incorporates streaming audio, SRGS grammars, and Semantic Interpretation. It is written in C++, is based on examples throughout this documentation, and compiles under Visual C++ 6.0.
It consists of six files.
main.cpp -- The entry point into the application.
SimpleRecognizer.h -- Definition of a recognizer, backed by LVSpeechPort.
SimpleRecognizer.cpp -- Implementation file.
AudioStreamer.h -- Definition of an object that mimics streaming by reading an audio file.
AudioStreamer.cpp -- Implementation file.
HeaderClasses.h -- Thread code to help implement AudioStreamer.
Complete Help Topic List | Speech Engine Product Information