WebFFT is a metalibrary containing many FFT libraries, both javascript and webassembly based. We'll refer to these as sub-libraries. As part of import

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-25 21:00:06

WebFFT is a metalibrary containing many FFT libraries, both javascript and webassembly based. We'll refer to these as sub-libraries.

As part of importing the library we will run a check to see if wasm is even supported, so the profiler and default can know which pool to pull from.

WebFFT also supports 2D FFTs, using an array of arrays. The inner arrays should be length 2*size and the outter array length should be a power of 2 but does not need to match the inner.

Deploy site using cd site && npm run deploy, and make sure in github pages settings it uses "deploy from a branch" and gh-pages is selected as the branch, because npm run deploy runs the gh-pages command which publishes the site to gh-pages branch by default.

Leave a Comment