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

This PR introduces a recording demo using AudioWorklet. Visually and functionally, it's a mirror of the ScriptProcessorNode recording demo. Basic functions: - Records audio using Audio Worklet - Presents the...

This PR adds free-queue folder and source code to audio-worklet directory.

[SharedArrayBuffer sample](https://googlechromelabs.github.io/web-audio-samples/audio-worklet/design-pattern/shared-buffer/) is broken due to not Cross-Origin Isolated deploy. All network requests do not contain following headers: ``` Cross-Origin-Opener-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp ``` ![image](https://user-images.githubusercontent.com/616846/142947776-f5e223f9-4196-419b-a3c6-e384e5044171.png) Of course, clicking `Start` button...

bug

Although it needs some further research, it would be great to have a working example of the doppler effect based on delay node.

P3
type:task

First, thanks for your sharing, I would like to know how to convert volume into decibel by using AudioWorklet. In your AudioWorklet volume meter example, I can get volume value....

So here it is! WebAssembly Example [Hello WebAssembly Example](https://divyam.dev/web-audio-samples/audio-worklet/free-queue/examples/hello-webassembly/) It takes some time for audio to start, cause of silence in start of audio

vault

This page https://googlechromelabs.github.io/web-audio-samples/audio-worklet/basic/hello-audio-worklet/ Has a "source code" link that leads no where

bug

Include worklet script node prototype. Final internship handoff insert. Dirty and dysfunctional, unfortuantely. Here you go!

vault

Combine Free Queue and WASM Helper Ring Buffer Implementations Objective: The objective of this issue is to combine two different implementations of a ring buffer into a single, cohesive implementation...

gsoc24