如何反转AVAudioPlayer的播放?

发布于 2024-12-03 13:38:27 字数 68 浏览 0 评论 0原文

基本上在我的应用程序中,我录制声音并播放它,我想反转该音频的播放。 我在网上查了一下,似乎找不到答案。 任何帮助都会很棒。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晨与橙与城 2024-12-10 13:38:27

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文