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.
- Host: GitHub
- URL: https://github.com/zxqx/wavedef
- Owner: zxqx
- License: mit
- Created: 2016-01-19T16:08:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T06:26:43.000Z (over 1 year ago)
- Last Synced: 2025-08-09T18:55:07.576Z (5 months ago)
- Topics: music, sequencer, synthesizer, web-audio
- Language: JavaScript
- Homepage: https://wavedef.com
- Size: 2.88 MB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
A synthesizer library built on the Web Audio API.
## 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

