Running the Dialogue File
- Yavneeka Patel
- Apr 2, 2015
- 1 min read
So Sphinx gives a few demo files to let you see what the capabilities of Sphinx's speech recognition software is.
The one most relevent to me is the dialogue file. The code basically lets you choose from three options: digits, bank account, and weather. Digits just spits out random numbers at you. Bank account allows you to ask for deposit or withdrawal, and does the action with a random number. Weather forecast gives back possible weather combinations.
To run the program:
-Right click on the file, select "Run As", "Run Configurations"

-Select the proper project and main class through the browse button, and then select "Run".


The file should run with a lot of scary red stuff at the top. The menu item shows up next, and when you say the menu item, the output for that selection pops up in the console.

Comments