开发者

How do you reverse the playback of AVAudioPlayer?

开发者 https://www.devze.com 2023-04-03 02:24 出处:网络
Basically in my app I record a sound, and play it back, I would like to reverse the playback of this audio.

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消