examples.remote
Class RemoteAudioClient
java.lang.Object
|
+--examples.remote.RemoteAudioClient
- public class RemoteAudioClient
- extends java.lang.Object
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. Start the RemoteAudioServer on the server
machine, then start the RemoteAudioClient with a command-line argument
of the server machine's network name. If no argument is provided, the
localhost is assumed.
Constructor Summary |
RemoteAudioClient(java.lang.String server,
int port,
java.lang.String recoID)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAudioClient
public RemoteAudioClient(java.lang.String server,
int port,
java.lang.String recoID)
start
public void start()
main
public static void main(java.lang.String[] args)