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 the extracted by python be aligned with the c code?

Ou-Jie opened this issue · comments

Hello author, I recently tried to extract log-mel features with your code, but found that the actual value is not the same as the value of the c code you provided. Did you get the same result?

the result i have tested is right, you can You can compare the result with librosa.feature.melspectrogram in python