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
- Host: GitHub
- URL: https://github.com/viktorstrate/party-sound
- Owner: viktorstrate
- Created: 2019-01-29T15:36:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T17:12:13.000Z (about 7 years ago)
- Last Synced: 2025-04-12T23:47:40.494Z (11 months ago)
- Language: C
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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