'What is the number of Mel Filters used in librosa MFCC function?

librosa.feature.mfcc(y=None, sr=22050, S=None, n_mfcc=20, dct_type=2, norm='ortho', lifter=0, **kwargs)

The librosa MFCC function does not contain an parameter to be passed for the number of mel filters to be used. Is there a way to define it or does it use the default value of '''n_mels=128''' used in librosa.filters.mel.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source