audion icon indicating copy to clipboard operation
audion copied to clipboard

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

Results 17 audion issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Reproduction: Visit https://codepen.io/Rumyra/pen/qyMzqN/ Actual: No graph is visualized. Expected: A graph should be visualized. (This is one of [Web Audio demos on MDN](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Using_Web_Audio_API)) My suspicion is that DT events are...

bug

Reproduction: Visit https://artsandculture.google.com/experiment/blob-opera/AAHWrq360NcGbw?cp=e30. Expectation: Contexts should register in the drop down menu, and the panel displays the visualization.

bug

Thanks for this amazing extension. There are not many alternatives that can produce a graph of web audio chains. None in fact, that I have found. However, this extension appears...

bug
dependencies

Hi Chrome team! :) We created a [Github action](https://github.com/marketplace/actions/browser-plugin-publisher) to make it easier to publish extensions to the various web stores programatically. Thought y'all might find it useful so I...

For our app, the graph produced by Audion is extremely vertical (unlike the screenshots in this repo). It is difficult to pan because attempting to scroll with the trackpad actually...

enhancement

See Codepen example: [https://cdpn.io/gradopetr/fullpage/BarqZjV](https://cdpn.io/gradopetr/fullpage/BarqZjV) [Edit: [https://codepen.io/gradopetr/pen/BarqZjV](https://codepen.io/gradopetr/pen/BarqZjV)] Browser: Chrome 104.0.5112.81 Audion 3.0.5 If we use a Timeout of 10 seconds, to simulate dynamic changes, the visualization is **not collected correctly** ![temp-2](https://user-images.githubusercontent.com/75364134/184529671-08b33e31-e998-4885-867a-1dc6c630e131.jpg)

Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer). These dependencies need to be updated together. Updates `axios` from 0.21.4 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

I'm working on my personal website with vanilla javascript HTML and CSS to fill some holes I've got regarding tags and styling to name a few. Right now I'm trying...