3
35
7780
5

This extension adds a panel to Chrome Developer Tools that lets you inspect the live web audio graph of a web page. Pan and zoom with your mouse and wheel. Inspect properties of AudioNodes by clicking them.
Obtain references (in the console) to specific AudioNodes via the __node__ method.
Visit GitHub to follow this project, peruse docs, report issues, and contribute: https://github.com/google/audion
Ok, the tool is great but has some bugs, which I’ll try to report. Basically it freaked out one of our testers when he installed it and discovered that AudioBufferSourceNodes were piling up and not going away. Indeed the plugin keeps references to all the nodes created and it appears to be impossible to get them to be garbage collected. I just spent several hours convincing myself that it wasn’t our code.
Brilliant, Helped me find an issue with my audio web project almost instantly.
It looks like it could be good with only a few nodes. Unfortunately I have a lot and it pretty much crashed. Not going with 1 star, as I am sure it’s a good tool for some, but not my use case. I have so many nodes, I can’t even zoom in enough to read what it says on the node visualization.
ебечая рекламма
Fantastic! Shows even more properties of audio notes than the Firefox equivalent.