Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

影响到AVAudioPlayer的播放 #4

Open
dahuanghuang opened this issue Dec 1, 2021 · 1 comment
Open

影响到AVAudioPlayer的播放 #4

dahuanghuang opened this issue Dec 1, 2021 · 1 comment

Comments

@dahuanghuang
Copy link

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

@RondaHo
Copy link

RondaHo commented Nov 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants