Readme

Voice Bean Suite Version 2.0

The Voice Bean Suite provides the functionality to develop Java applications with the Text-to-Speech, Speech-to-Text, and Command Recognition capabilities.

See the documentation provided with this package for system requirements and installation instructions.

Late Breaking News

Known Problems

  1. You can not import the bean suite into VisualCafe because the IDE does not support the javax.swing package.
  2. Once the installation is complete, the Speaker bean works in the VisualAge IDE but the Listener and CommandListener beans do not. To run an application with the Listener and/or CommandListener beans, you must export the application as a jar file and execute it from outside of the IDE. If either of the Listener beans is run in the VisualAge IDE, the application will throw ClassCastException in another thread.