gibber-cc / gibberish

Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques
387 stars 35 forks source link

Possible to use this with PCM raw data (arraybuffer) #44

Open onthegit opened 2 years ago

onthegit commented 2 years ago

Hello,thanks for the library.

Is it possible to use this library with raw PCM bytes? Or with webcodecs AudioData?

in Worker?

Thanks.