ios - Add iPod Equalizer effect using AVAudioPlayer -


I have a problem with the equalizer, I want to add some equalizer filter to my music app using AVAudioPlayer.

Some effects like: acoustic, bass booster classical ...

Please help me, any suggestions or answers are welcome.

Thank you!

You can not add the equalizer for AVAudioPlayer. You need to use AUGraph and audio units for the equalizer.


Comments