Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smbddha/audioply

A web audio api playground
https://github.com/smbddha/audioply

Last synced: 3 months ago
JSON representation

A web audio api playground

Awesome Lists containing this project

README

        

# audioply
A web audio api playground.

## TODO
- [x] ocscillator
- [x] convolver
- [x] analyser
- [x] waveform
- [x] frequency
- [x] audio out
- [x] audio buffer source
- [x] biquad filter
- [x] dynamics compressor
- [x] gain
- [x] delay
- [ ] media stream
- [x] waveshaper
- [ ] panner
- [ ] custom
- [ ] share
- [ ] codegen

## Getting Started

Running locally:

```bash
npm install
# or
npm run dev
```