cnrg.itx.datax.devices
Class NetworkServer

java.lang.Object
  |
  +--cnrg.itx.datax.devices.NetworkServer

public class NetworkServer
extends java.lang.Object

This class tests audio streaming over the network. This sample routine uses a MicrophoneSource and a SpeakerDestination to stream audio to a NetworkClient. Note that in creating the various destinations and sources, the remote source/destination sample size MUST equal the local source/destination sample size.

Usage: jview cnrg.itx.datax.devices.NetworkServer [client host name]

See Also:
Channel, StreamSource, NetworkDestination, NetworkSource, SpeakerDestination

Field Summary
static int NUM_ARGS
           
 
Constructor Summary
NetworkServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_ARGS

public static int NUM_ARGS
Constructor Detail

NetworkServer

public NetworkServer()
Method Detail

main

public static void main(java.lang.String[] args)