Class Summary |
FileToLineRemote |
Demonstrates network transmission of audio data in compressed (GSM) and
uncompressed (RAW) formats - for ease of demonstration incorporates both
server and client since both run on the localhost. |
RemoteAudioClient |
This example demonstrates sending audio data from a client machine to
a server machine using the com.cloudgarden.speech.audio package - it
does not use a speech engine. |
RemoteAudioServer |
This example demonstrates using an AudioServerSource object
to provide audio data received from a RemoteAudioClient to
an AudioLineSink. |
RemoteDictationClient |
Start this class to send audio data to a RemoteDictationServer - give it
an argument of the remote host name if not "localhost" |
RemoteDictationServer |
This example demonstrates using an AudioServerSource object
to provide audio data to a CGAudioManager attached to a Recognizer
which it receives from a remote client. |
RemoteSynthesisClient |
Start this class to receive audio data from a RemoteSynthesisServer - give it
an argument of the remote host name if not "localhost" |
RemoteSynthesisServer |
Demonstrates sending synthesized audio data to a remote client. |
TestClientListener |
Reports ClientEvents generated by any AudioServerSource |
TestTransferListener |
Reports ClientEvents generated by any AudioServerSource |
WhatTimeIsItClient |
Demonstrates sending and receiving speech to/from a remote recognizer/synthesizer
using the local AudioClientSource/Sink objects. |
WhatTimeIsItServer |
Used in conjunction with the WhatTimeIsItClient to tell the
time/date to a remote client. |