#!/bin/tcsh

#should point to local dialogue manager directory checked our from cvs
set DIALOGUE="/Accounts/cs/cs177f02/purringk/wintercomps/dManager"

#This should point to the location of the sphinx program to handle audio input.
set SPHINX="/Accounts/courses/comps/dialogue/sphinx2/bin"

#Run sphinx and pipe the output to the dialogue manager
#Running dManager alone will make it work with keyboard input instead.
$SPHINX/myTest3 | $DIALOGUE/dManager
