Open
Description
Pondering on audio-noise and audio-filter modules. What if we extend basic no-stream modules to work with float arrays and not force AudioBuffer type, while we have a chance #34?
+ that makes audio-* components first-class citizens, allowing for low-level processing and graceful readme examples
+ that lowers entry barrier for non-audio folks
+ that enables direct nodejs application of modules, out of @audiojs infrastructure
const noise = require('audio-noise/pink')()
let data = noise(new Float32Array(1024))
//vs
let buf = noise(new AudioBuffer({length: 1024}))
Metadata
Metadata
Assignees
Labels
No labels