Wax
An experimental, JSX-compatible renderer for the Web Audio API. I wrote Wax for my Manchester Web Meetup talk, Manipulating the Web Audio API with JSX and custom renderers (video coming soon).
While it has decent test coverage and is stable, I still deem this to be a work-in-progress. Use in production at your own risk!
/** @jsx createAudioElement */ import createAudioElement renderAudioGraph AudioGraph Oscillator Gain StereoPanner Destination setValueAtTime exponentialRampToValueAtTime from 'wax-core'; ;
Example Apps
Consult the example directory for a few small example apps that use Wax. The included README
summarises them and details how they can be built and ran.