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