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.
views:
82answers:
1
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
2010-01-06 17:52:12