How to add iPod EQ when playing audio with AVPlayer?

后端 未结 2 1814
夕颜
夕颜 2021-02-15 13:37

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

2条回答
  •  生来不讨喜
    2021-02-15 13:49

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

提交回复
热议问题