Skip to content

A synthesizer library built on the Web Audio API.

License

Notifications You must be signed in to change notification settings

quentinCharrier/wavedef

 
 

Repository files navigation

wavedef

A synthesizer library built on the Web Audio API.

Coverage Status See Demo

Installation

$ npm install wavedef

Develop

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

Test

Run tests (implicitly re-runs on code changes):

$ npm test

Generate test coverage:

$ npm run coverage

License

MIT

About

A synthesizer library built on the Web Audio API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 5.8%
  • Other 0.6%