AudioToy
AudioToy copied to clipboard
A web-based toy to generate sound from Javascript code (wavepot.com clone).
AudioToy (working title)
I discovered wavepot.com some time ago, and decided to make my own version of it, and probably integrate custom features. I wrote it from scratch, it's not a rip-off, as I also make it for HTML5/WebAudio learning. The first next features I'm focusing on is stereo support, fader-style controls and the ability to save audio files.
Features
- Stereo sound
- Play, pause and stop (resets time)
- Wave visualizer
- CPU usage meter
- Automatic compilation
- Notifies compile/execution errors (WIP)