# STFT *early work in progress ! API is still in flux.* [![Build Status](https://travis-ci.org/snd/stft.svg?branch=master)](https://travis-ci.org/snd/stft/branches) [![](https://meritbadge.herokuapp.com/stft)](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) ### [license: MIT](LICENSE)