AudioWorklet issues
See original GitHub issuegetting following error while runnings p5.oscillattor inline example :-
:9001/docs/reference/#/p5.Oscillator:1 Uncaught DOMException: Failed to execute 'registerProcessor' on 'AudioWorkletGlobalScope': An AudioWorkletProcessor with name:"recorder-processor" is already registered. at blob:http://127.0.0.1:9001/fe89e6fb-9435-4561-a562-9bcbf4482a8c:279:1
browser : chrome 88.0.4324.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (2 by maintainers)
Top Results From Across the Web
AudioWorklet - Web APIs | MDN
The AudioWorklet interface of the Web Audio API is used to supply custom audio ... Report problems with this compatibility data on GitHub ......
Read more >audioworklet · GitHub Topics
Superpowered Web Audio JavaScript and WebAssembly SDK for modern web browsers. Allows developers to implement low-latency interactive audio features into ...
Read more >AudioWorklet playback glitches when ReadableStream ...
The issue describes that AudioWorklet outputs observable glitches and gaps in audio output when the Render Capacity of one Worklet is ~99% ...
Read more >AudioWorklet | Web Audio Samples
AudioWorklet. Code examples and resources for AudioWorklet. ... One-pole filter built with Audio Worklet ... Report Chrome issues.
Read more >Intent to implement: AudioWorklet - Google Groups
"The AudioWorklet object allows developers to supply scripts ... proposed in https://github.com/WebAudio/web-audio-api/issues/1453
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello. The error appears in the console for me as well with the instance mode. I do use audio but the audio itself runs fine. The error doesn’t seem to be causing any issues in my p5 sketch. I am also using version: 1.0.1
@oshoham i might have removed this while i was removing my promise setup . Anyways thank you so much for helping out ! i will make the change soon