标签: swift
我希望我能以类似于AVAudioPlayer.setVolume(0.0,fadeDuration :)的方式将音频速率从1.0缓慢提高到2.0
答案 0 :(得分:-1)
将AVAudioPlayer实例的enableRate设置为true,然后更改AVAudioPlayer的速率。
enableRate
更多信息:Apple AVFoundation Rate property