Sound Drop is a golang software to play music in multiple rooms at the same time. It's designed to run on multiple devices and allows them to discover themselves automatically on the local network. User can after create group of devices to share sound between them.
Binaries are availables on releases page
- Versions of go prior to 1.8 aren't supported
- Only wave files sampled at 44100Hz are supported
playlist-dir
must only contains supported wave files
# on a device with sound files
./sounddrop.linux.amd64 -auto-accept -auto-start-stream -playlist-dir=/path/to/sounds/folder
# on the others devices (on the same network)
./sounddrop.linux.amd64
-auto-accept
Auto accept discovered devices
-auto-start-stream
Auto start audio stream
-playlist-dir string
Directory containing audio files to play (default ".")
-port int
Server port (default 19416)
Nicolas Perraut - @tuarrep
See FOSSA Report