early work in progress ! API is still in flux.
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.
stft = "*"
[dependencies]
Cargo.toml
extern crate stft;