Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 399 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 399 Bytes

AEAudioPlayer

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.