Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用了一些WebRTC libraries并在iPhone. 测试应用程序允许使用此应用程序在两部手机之间进行语音通话,类似于 Skype。
WebRTC libraries
iPhone
该应用程序接收到大量背景噪音,远远超过 Skype 或 Line 等其他电话应用程序。
有什么方法可以降低背景噪音?
Skype 有自己的编解码器,内置声学回声消除和噪声抑制。iOS 中也有内置的降噪机制,但如果您希望完全消除噪音,则无法使用自己的编解码器来执行此类操作。从这个角度来看,WebRTC 还不存在。
如果您使用 WebRTC lib 并启用 NS 选项,我不知道为什么您仍然会收到背景噪音。
对我来说,我构建了 WebRTC 噪声抑制的独立模块,它工作得很好。在使用最激进的 NS 实例模式时,Android 和 iOS 上的背景噪音都很少。