CPJKU / madmom

Python audio and music signal processing library
https://madmom.readthedocs.io
Other
1.3k stars 201 forks source link

redo MFCCs #42

Open superbock opened 8 years ago

superbock commented 8 years ago

Set the filterbank and transform to MelFilterbank and dct, respectively? There's always the Cepstrogram class if other parameters are needed / wanted.

Move the FFCC_* constants into the class.

bharadwajdes commented 8 years ago

Hi guys I would like to take up this task and try. please let me know if some is already working on this. Thanks

superbock commented 8 years ago

As far as I know no one is working on this yet, so go ahead!

I assume you use MFCCs by yourself, so it would be great if you could also add tests to verify that the obtained values are correct.

bharadwajdes commented 8 years ago

Yeah sure I would write the tests as well before committing. Thanks!