All Projects → GoogleChrome → audion

GoogleChrome / audion

Licence: Apache-2.0 License
Audion is a Chrome extension that adds a Web Audio panel to Developer Tools. This panel visualizes the web audio graph in real-time.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to audion

Audion
Audion (Web Audio Inspector) is a Chrome extension that adds a Web Audio panel to Developer Tools. This panel visualizes the web audio graph in real-time and lets users inspect nodes.
Stars: ✭ 230 (-16.67%)
Mutual labels:  web-audio, developer-tools
rhack
Temporary edit external crates that your project depends on
Stars: ✭ 104 (-62.32%)
Mutual labels:  developer-tools
hubi
Humanitarian ubiquitous language helper
Stars: ✭ 17 (-93.84%)
Mutual labels:  developer-tools
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-94.2%)
Mutual labels:  developer-tools
AutoBrew
AutoBrew: Homebrew deployments made easy
Stars: ✭ 71 (-74.28%)
Mutual labels:  developer-tools
alfred
(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
Stars: ✭ 62 (-77.54%)
Mutual labels:  developer-tools
legesher
Because language shouldn't be a barrier to code
Stars: ✭ 29 (-89.49%)
Mutual labels:  developer-tools
Shipr-Community-Android
Shipr Social is the Multi Platform Chat Project for Developers
Stars: ✭ 21 (-92.39%)
Mutual labels:  developer-tools
stack-attack
A WIP CLI tool that manages stacked pull requests. Using stacked PRs is now (many small) pieces of cake
Stars: ✭ 39 (-85.87%)
Mutual labels:  developer-tools
approveapi-go
A Go library for using ApproveAPI
Stars: ✭ 16 (-94.2%)
Mutual labels:  developer-tools
Mac-OS-Setup-Applications
👾 All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (-65.22%)
Mutual labels:  developer-tools
mixed-content-scanner-cli
A cli tool to check your site for mixed content
Stars: ✭ 82 (-70.29%)
Mutual labels:  developer-tools
copy-host
Chrome extension to copy hostname of the current tab to your clipboard.
Stars: ✭ 18 (-93.48%)
Mutual labels:  developer-tools
TyStrings
strings file tool for iOS / macOS developers
Stars: ✭ 15 (-94.57%)
Mutual labels:  developer-tools
wafxr
sound effects for the web
Stars: ✭ 52 (-81.16%)
Mutual labels:  web-audio
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (-90.22%)
Mutual labels:  developer-tools
mockify
Easy, configurable API mocking you can change on-the-fly
Stars: ✭ 83 (-69.93%)
Mutual labels:  developer-tools
bom
JENKINS-47498: allow plugin dependencies to be specified via BOM
Stars: ✭ 26 (-90.58%)
Mutual labels:  developer-tools
blackswan-js
A library for expressive music composition in JavaScript.
Stars: ✭ 38 (-86.23%)
Mutual labels:  web-audio
git-privacy
Redact Git author and committer dates to keep committing behaviour more private.
Stars: ✭ 13 (-95.29%)
Mutual labels:  developer-tools

Audion: Web Audio Graph Visualizer

Node.js CI

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.

Google Doodle Hiphop

Usage

  1. Install the extension from Chrome Web Store page when it becomes available.
  2. Alternatively, you can clone this repository and build the extension locally. Follow this instruction to load the local build.
  3. Open Chrome Developer Tools. You should be able to find “Audion” panel in the top. Select the panel.
  4. 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.
  5. 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

  1. Install NodeJS 14 or later.
  2. Install dependencies with npm ci or npm install.
  3. Run npm test to build and test the extension.

Install the development copy of the extension

  1. Open chrome://extensions in Chrome.
  2. Turn on Developer mode if it is not already active.
  3. Load an unpacked extension with the Load unpacked button. In the file modal that opens, select the audion directory inside of the build directory under the copy of this repository.

Use and make changes to the extension

  1. Open the added Web Audio panel in an inspector window with a page that uses Web Audio API.
  2. Make changes to the extension and rebuild with npm test or npm run build.
  3. Open chrome://extensions, click Update 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].