some_id
some_id

Reputation: 29896

Graphical Audio player in iOS

Is there a library or built in graphical player to represent a playing audio file in iOS.

I dont want a full screen player, but a small inline player that can be embedded into a UIView.

Does this exist in iOS?

Upvotes: 4

Views: 1522

Answers (1)

thelaws
thelaws

Reputation: 8001

Apple has a good example of this, avTouch. I have successfully adapted parts of their code to display audio levels in the past.

avTouch

Upvotes: 2

Related Questions