@echogarden/pffft-wasm
v0.4.2
Published
PFFFT FFT library, compiled to WASM. Intended for use with Echogarden.
Readme
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