You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Chrome DevTools extension to view and hopefully interact with the routing graph of Web Audio API. Very much based on Firefox DevTools Web Audio Editor.
Included in the folder wa-hookis the project with the library that instruments a bit more of the AudioContext, and adds interactivty with a few nodes, through DAT.GUI.
How to install
While in beta, you can load the extension from disk directly:
Checkout the repo
Open Chrome's Extensions page (Settings / More tools / Extensions)
Enable Developer Mode
Click on Load unpacked extension…
Select the folder /src in the checked out project
Alternatively, you can pack the extension yourself and load by dropping the .crx file in the Extensions page.
How to use
Browse to a page with Web Audio content (you can find many here, here and here)
Open DevTools
Select the Web Audio tab
The extension needs to instrument AudioContext, so the inspected tab has to be reloaded with the script injected. Hit the Reload button.
If there are calls to create nodes and connect them, the UI will show a graph
TO-DO
As always: forks, pull requests and code critiques are welcome!