Home

Awesome

purescript-webaudio

About

This is an experimental library for dealing with the HTML5 Web Audio API.

Module documentation is available here.

To build the examples to run in your browser, perform the following scripts in order:

  1. npm run build:example:xx where xx is the example (siren, gain, decode, decodeAsync)

To run the examples in your browser, perform the following scripts in order:

  1. npm run exec:example:xx where xx is the example (siren, gain, decode, decodeAsync)

To build the test suite

  1. npm run build:test:props

To run the test suite

  1. npm run exec:test:props and inspect the output log

Breaking Changes

Improvements

adkelley ToDo:

newlandsvalley ToDo: