pili-engineering / QNRTPlayer-iOS

Apache License 2.0
2 stars 3 forks source link

影响到AVAudioPlayer的播放 #4

Open dahuanghuang opened 2 years ago

dahuanghuang commented 2 years ago

当使用到该播放器直播流播放时,会影响到自带的AVauidoPlayer的播放效果,我尝试用AVAudioSession解决问题,可是依然效果不是很明显,请问播放器内部是否有一些其他音效的处理呢

heyehao2008 commented 1 year ago

播放器状态变为播放后,设置一下: [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback withOptions:AVAudioSessionCategoryOptionMixWithOthers error:nil]; 试试看