rap 0.1.0

Audio processing in rust
docs.rs failed to build rap-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.