如何反转AVAudioPlayer的播放?
基本上在我的应用程序中,我录制声音并播放它,我想反转该音频的播放。 我在网上查了一下,似乎找不到答案。 任何帮助都会很棒。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AVAudioPlayer 目前不支持此功能。您必须实现自己的播放器来存档反向播放。
Apple 邮件列表上有关于此主题的答案。简短版本:推出您自己的插件或使用第三方插件,例如 DIRAC 插件。
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.