A node implementation of the DSP API.
The DSP API offers natively backed (fast!) array operations for Float32Array
s, via the DSP
FFT
and Filter
interfaces.
Everything isn't quite working yet, especially the filter interface seems to be a bit buggy, but I'll do my best to get a complete & bug-free implementation, and then start working on optimizing the performance. Help is welcome!
MIT License