标签: ios swift avfoundation
我正在使用AudioServicesPlaySystemSound(SystemSoundID(1100))倒数一秒播放声音。在iPhone 8上可以正常使用,但是在较旧的iPad上,第一次播放声音时会有明显的延迟,导致前两次倒计时声音之间的间隔更像是0.5秒。
AudioServicesPlaySystemSound(SystemSoundID(1100))
是否可以预加载声音以避免初始延迟?还有其他解决方法吗?