首页 > 系统 > iOS > 正文

ios播放自定义的声音

2019-11-09 19:05:56
字体:
来源:转载
供稿:网友
 NSString *filePath = [[NSBundle mainBundle] pathForResource:@"flip_1" ofType:@"wav"];            if (filePath) {        AudioServicesCreateSystemSoundID((__bridge CFURLRef _Nonnull)[NSURL fileURLWithPath:filePath], &soundID);                        AudioServicesPlaySystemSound(soundID);    }http://s1.VeVb.com/20170206/bvgvsembf5o29.png
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表