We are trying to implement a music player app with Equalizer presets. We are successful in getting presets from iPod and applying it through audio unit. But, now we need to display sliders and set frequency with respect to the selected preset. But we are not aware of the values which need to be set to sliders for a particular frequency.
We need to achieve this kind of UI. The slider need to update with preset value change.
Thanks in advance.