Skip to content

PFFFT FFT library, compiled to WASM. Intended for use with Echogarden.

License

Notifications You must be signed in to change notification settings

echogarden-project/pffft-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PFFFT FFT library, compiled to WASM. Intended for use with Echogarden.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published