You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++.
The text was updated successfully, but these errors were encountered:
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.
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++.
The text was updated successfully, but these errors were encountered: