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.
- Host: GitHub
- URL: https://github.com/richplastow/visual-synth
- Owner: richplastow
- License: gpl-2.0
- Created: 2015-03-12T21:13:50.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-12T22:14:01.000Z (over 10 years ago)
- Last Synced: 2025-01-06T01:10:46.010Z (5 months ago)
- Language: CoffeeScript
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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