|
Class Summary |
| CaptureAndPlay |
This class opens two RTP steams - one receives audio data from the url "rtp://:12346/audio"
and plays it to the local output device, and the other sends audio data (captured from the
local audio capture device) to the url "rtp://:12344/audio". |
| DictationFromRTP |
Allocates a recognizer, listening on an RTP port, and
sends the contents of a WAV file to the RTP port the recognizer is listening on. |
| FileToRTP |
Plays file to RTP stream - to hear output stream, start up
CaptureAndPlay class, then start this class. |
| RTPCommandVoiceServer |
Creates a Recognizer which listens to an incoming RTP stream and replies
with synthesized speech on a separate RTP stream - to send the
RTP stream to the recognizer and hear it's response, start up the CaptureAndPlay class, then
this class, then say "what date/time is it", or "goodbye computer". |
| RTPDictationVoiceServer |
Creates a Recognizer which listens to an incoming RTP stream and replies
with synthesized speech on a separate RTP stream - to send the
RTP stream to the recognizer and hear it's response, start up the CaptureAndPlay class,
then speak into the microphone - the recognizer should respond
with what it thinks you said. |
| SpeakToRTP |
Uses a synthesizer to send audio data to an rtp url
|