| Crates.io | ruststft |
| lib.rs | ruststft |
| version | 0.3.1 |
| created_at | 2023-06-22 08:10:08.642327+00 |
| updated_at | 2023-06-22 16:50:51.591729+00 |
| description | computes the short-time fourier transform on streaming data |
| homepage | https://github.com/sunsided/stft |
| repository | https://github.com/sunsided/stft.git |
| max_upload_size | |
| id | 897073 |
| size | 39,584 |
status: working. missing some tests. api 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.