public class SoundRelayServer
extends Object
Sound Relay Server
Reads audio data from some sort of audio line-in
And sends that data to clients who connect on the given TCP
port.
It works for me, but is hacked togather. I'm probably not selecting
the audio line in the right way. I'm not supporting changing the sampling rate
or any of the other easily changed items.
All exceptions are caught by user.
Command Line Paremeters: SoundRelayServer port
port - TCP port number to answer on