播放剪短音频

来源:互联网 发布:windows键是哪个键 编辑:程序博客网 时间:2024/06/10 09:41
   NSURL *path =[NSURL URLWithString: [[NSBundle mainBundle]pathForResource:@"right1" ofType:@"wav"]];
    SystemSoundID soundID;
    AudioServicesCreateSystemSoundID((__bridge CFURLRef)path, &soundID);
    AudioServicesPlaySystemSound(soundID); 
0 0
原创粉丝点击