python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to integrate own library with WebPack which needs to span WebWorkers and AudioWorklets
Goal
I am the author of a JavaScript library which can be consumed through AMD or ESM within various runtime environments (Browser, Node.js, Dev Servers). My library needs to spawn WebWorkers and Audi...
Danielku15
Votes: 0
Answers: 3
Set AudioWorkletProcessor input to Float32Array
I have been trying to extract input from one AudioWorkletProcessor using postMessage, then insert that input into another AudioWorkletProcessor.
I managed to get the Float32Array into the second Audio...
Bassel Turky
Votes: 0
Answers: 0