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.
我正在使用适用于 iOS 的 Spotify API 11.1.60 并成功创建了一个可以从 Spotify 下载/播放歌曲、下载和显示封面、执行搜索的应用程序。但我找不到交叉淡化歌曲的方法。我一次只能播放一首歌。
有人知道如何交叉淡化歌曲吗?
我没有实现淡入淡出,但我认为唯一的解决方案是缓冲您当前的歌曲以便能够淡入淡出。
您必须更新您的 music_delivery 回调和用于播放声音的代码。解决方案取决于您使用的声音引擎(OpenAL、CoreAudio、...)