JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1318
  • Score
    100M100P100Q109115F
  • License MIT

Javascript port of KissFFT via Emscripten

Package Exports

  • kissfft-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kissfft-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

kissfft-js

Javascript port of KissFFT via Emscripten.

Install: npm install kissfft-js

FFTW may perhaps be the fastest C algorithm, however, KissFFT appears to be the winner for Javascript in terms of both size and execution speed.

I've added new benchmarks against other popular Javascript algorithms here.

Thanks to Chris Cannam for the original benchmark tool and for transpiling KissFFT.

Example usage for kissfft-js can be found in the test directory. The examples are only of the real valued transform / inverse, however complex to complex is also available.

The original KissFFT docs are also here.