gpt4 book ai didi

iphone - 通过蓝牙播放时AVAudioPlayer不流畅

转载 作者:行者123 更新时间:2023-12-03 02:22:16 28 4
gpt4 key购买 nike

我使用AVAudioPlayer播放音乐文件。通过iPhone机身上的耳机或扬声器播放时,效果很好。但是通过蓝牙播放时不流畅。为什么?

这是我的代码:

AVAudioPlayer *newMusicPlayer = [[AVAudioPlayer alloc] initWithData:musicData error:&error];
if (!newMusicPlayer)
{
}
else
{
[newMusicPlayer play];
}

特别感谢!

最佳答案

这是运行ios5.1.1的3GS上的苹果错误,因为“音乐”也不太流畅。

关于iphone - 通过蓝牙播放时AVAudioPlayer不流畅,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10572963/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com