我知道有很多关于这个话题的问题,但到目前为止还没有真正的答案。我就该主题发起了一项新请求。最好的答案在这里,但没有解决方案。在此期间是否有可行的方法?
AVPlayer Live stream how to get power for audio level metering
我正在使用以下代码为我需要音频测量的那种链接播放音频流:
playerItem = [AVPlayerItem playerItemWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://mp3stream7.apasf.apa.at:8000"]]];
player = [AVPlayer playerWithPlayerItem:playerItem];
[player play];