A Chrome DevTools extension for visualizing and interacting with Web Audio API routing graphs.
Web Audio API Editor Extension is a Chrome DevTools extension that visualizes the routing graph of the Web Audio API. It helps developers debug and understand audio node connections by providing an interactive graph view directly within the browser's developer tools. The project is based on the Web Audio Editor found in Firefox DevTools.
Web developers and audio engineers working with the Web Audio API who need to debug, visualize, or analyze complex audio processing graphs in Chrome.
It brings Firefox's visual Web Audio debugging capabilities to Chrome, offering a dedicated, integrated tool for inspecting audio node connections without relying on console logging or external applications.
Google Chrome DevTools extension to view and hopefully interact with the routing graph of Web Audio API
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Displays real-time, interactive graphs of audio node connections, making complex Web Audio API chains easier to inspect than through code alone, as shown in the snapshot images.
Adds a dedicated 'Web Audio' tab directly in Chrome DevTools, providing a native workflow for audio debugging without external tools.
Leverages the design and functionality of Firefox's built-in Web Audio Editor, offering a familiar tool for Chrome users migrating from Firefox.
MIT licensed with source code available, allowing developers to fork, customize, or contribute to address specific needs or missing features.
As per the README's TO-DO list, it lacks support for all AudioNode types and AudioParams, limiting debugging for advanced or specialized audio graphs.
Requires loading the extension unpacked from source and is in beta, making it less accessible and potentially unstable compared to official DevTools features.
Necessitates reloading the inspected tab to instrument the AudioContext, which can interrupt debugging sessions and cause loss of application state.
Web Audio Extension is an open-source alternative to the following products: