You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--> 345 mfcc = MFCC(spectrogram, filterbank=madmom.audio.filters.MelFilterbank)
.../music/madmom/madmom/audio/cepstrogram.py in __new__(cls, spectrogram, transform, filterbank, num_bands, fmin, fmax, norm_filters, mul, add, **kwargs)
196
197 # recalculate the spec if it is filtered or scaled already
--> 198 if (spectrogram.filterbank is not None or
199 spectrogram.mul is not None or
200 spectrogram.add is not None):
AttributeError: 'Spectrogram' object has no attribute 'filterbank'
There's a new MFCC implementation available (#269). Unfortunately I did not have time to review and merge it. Could you try if this branch works for you?
I have the latest release of madmom but I can't load cepstrogram module from madmom.audio. Am I missing some dependency or having a wrong configuration in the environment?
It is not available in any release yet, because it is not merged into the master branch yet. So you have to check out the mfccs branch. Please be aware that minor implementation details might change when it is merged into master.
I try to create a MFCC from a spectrogram.
Expected behaviour
It works without error.
Actual behaviour
It gives this error:
Steps needed to reproduce the behaviour
Information about installed software
The text was updated successfully, but these errors were encountered: