Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librosa.feature.melspectrogram is not equal as kaldi's mfcc extraction #12

Open
KnowBetterHelps opened this issue Jun 28, 2019 · 2 comments

Comments

@KnowBetterHelps
Copy link

the same audio, when I use librosa.feature.melspectrogram to extracte log mfcc, says Matrix A(43,N). But it turns out that Matrix A is not equal as kaldi's mfcc extraction, says Matrix B(43,M), even their dims, N != M. Got very confused, Could any help me?

@zhuimin
Copy link

zhuimin commented Jul 8, 2019

The method of dividing frames in librosa and Kaldi is different, and you can refer this issue:
librosa/librosa#595

@xjwla
Copy link

xjwla commented Aug 27, 2020

Is it because melspectrogram equal to fbank?not mfcc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants