Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantell/web-audio-tools-2015
Web Audio Tools talk for WAC 2015
https://github.com/jsantell/web-audio-tools-2015
Last synced: about 1 month ago
JSON representation
Web Audio Tools talk for WAC 2015
- Host: GitHub
- URL: https://github.com/jsantell/web-audio-tools-2015
- Owner: jsantell
- License: mit
- Created: 2014-12-28T18:43:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T08:51:47.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T05:44:38.309Z (3 months ago)
- Language: CSS
- Homepage: http://jsantell.github.io/web-audio-tools-2015/#1
- Size: 1.67 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Audio Tools 2015
"Web Audio Tools" presentation for the [first international Web Audio Conference](http://wac.ircam.fr/) in Paris, France.
[view slides](http://jsantell.github.io/web-audio-tools-2015)
## Abstract
As technologies evolve and mature, proper tooling is needed to increase adoption and combat complexity, and web audio is no exception.
An overture on the state of web audio tools, we will explore using both browser developer tools that take advantage of privileged platform code, and cross-browser drop-in libraries to provide introspection of the state of an audio context and nodes. With these tools, we’ll cover common debugging scenarios like audio graph construction, node-to-node signal transformations, signal visualizations, garbage collection, and resource consumption. These tools can help beginners understand a complex new API, save a developer’s time debugging, and help browser implementers optimize their platform.
Attendees will leave with the knowledge of what tools are out there, workflows for inspecting, fixing, and optimizing a web audio environment, and how to make their own tools for a specific use case.
## License
The MIT License (MIT), Copyright (c) 2015 Jordan Santell