无延迟地播放 iPod 库中的音乐
我正在尝试播放 iPod 库中的音频文件,从调用“播放”到实际音乐开始播放没有任何延迟。 我尝试使用 MPMusicPlayerController,但有时会出现延迟,甚至几秒钟。我还尝试在实际播放之前调用“播放”和“暂停”,但没有帮助。
我尝试使用 AVPlayer 进行相同的操作,但出现同样的问题。 当我尝试使用 AVAudioPlayer 并调用其“prepareToPlay”时,效果非常好!绝对没有延迟,但 AVAudioPlayer 无法播放 iPod 库中的音乐。
不幸的是,AVPlayer 或 MPMusicPlayerController 都没有此方法。
任何帮助将不胜感激。
吉利。
I am trying to play audio files from the iPod library without any delay from calling 'play' to when the actual music starts.
I tried using the MPMusicPlayerController, but sometimes there is a delay, even a couple of seconds. I also tried calling 'play' and 'pause' before the actual play, but it didn't help.
I tried the same using AVPlayer, but the same problem.
When I tried using AVAudioPlayer and calling its 'prepareToPlay' it worked great! absolutely no delay, but the AVAudioPlayer cannot play music from the iPod library.
Unfortunately, nor the AVPlayer or the MPMusicPlayerController have this method.
Any help would be appreciated.
Gili.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论