Is it possible to reduce background noise while streaming audio on the iPhone?

后端 未结 2 596
隐瞒了意图╮
隐瞒了意图╮ 2021-01-22 22:45

We used some WebRTC libraries and implemented them in a test app on the iPhone. The test app allows voice calls between two phones using this app, simi

2条回答
  •  旧巷少年郎
    2021-01-22 22:59

    Skype has its own codec with built in acoustic echo cancellation and noise suppression. There are also built in noise reduction mechanisms in iOS but there is no way to get around having your own codec which will perform such an action if you are looking to completely eliminate that noise. WebRTC is not there yet from that perspective.

提交回复
热议问题