Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smbddha/audioply
- Owner: smbddha
- Created: 2023-02-02T00:21:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T01:04:53.000Z (over 1 year ago)
- Last Synced: 2024-04-06T08:35:30.090Z (7 months ago)
- Language: TypeScript
- Homepage: https://audioply.vercel.app
- Size: 398 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```