gpt4 book ai didi

IOS Audio - 加快音乐播放速度

转载 作者:行者123 更新时间:2023-11-29 02:13:31 25 4
gpt4 key购买 nike

我正在使用 sprite kit 为 IOS 开发游戏。我现在正在使用 AVAudioPlayer 添加背景音乐来玩游戏,我希望音乐播放速率根据应用程序中的事件加速和减速。在 IOS 中是否可以更改应用程序中正在播放的音乐的速率,而不仅仅是向前跳?怎么办?

最佳答案

当然,您可以操纵 AVAudioPlayer 的速率属性。

需要注意的一点是,在更改速率属性之前,您需要为播放器启用速率:

audioPlayer.enableRate = YES;
audioPlayer.rate = 2.; //play audio at 2 times the speed.

范围是 0.5 到 2。

更多信息:https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVAudioPlayerClassReference/index.html#//apple_ref/occ/instp/AVAudioPlayer/rate

关于IOS Audio - 加快音乐播放速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29023077/

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