Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoch/canopy
Web Audio API programming/debugging suite
https://github.com/hoch/canopy
audiograph debugging waveform webaudio
Last synced: about 2 months ago
JSON representation
Web Audio API programming/debugging suite
- Host: GitHub
- URL: https://github.com/hoch/canopy
- Owner: hoch
- License: mit
- Created: 2015-02-12T19:11:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T17:52:41.000Z (over 4 years ago)
- Last Synced: 2023-03-27T16:44:42.679Z (over 1 year ago)
- Topics: audiograph, debugging, waveform, webaudio
- Language: JavaScript
- Homepage: http://hoch.github.io/canopy/
- Size: 4.88 MB
- Stars: 71
- Watchers: 7
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NOTE: The project is not actively maintained at the moment.
# Canopy
When you build something bigger than a toy demo with Web Audio API, being able to test and verify is crucial. Canopy provide you with visual tools for prototyping, testing and verification for Web Audio development.
## What does it do?
Canopy is a collection of Web Audio API development tools featuring:
- Interactive Waveform inspector with seamless zoom in/out.
- Interactive audiograph visualization.
- Web Audio API code editor with
+ Auto completion
+ Gist integration
+ Embedded AudioContext configuration
- Ranged playback with looping.
- Download rendered audio as 16-bit WAV file.## How did you do?
For the most part, Canopy is built with [Spiral](https://github.com/hoch/spiral) and [Polymer](https://www.polymer-project.org/1.0/). Also a bit of snippets from [WAAX](http://hoch.github.io/WAAX/) as well.
## Aw snap!
Canopy currently works on Chrome and Edge. I will resolve the compatibility issue in the near future. Better yet, if you have the fix for other browsers, feel free to submit a PR!
## Got things to say?
Please use [GitHub issue tracker](https://github.com/hoch/canopy/issues) for any feedback or question. For informal shout out, simply [tweet](https://twitter.com/hochsays) me!
## LICENSE
The MIT License. Copyright (c) 2015 - 2016 Hongchan Choi.