Audiocast is a program for broadcasting audio from one or multiple sources to a range of users on a local network.
- Plug in all of the audio sources; rename them in your Sound device settings to "Audiocast #" where # is a number.
- Compile and run the
Server.java
class. - The server will display a list of possible sources; you can play these sources to preview their audio. Activate the source to begin broadcasting it to the clients.
- Change the HOST_ADDRESS in
PlayerClient.java
to the address of the server. - Run the client. You can select from the sources that the server has activated and play them.
Look at the issues and try to solve them! If you have any new ideas, let me know and we'll consider implementing them.