SPIN Project Blog

Diary of a diploma thesis at the Institute for Informatics at the University of Munich, Germany.

Friday, August 11, 2006

First Spoken Dialogue LBS Spike

Today, I am going to do a first spike of a spoken dialogue interface for an existing LBS.
Progress:
  • Installed OptimTalk and OptimTalk examples.
  • Changed vxml.output to com.optimtalk.sapi5_output for speech output.
  • Installed MS Speech API 5.1 SDK (SpeechSDK51.exe).
  • Changed vxml.input to com.optimtalk.sapi5_input for speech input.
  • Successful run of an OptimTalk example application.
  • Installed Apache Tomcat.
  • Created a welcoming VoiceXML dialogue that can be queried by the user for another user's position.
  • Created a JSP document that interfaces to a Java Application (through a taglib).
  • The Java Application interrogates a positioning middleware and returns a position.
  • The JSP document returns a VoiceXML result page that prompts the user's position.
The prototype runs smoothly.

0 Comments:

Post a Comment

<< Home