|
|
|
|
|
by measurablefunc
91 days ago
|
|
I tried a similar experiment recently w/ FFT transform for wav files in the browser and javascript was faster than wasm. It was mostly vibe coded Rust to wasm but FFT is a well-known algorithm so I don't think there were any low hanging performance improvements left to pick. |
|
You could also try pretty fast fft: https://github.com/JorenSix/pffft.wasm