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

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

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
```