NSString *soundFileURL=[[NSBundle mainBundle]pathForResource:@"noise" ofType:@"wma"];
self.noise=[[AVAudioPlayer alloc]initWithContentsOfURL:[NSURL fileURLWithPath:soundFileURL] error:nil];
[self.noise play];
然后 main.m 有错误。当我使用大约 1 秒的短媒体时,它会起作用。