After crushing my way through n8burba's cocos2d cookbook, I've been playing around with the CDAudioManager a bit, playing different songs and trying to make sprites move to the beat. However, CDAudoManager seems to only be able to monitor across the decibel levels which frequently means the sprite responds to the melody rather than the rhythm.
Is there any cocos2d related solution to metering across Bass/Treble instead so that I might be able to roughly isolate instruments better within the music?
If no, does anyone have any other recommendations, or good reading sources to recommend?