Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 533 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 533 Bytes

Librosa

Librosa is a c++ implemention of librosa using Eigen

About

similar with librosa, you can just use a single header librosa.h to compute short-time fourier transform coefficients, mel spectrogram, mfcc and constant Q tranform. This project is base on https://github.com/ewan-xu/LibrosaCpp/.

TODO

  • fully support resampling like librosa
  • other interesting issues.
  • some bugs in the downsampling code of cqt, writing resampy in c++ soon.