I need to classify music (songs) into genres (rock, french house, trash metal, etc). My idea was to extract features from the songs (bmp, zero crossing, etc) and then apply known classification algorithms. I want to start with something simple and then improve from there if needed.
What features are important for songs genre classification? What are the best scalable tools to extract those?