jlertle / node-dsp

An implementation of the DSP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSP API for Node.js

Build Status

A node implementation of the DSP API.

The DSP API offers natively backed (fast!) array operations for Float32Arrays, via the DSP FFT and Filter interfaces.

Warning

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!

License

MIT License

About

An implementation of the DSP API