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.
我正在制作一个类似于翻书动画的应用程序。它使用 AVAudioPlayer 播放音轨并启动动画,这些动画必须在音频开始的同时开始。公差约为 +/- 100 毫秒。
我发现 AVPlayer 作为提供回调的替代方案,但使用起来非常复杂。