https://github.com/satelllte/audio-playground
Web Audio API playground
https://github.com/satelllte/audio-playground
audio-playground playground webaudio webaudio-api
Last synced: 25 days ago
JSON representation
Web Audio API playground
- Host: GitHub
- URL: https://github.com/satelllte/audio-playground
- Owner: satelllte
- Created: 2024-02-17T18:50:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T20:01:08.000Z (about 1 year ago)
- Last Synced: 2025-02-08T02:28:23.602Z (3 months ago)
- Topics: audio-playground, playground, webaudio, webaudio-api
- Language: TypeScript
- Homepage: https://audio-playground.pages.dev
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio playground
[Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) playground
## Prerequisites
- [Bun v1](https://bun.sh/)
## Getting Started
Install dependencies:
```sh
bun install
```Run the development server:
```sh
bun run dev
```