AlignmentDuration icon indicating copy to clipboard operation
AlignmentDuration copied to clipboard

reduce dependency on essentia

Open georgid opened this issue 8 years ago • 1 comments

Copy the essentia c++ code for extraction of MFCC in repository. This way the dependency on essentia will be not needed. MFCC extraction is done in FeatureExtractor._extractMFCC

georgid avatar Dec 13 '17 07:12 georgid

One way is to do a static library out of essentia using .waf and the flag --build-static. In order not to compile the whole essentia, one can include or exclude algorithms using a flag for that. see here.

georgid avatar Jan 05 '18 15:01 georgid