# STFT
*status: working. missing some tests. api still in flux.*
[](https://travis-ci.org/snd/stft/branches)
[](https://crates.io/crates/stft)
**computes the [short-time fourier transform](https://en.wikipedia.org/wiki/Short-time_Fourier_transform)
on streaming data. written in [rust](https://www.rust-lang.org/).**
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 !](https://snd.github.io/stft/stft/index.html)
### [contributing](contributing.md)
### licensed under either of [apache-2.0](LICENSE-APACHE) ([tl;dr](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))) or [MIT](LICENSE-MIT) ([tl;dr](https://tldrlegal.com/license/mit-license)) at your option