Basically in my app I record a sound, and play it back, I would like to reverse the playback of this audio. I've checked around on the net and I can't seem to find the answer. Any help would be great.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

That's currently not supported by the AVAudioPlayer. You have to implement your own player to archive reverse playback.

There is a answer on the Apple mailing list on this topic. Short Version: rollout your own or use a 3rd party plugin like the DIRAC Plugin.

link|improve this answer
I see, so how would I do that? – Jessica Sep 7 '11 at 18:17
I edited my answer. – Henrik P. Hessel Sep 7 '11 at 18:19
Are there any simpler solutions? – Jessica Sep 7 '11 at 19:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.