views:

82

answers:

1

I want to add effects to a sound using the AVAudioPlayer framework. Such effects as echo, pitch change, speed, etc. How would I do this.

A: 

For effects, you have to use Core Audio.
Unfortunately, it sounds like there aren't any canned effects included. Check out the related question: Can I use Core Audio effects on the iPhone ?

gerry3