top of page
Search

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"

Screen Shot 2015-04-06 at 9.35.33 PM.png

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

Screen Shot 2015-04-06 at 9.40.28 PM.png
Screen Shot 2015-04-06 at 9.40.38 PM.png

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.

Screen Shot 2015-04-06 at 9.40.53 PM.png

 
 
 

Recent Posts

See All
The End

So we've made it to the very end. Through all the ups and downs and we're all still standing. It was an amazing semester and I made some...

 
 
 
Final Code: Dictionary

/** *Java Speech Grammar Format (JSGF) file *This file holds all the words that the program will recognize **/...

 
 
 
Final Code: Dialogue File

/* * Copyright 2013 Carnegie Mellon University. * Portions Copyright 2004 Sun Microsystems, Inc. * Portions Copyright 2004 Mitsubishi...

 
 
 

Comments


Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
  • Facebook Classic
  • Twitter Classic
  • Google Classic
  • RSS Classic

© 2023 by TOKYO DESIGN. Proudly created with Wix.com

bottom of page