remove FFTW stuff

using a simple FFT algorithm instead
This commit is contained in:
Georgi Gerganov
2020-11-28 09:40:46 +02:00
parent 3e62f89c53
commit 8c5752567c
6 changed files with 123 additions and 93 deletions

View File

@@ -69,7 +69,7 @@ For convenience, a [simple WebRTC hack](https://github.com/diafygi/webrtc-ips) i
### Web Assembly module `wave.wasm`
You will need an Emscripten compiler. Additionally, you need [FFTW](http://www.fftw.org) built with Emscripten. Run the ``compile.sh`` script.
You will need an Emscripten compiler. Run the ``compile.sh`` script.
### CLI tool `wave-share`