|
|
|
Show HN: pffft.wasm an FFT library powered by SIMD WebAssembly
(0110.be)
|
|
2 points
by joren-
1597 days ago
|
|
I needed a fast FFT library for audio analysis on the web and found PFFFT. PFFFT is a small, pretty fast FFT library programmed in C with a BSD-like license. I have taken it upon myself to compile a WebAssembly version of PFFFT to make it available for browsers and node.js environments. It is called pffft.wasm and available on GitHub: https://github.com/JorenSix/pffft.wasm There is a SIMD and non-SIMD version. Their performance can be compared in the benchmark tool. Run it on your machine to see the difference and compare it with a pure Javascript FFT library. |
|