AVAudioPlayer & Equalizer - is it possible?

Hello, friends!

I am developing an audio player and faced such problem - need the ability to play Apple Music with equalization.

AVAudioPlayer can already play Apple Music content but seems that has no way of equalization. How is it possible to implement EQ to AVAudioPlayer?

I would be very grateful for developers of Apple for their interest in this issue.

Thank you in advance for your help.

Replies

Did you find a solution for this? I have the same requirement

Hi @nitridium,


In order to implement an equalizer to process an audio stream in real-time, I would advice you to find out specifically in Audio Unit (AU).



Good bye