GitHub - IQEngine/WebFFT: The Fastest Fourier Transform on the Web!
WebFFT
The Fastest Fourier Transform on the Web!
Try it out
Documentation
We welcome feedback via GitHub Issues and PRs!
Overview
WebFFT is a metalibrary containing many FFT libraries, both javascript and webassembly based. We'll refer to these as sub-libraries.
There is a default sub-library that is used, but if you run
import webfft from "webfft";
const fft = new webfft(1024);
fft.profile(); // optional arg sets number of seconds spent profiling
it will benchmark them all and use the best one ...
Read more at github.com