What is SpeakRight?

SpeakRight is an open-source Java framework for writing speech recognition applications in VoiceXML.Unlike most proprietary speech-app tools, SpeakRight is code-based. Applications are written in Java using SpeakRight's extensible classes. Java IDEs such as Eclipse provide great debugging, fast Java-aware editing, and refactoring. Dynamic generation of VoiceXML is done using the popular StringTemplate templating framework. Read more...

See Getting Started, Tutorial, and Table of Contents
Powered By Blogger

Saturday, February 17, 2007

Tutorial

This tutorial uses Eclipse 3.2.1 to build a simple SpeakRight application

  1. Getting Started
  2. Creating a Hello App
  3. Adding a Menu

2 comments:

Anonymous said...

"Adding a menu" links to "Hello World". Needs to point to another page I suppose. Thanks.

IanRae said...

Fixed!