An open API service indexing awesome lists of open source software.

https://github.com/zxqx/wavedef

A synthesizer library built on the Web Audio API.
https://github.com/zxqx/wavedef

music sequencer synthesizer web-audio

Last synced: 5 months ago
JSON representation

A synthesizer library built on the Web Audio API.

Awesome Lists containing this project

README

          




wavedef


A synthesizer library built on the Web Audio API.


Coverage Status
See Demo

## Installation

```sh
$ npm install wavedef
```

## Develop

Clone the repository:

```sh
$ 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](http://localhost:3000) (implicitly rebuilds on code changes):

```
$ npm start
```

## Test

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

```
$ npm test
```

Generate test coverage:

```sh
$ npm run coverage
```

## License

MIT