Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

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.

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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