2 years ago
#98827
Joe
Specify number of filter banks in Librosa MFCC
How can you specify the number of filter banks in Librosa MFCC feature?:
librosa.feature.mfcc(y=None, sr=22050, S=None, n_mfcc=20, dct_type=2, norm='ortho', lifter=0, **kwargs)
From the documentation, n_mfcc
is the number of MFCCs. Is that the same as the number of filter banks?
python
librosa
mfcc
0 Answers
Your Answer