rap

Crates.iorap
lib.rsrap
version0.1.0
sourcesrc
created_at2018-11-03 13:45:03.057201
updated_at2018-11-03 13:45:03.057201
descriptionAudio processing in rust
homepage
repositoryhttps://gitlab.com/garrog/rap
max_upload_size
id94502
size66,601
rust-maintainers (github:moia-oss:rust-maintainers)

documentation

README

Rust Audio Processing

rap aims to be a high quality library to perform signal processing in rust, in particular related to digital speech and audio signals.

Today, it provides the following features:

  • Compute the Short Time Fourier Transform (STFT)
  • Compute the spectrogram

Please, read the API documentation here

License and Contribution

This program is free software. Any contribution is appreciated: feel free to open Issues and/or Pull/Merge requests. They are intended to be under a license compatible with the GNU LGPL.

Changes

*0.1.0 First version of the library. Supports STFT and spectrograms.

Commit count: 8

cargo fmt