Add iPod Equalizer effect using AVPlayer

后端 未结 2 1828
猫巷女王i
猫巷女王i 2021-02-09 21:00

We are developing a music app using AVPlayer, which is at the end stage. Everything was on track until we started working on iPod Equalizer applying effects to

2条回答
  •  难免孤独
    2021-02-09 21:46

    Use MTAudioProcessingTap + AUGraph + AudioUnit can do that, the official demo AudioTapProcessor show you how to use MTAudioProcessingTap to handle audio data and then combine with AVPlayer on it's process callback, replace it's AudioUnit by using AUGraph +AudioUnit

提交回复
热议问题