LumenVox Example Code
The following zip files contain LumenVox example code for a variety of applications:
-
Simple Linux C++ Example: this basic C++ console application processes
a sound file from disk against a grammar. Download: SimpleSREClient.zip
-
Simple Windows C Example: this basic C console application processes a sound
file from disk against a grammar. This example uses a sample audio file (8587070707.ulaw)
along with a sample grammar (ABNFDigits.gram) to perform a decode, and also demonstrates
the use of the 'C' style speech port interface. Download:
WorkingExampleInC.zip
-
Windows C++ Microphone Console Example: This C++ console application allows a
user to press a key and say the name of a US state. Download:
LVSpeechPortConsole.zip
-
Windows C++ Streaming GUI Example: this more advanced C++ application is an Microsoft
MFC based example where the user can add and remove concepts from a list. Download:
LVSpeechSport_StreamingExample.zip