I Tried to implement a audio player which fetches music from library and can apply EQ settings by the user in the app. After referring the following links I came to know that we can implement it using audio units only. I started reading the basics of the core audio framework. I understood how it is working but I failed to connect all dots. I found Apple sample code which contains two input units passed through mixer and set output to output units. As per my understanding I think the ipod EQ effect is applying to second input only.
But in my case I have only one input unit (a song from library) apply EQ settings and set it to output unit. I failed in convert it as per my requirement can anyone help me in implementing this.
Thanks you,