A tiny desktop app that allows you to play music in sync on several computers in a network.
- Download and install Python 2.7 from here if you don't already have it.
- Download and install PyAudio from here.
- Double-click "Musynk Server.pyw" to launch the server which streams the music to the clients.
- Double-click "Musynk Client.pyw" to launch the client which plays the music it receives from the server.
- Run the dependency installer shell script by running
bash depinstaller.shfrom the terminal. - Run
python Musynk\ Server.pyfrom the terminal to launch the server which streams the music to the clients. - Run
python Musynk\ Client.pyfrom the terminal to launch the client which plays the music it receives from the server.