web-audio-samples icon indicating copy to clipboard operation
web-audio-samples copied to clipboard

Web Audio API samples by Chrome Web Audio Team

Results 28 web-audio-samples issues
Sort by recently updated
recently updated
newest added

Preparing Playwright Test Framework for AudioWorklet Testing Tests written here `src/tests/playwright` (.spec.ts) Test pages are in `src/tests/playwrights/pages` More documentation is written here https://docs.google.com/document/d/1e7G9jc4kuVZWvjylTtFE76DzQBsOG6lZSFmV19Kc5cY/edit#heading=h.wb3akxg1nco

gsoc24

- Created a new `lib/free-queue/` directory under `src/` - Added `free-queue.js` and `free-queue-sab.js` files - Added the code - updated the imports/usage with new classes

gsoc24

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

- Research various JS testing frameworks (e.g. An article from [BrowserStack](https://www.browserstack.com/guide/top-javascript-testing-frameworks)) - Prioritize frameworks that offer robust support for asynchronous testing and mocking of Web Audio APIs

gsoc24

Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3. Release notes Sourced from pug's releases. [email protected] Bug Fixes Validate templateName and globals are valid JavaScript identifiers to prevent possible remote code execution if...

dependencies

I updated PR 353 with necessary changes for merge. Edited main.js files in: noise-generator, one-pole-filter, volume-meter, hello-audio-worklet, audio-worklet-node-options Specifically, I used audioContext.suspend() to allow the user to pause the sound...

Steps to reproduce: 1. Open Demo: https://googlechromelabs.github.io/web-audio-samples/demos/wavetable-synth/ 2. Check box to switch to polyphonic mode 3. Uncheck box to switch back to monophonic Error message: `Uncaught DOMException: Failed to set...

type:bug