1 我試了很多代碼,我在這裏搜索。我可以有任何音頻運行代碼。我想在背景中播放一個非常短的音頻文件它。如何在ios 6中播放背景音頻文件? 來源 2013-10-08 rahul +0 您是否已將App Plays Audio置於Info.plist所需的背景模式中?你困在哪裏? – Larme +0 等待讓我檢查這個 – rahul +0 NSURL * musicFile = [NSURL fileURLWithPath [NSBundle mainBundle] pathForResource「winner」ofType「mp3」]]; player = [[AVAudioPlayer alloc] initWithContentsOfURL:musicFile error:nil]; [player setVolume:1.0]; [player prepareToPlay]; [玩家播放]; – rahul
您是否已將App Plays Audio置於Info.plist所需的背景模式中?你困在哪裏? – Larme
等待讓我檢查這個 – rahul
NSURL * musicFile = [NSURL fileURLWithPath [NSBundle mainBundle] pathForResource「winner」ofType「mp3」]]; player = [[AVAudioPlayer alloc] initWithContentsOfURL:musicFile error:nil]; [player setVolume:1.0]; [player prepareToPlay]; [玩家播放]; – rahul