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

https://github.com/richplastow/visual-synth

An open source JavaScript library which takes audio inputs, visualises them on <CANVAS> elements, and generates audio outputs.
https://github.com/richplastow/visual-synth

Last synced: 4 months ago
JSON representation

An open source JavaScript library which takes audio inputs, visualises them on <CANVAS> elements, and generates audio outputs.

Awesome Lists containing this project

README

        

Visual Synth 0.0.1
==================

An open source JavaScript library which takes audio inputs, visualises them on
`` elements, and generates audio outputs.

Build
-----

Build Visual Synth on the command line:
```
$ coffee -j build/visual-synth.js -wc src/*.coffee
```

Build Visual Synth with tests:
```
$ coffee -j build/visual-synth-test.js -wc src/*.coffee src/test/*.coffee
```

Test Visual Synth on the client:
Open `test.html` in a web browser