ewan-xu / LibrosaCpp

LibrosaCpp is a c++ implemention of librosa to compute short-time fourier transform coefficients,mel spectrogram or mfcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we have a bigger plan about librosa from python to C/C++.

SunAriesCN opened this issue · comments

Firstly, I think a header import seem not enough to leverage the big library as librosa.
So, cmaking them to dynamic libraries seem like a good idea, and I think we can do something more on audio processing for analysis on C/C++.

Thanks for your suggestion!
I agree with your idea about we have a bigger plan about librosa. and I think only import a single header like eigen is a very elegant way for users. we can put librosa API in librosa.h and put it's implemention in other header files.

I have added the resample module and the implementation of const Q transform based on your current work. Can I propose PR to your project?

wow!nice job. welcome to create a pr