-
Notifications
You must be signed in to change notification settings - Fork 22
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
Noise in in-app audio #3
Comments
I have same issue. How do you fix this? |
@fmricky : Unfortunately, no answers yet. |
音频编码的输入源参数不对,修改LFHardwareAudioEncoder文件输入源参数即可,我这边直接通过CMSampleBufferRef进行编码解决了这个问题,可以参考下 |
牛逼兄弟 幸好有你 感谢Thanks♪(・ω・)ノ 不过好像麦克风的还是是杂音 是怎么回事 |
麦克风有杂音解决了么 |
解决了 我是rtmp同时推送麦克风声音和系统声音 不能直接推出去 要将音频流重采样合并为一路声音推出去 |
怎么做到的,能给点代码看看吗? |
ffmpeg重采样,编码之后混合 |
好的、谢谢 |
There is a disturbance and noise in the in-app audio while trying to broadcast using ReplayKit
The text was updated successfully, but these errors were encountered: