Audio EQ on mobile apps

Hi Plex devs,

I'd love to have a simple EQ on my iPhone's plex app, which mimics the native iOS "Rock" EQ. This is because my in-ear monitors need a bit more bass than the native iOS signal outputs...

 

So, please add a simple EQ to Plex app music playback.

Android users might like this too.

 

Bonus points: inherit the iOS native EQ settings using the AudioUnit Framework.  You can use the AudioUnit framework to do this (https://developer.apple.com/library/ios/documentation/MusicAudio/Conceptual/AudioUnitHostingGuide_iOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009492), unit of type  kAudioUnitSubType_AUiPodEQ, see the Multimedia programming guide: https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html#//apple_ref/doc/uid/TP40009767-CH2-SW6

 

2021 clean-up: implemented (Plexamp)