Petras
Petras

Reputation: 4759

How do I add sound effects to an iPad app

I need a library that helps me manipulate a sound file playing in a custom app on an iPad. Here's what I mean.

Users runs app.

User play track.

User presses a button and an echo occurs.

User presses a button and the music loops.

And other similar DJ events....

Is there an API that makes this possible?

Upvotes: 0

Views: 414

Answers (1)

nacho4d
nacho4d

Reputation: 45078

and if your sounds are short enough AudioToolbox.framework. should be enough, if not: AVFoundation.framework CoreAudio.framework

Upvotes: 1

Related Questions