A WebAssembly version of KissFFT.
npm install kissfft-wasm

``bash`
$ npm install kissfft-wasm
Note that you may want to copy the kissfft.wasm file explicitly during building process since most compilers/bundlers won't
handle it by default.
- Use APIs such as fft, ifft, etc. (See API)(input[2i], input[2i+1])
- For Complex input, note that are the real and imaginary part of the i+1-th number, respectively.rfft
- For Real input, use , irfft, etc.
- If using lower functions, remember to free every class you created after its usage.
Examples can be found in examples folder.
- You need to have Emscripten installed before building this package.
- Build the project by npm run build`.
This package is open sourced under the MIT License.
The source code of kissfft is under the BSD-3-Clause License.