gpt4 book ai didi

iphone - 使用 AVAudioPlayer 暂停后播放音频时出现问题

转载 作者:行者123 更新时间:2023-12-03 18:45:17 31 4
gpt4 key购买 nike

我的 AVAudioPlayer 存在问题,如果它暂停,我无法让它再次播放。暂停后调用 [audioPlayer play] 返回 NO 而不是通常的 YES。知道是什么原因造成的吗?

其他人也有同样的问题:

http://www.iphonedevforums.com/forum/sdk-coding-help/750-avaudioplayer-doesnt-start-back-up-after-interruption.html

最佳答案

在调用 play 方法之前设置 currentTime 时,我遇到了同样的问题。在调用 play 方法后将 currentTime 的属性集移至允许 AVAudioPlayer 返回 YES 而不是 NO。不知道为什么会这样,希望对你有帮助。

编辑:在进一步咨询此问题后,调用停止然后播放似乎工作更加一致,因此允许在播放方法之前设置 currentTime 。您可能需要在停止后立即调用 prepareToPlay,以便在准备好继续播放时再次排队播放。

关于iphone - 使用 AVAudioPlayer 暂停后播放音频时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1262042/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com