I want to create an iOS app that records or takes audio from a file, gives the use the choice to apply a filter and plays said audio back with the filter applied.
I'm however completely unsure about how to approach this project. How do I best modify the sound of an audio file?
Should I go with Core Audio, OpenAL or are there other audio engines out there that make this even easier? Where would be a good place to start learning about stuff like this?
Thanks for any advice you can give me! :)