audion
Audion: Web Audio Graph Visualizer
Audion is a Chrome extension that adds a panel to DevTools. This panel
visualizes the audio graph (programmed with Web Audio API) in real-time.
Soon you will be able to install the extension from Chrome Web Store page.
Usage
-
Install the extension
from Chrome Web Store.-
Alternatively, you can clone this repository and build the extension
locally. Follow
this instruction
to load the local build.
-
Alternatively, you can clone this repository and build the extension
-
Open Chrome Developer Tools.
You should be able to find “Web Audio” panel in the top. Select the panel. -
Visit or reload a page that uses Web Audio API. If the page is loaded before
opening Developer Tools, you need to reload the page for the extension to
work correctly. -
You can pan and zom with the mouse and wheel. Click the “autofit” button to
fit the graph within the panel.
Development
Build and test the extension
- Install NodeJS 14 or later.
-
Install dependencies with
npm ci
ornpm install
. -
Run
npm test
to build and test the extension.
Install the development copy of the extension
-
Open
chrome://extensions
in Chrome. -
Turn on
Developer mode
if it is not already active. -
Load an unpacked extension with the
Load unpacked
button. In the file
modal that opens, select theaudion
directory inside of thebuild
directory under the copy of this repository.
Use and make changes to the extension
-
Open the added
Web Audio
panel in an inspector window with a page that
uses Web Audio API. -
Make changes to the extension and rebuild with
npm test
ornpm run build
. -
Open
chrome://extensions
, clickUpdate
to reload the rebuilt extension.
Close and reopen any tab and inspector to get the rebuilt extension’s panel.
Acknowledgments
Special thanks to Chi Zeng (Google),
Gaoping Huang, and
Michael “Z” Goddard
(Bocoup) for their contribution on this project.
Contribution
If you have found an error in this library, please file an issue at:
https://github.com/GoogleChrome/audion/issues.
Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub. See CONTRIBUTING for more detail.
License
Copyright 2021 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.