An AVAudioEngine music player to mimic AVAudioPlayer. Simply add AEAudioplayer.h and AEAudioPlayer.m to your project and use it the same way that you use any AVAudioPlayer.
To set frequencies, simply initialize AEAudioPlayer with and array of NSNumbers with the frequencies that you would like ot use. Then call the setGain: method to set the gain for that frequency.