1 unstable release

Uses old Rust 2015

0.1.0 Nov 3, 2018

#58 in #audio-processing

LGPL-3.0

48KB
66 lines

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.


lib.rs:

This crate provides audio processing features like computing the spectrogram and other stuff

Dependencies

~4.5MB
~72K SLoC