A synthesizer library built on the Web Audio API.
$ npm install wavedef
Clone the repository:
$ git clone https://github.com/zakangelle/wavedef
Install library dependencies:
$ npm install
Install example app dependencies:
$ cd example
$ npm install
Boot up the example app at http://localhost:3000 (implicitly rebuilds on code changes):
$ npm start
Run tests (implicitly re-runs on code changes):
$ npm test
Generate test coverage:
$ npm run coverage
MIT