【发布时间】:2015-02-11 17:08:19
【问题描述】:
我知道我们应该在创建/预加载 SystemSoundID 时处理它们,但我的问题是,当我们使用 Apple 的内部系统听起来像 1104 时,这是否也是如此:
//Play Click Sound
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
AudioServicesPlaySystemSound(1104);
});
因为我们不必实际创建/预加载它们。
【问题讨论】:
标签: ios8 automatic-ref-counting audiotoolbox dispatch-async system-sounds