Search code examples
iosavplayerequalizer

How to add iPod EQ when playing audio with AVPlayer?


I am able to play songs from iPod library using AVPlayer class. Now what I want to do is to insert equalizer to the audio produced.

Anybody has experienced in doing this?


Solution

  • There is no way to play MPMediaItem and adding sound equalizer with AVPlayer. We have to use Audio Unit processing.