1

我正在开发 iOS AurioTouch2 演示。我想在处理音频数据的同时播放一首歌。这是播放音频代码。

NSString *path = [[NSBundle mainBundle] pathForResource:@"FoldBeep" ofType:@"wav"];
SystemSoundID theSoundID;
AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:path], &theSoundID);

我试过了。它不起作用。有人能帮我吗?

4

0 回答 0