Is there a library or built-in graphics player for playing a playable audio file in iOS.
I do not want a full-screen player, but a small built-in player that can be built into UIView.
Does it exist on iOS?
Apple has a good example of this, avTouch. I have successfully adapted parts of my code to display sound levels in the past.
avTouch