Alexander  Shmuratko
Alexander Shmuratko

Reputation: 341

Echo cancellation with Core audio APIs

Did anybody try cancelling echo with Windows Core audio API? I wonder how good it works.

Upvotes: 1

Views: 685

Answers (1)

user1352331
user1352331

Reputation: 91

This is done in the webrtc package offered by google. Checkout the core audio driver for windows (audio_device_core_win.cc). For devices that support the feature it's worked quite well for me.

Upvotes: 1

Related Questions