Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.