音频播放 导入AudioToolbox
声明SystemSoundID
NSString
*path = [[
NSBundle
mainBundle
]
pathForResource
:
@"glass"
ofType
:
@"wav"
];
AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:path], &_soundId);
AudioServicesPlayAlertSound(_soundId);