Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 530 Bytes

resonance

Music Information Retrieval - Music Preprocessor for Music Genre Classification Based on MFCC (Mel Frequency Cepstrum Coefficients)

In: .mp3 songs (just select the folder where the files are)

Out: .csv file with 150 parameters calculated from 30 MFCCs on each window retrieval. Already normalized and ready to be used on any machine learning/data mining technique

Version 1 Fixed song duration -> 1 retrieval window Fixed number of music genres -> 5

Version 2 Dynamic song duration retrieval - To be developed