Home

Awesome

WebAudio Generator

A UI for generating linear WebAudio code (https://webaudio.simmsreeve.com/)

CodeFactor

A screenshot of WebAudio Generator

Justification

This tool was written to be used as an educational aid in a talk at London Audio Developers Meetup.

Video available here: An image of the WebAudio Talk

Usage

Supports

Apologies

The code was never supposed to be nice, but things got a bit out of hand...

Most of the code pretends to be immutable, but there are various places this pattern is un-expectedly broken. I foresee various painful bugs being introduced if development were to continue.

Also, I cringe at the method used to generate code. It's disgusting and you should definitely not try it at home.

Future (See GH Issues)

Developing

  1. Don't
  2. You'll need the following:
> brew install fswatch
> npm i -g browserify less

> npm i
> ./build.sh
> ./watch.sh

See Also

Useful Links

AudioWorklet + WebAssembly

License

MIT