To create speech applications with Voice Bean Suite Version 2.0:

  • Speak into your microphone - the Listener bean will listen to what you say and give it back to you in a text string
  • Give the Speaker bean a text string, and the bean will say it back to you
  • Use the CommandListener and CommandItem beans to listen for and process specific commands

 

Speaker

Speech synthesizer bean. Takes in a string as an input and then talks
Listener Speech recognizer bean. Takes in a voice as an input and then returns a string
CommandListener Command recognizer bean. Takes in a voice as an input and then returns the recognized command in the form of a text
CommandItem Command executor bean. Takes in a text command and fires an event if it matches its command name
Copyright © 1999 IBM Corp. All rights reserved. Java, JavaBeans, Swing and 100% Pure Java are trademarks of Sun Microsystems, Inc. All other trademarks are the property of their respective owners.