PFFFT FFT library, compiled to WASM. Intended for use with Echogarden.
npm install @echogarden/pffft-wasmPFFFT FFT library, compiled to WASM.
Intended for use with Echogarden.
Clone the EMSDK repository:
```
git clone https://github.com/emscripten-core/emsdk
Install 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-wasm
Build with WASM SIMD disabled:
``
make
Build with WASM SIMD enabled:
```
make SIMD=1