This library provides PureScript wrappers for the HTML5 Web Audio API
$ bower install OR spago build
Module documentation is published on Pursuit
To build the examples perform the following scripts in order:
npm run build:example:xx
where xx is the example (squareWave, gain, decode, decodeAsync)
To run the examples in your browser, perform the following scripts in order:
npm run exec:example:xx
where xx is the example (squareWave, gain, decode, decodeAsync)
Note: The resolutions in the bower.json file (e.g., "purescript-typelevel") are required to compile and run "squareWave". These versions don't appear to conflict with the purescript-webaudio libary.
To build the test suite
npm run build:test:props
To run the test suite
npm run exec:test:props
and inspect the output log