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.
我正在制作节拍器应用程序并使用AKSamplerMetronome类。我使用 Ableton 链接在设备之间进行了同步,以便它们可以一起玩。我开始播放,一段时间后设备上的声音开始延迟,几分钟后我可以清楚地听到它。
AKSamplerMetronome
事情是节拍计数正确同步,但来自手机的声音却不是。
此错误并非在所有设备上,在其中一些设备上运行良好,没有延迟。
为了同步,我setBeatTime在开始时调用一次
setBeatTime
有什么建议吗?
如果我创建 AKSamplerMetronome 的实例,等待几分钟然后播放,声音会立即不同步。