0.4.2 • Published 1 year ago
@echogarden/pffft-wasm v0.4.2
PFFFT (WASM port)
PFFFT FFT library, compiled to WASM.
Intended for use with Echogarden.
How to build
Clone the EMSDK repository:
git clone https://github.com/emscripten-core/emsdkInstall and activate EMSDK:
cd emsdk
git pull
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
cd ..Clone repository:
git clone https://github.com/echogarden-project/pffft-wasm
cd pffft-wasmBuild with WASM SIMD disabled:
makeBuild with WASM SIMD enabled:
make SIMD=1