STFT

status: working. missing some tests. api still in flux.

Build Status

computes the short-time fourier transform on streaming data. written in rust.

to use add stft = "*" to the [dependencies] section of your Cargo.toml and call extern crate stft; in your code.

read the documentation for an example and more !

contributing

licensed under either of apache-2.0 (tl;dr) or MIT (tl;dr) at your option