# STFT
*early work in progress*
[](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.
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)
### [license: MIT](LICENSE)