我使用AVAudioPlayer播放音乐文件。它通过iPhone机身上的耳机或扬声器播放时效果很好。但通过蓝牙播放时不顺畅。为什么呢?
这是我的代码:
AVAudioPlayer *newMusicPlayer = [[AVAudioPlayer alloc] initWithData:musicData error:&error];
if (!newMusicPlayer)
{
}
else
{
[newMusicPlayer play];
}
特别的thx!
答案 0 :(得分:0)
这是运行ios5.1.1的3GS上的苹果错误,因为“音乐”也不顺畅。