https://github.com/jacksongoode/whats-going-on
A multi-track experiment
https://github.com/jacksongoode/whats-going-on
audio-player multi-track music-player web-audio
Last synced: about 2 months ago
JSON representation
A multi-track experiment
- Host: GitHub
- URL: https://github.com/jacksongoode/whats-going-on
- Owner: jacksongoode
- Created: 2025-02-22T13:22:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-15T15:59:02.000Z (3 months ago)
- Last Synced: 2026-03-16T04:44:04.752Z (3 months ago)
- Topics: audio-player, multi-track, music-player, web-audio
- Language: JavaScript
- Homepage: https://jacksongoode.github.io/whats-going-on/
- Size: 218 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's Going On
A web-based multi-track audio player.
## Usage
```html
```
## Start
1. Clone the repository
2. Install dependencies:
```bash
bun install
```
3. Run one of the examples:
- For the fully styled demo:
```bash
bun demo
```
- For a minimal example:
```bash
bun example
```
4. Visit http://localhost:3001 in your browser.
## Acknowledgements
- Marvin Gaye (_not_ his "estate")
- Please don't sue me :)