An open API service indexing awesome lists of open source software.

https://github.com/viktorstrate/party-sound

A synchronized network of speakers
https://github.com/viktorstrate/party-sound

Last synced: 11 months ago
JSON representation

A synchronized network of speakers

Awesome Lists containing this project

README

          

# Party Sound
> A synchronized network of speakers

Connect multiple computers together, and stream sound synchronized between them.

The software has been tested on macOS and Linux Ubuntu 18.04.

## Dependencies

The following dependencies are required

- Portaudio
- MAD (MPEG Audio Decoder)
- ENET

They can be installed using `brew` or `apt`

$ brew install portaudio mad enet

$ apt install portaudio19-dev libmad0-dev libenet-dev