/librosa

a c++ implementation for librosa writing in python

Primary LanguageMakefileApache License 2.0Apache-2.0

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.