https://github.com/danielesteban/beats
A virtual collaborative song
https://github.com/danielesteban/beats
synthesizer webaudio webrtc webxr
Last synced: 6 months ago
JSON representation
A virtual collaborative song
- Host: GitHub
- URL: https://github.com/danielesteban/beats
- Owner: danielesteban
- License: mit
- Created: 2020-04-05T20:03:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:03:43.000Z (over 3 years ago)
- Last Synced: 2025-02-13T19:54:24.626Z (over 1 year ago)
- Topics: synthesizer, webaudio, webrtc, webxr
- Language: JavaScript
- Homepage: https://beats.gatunes.com/
- Size: 316 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[beats](https://beats.gatunes.com/)
[](https://travis-ci.org/danielesteban/beats)
==
> A virtual collaborative song
#### docker-compose
```yaml
version: '3'
services:
server:
image: danigatunes/beats:latest
ports:
- "80:8080"
```