bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

Support acoustic echo cancellation (AEC) for windows #145

Closed truongdo closed 2 years ago

truongdo commented 2 years ago

I'm using soundcard to develop a audio recording program. However, it looks like the library doesn't support for AEC, which cancel out audio playing from the speaker.

It would be great to have AEC integrated to soundcard. Do you think it is possible to do so?

bastibe commented 2 years ago

That's out of scope for soundcard, sorry. But feel free to build an AEC system on top of soundcard.