Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个基本上基于一个非常简单的 DJ 隐喻的应用程序。我希望能够通过调整滑块来实时更改曲目的速度。
这可以使用 AVAudioPlayer 类实时完成,还是只能在准备播放曲目时进行设置?
不是使用 AVAudioPlayer 类,而是可能使用新的时间音高音频单元使用 iOS 音频单元 API 来播放您的曲目。