Skip to content
/ wav-aec Public
forked from lschilli/wav-aec

Applying webrtc's acoustic echo cancellation (AEC) to audio files

Notifications You must be signed in to change notification settings

chrbsg/wav-aec

 
 

Repository files navigation

wav-aec

  • This tool applies webrtc's acoustic echo cancellation (AEC) functionality to audio files.
  • sox is used for wav, etc. -> raw conversion
  • Building a full webrtc release is avoided. Only the signal processing functions are needed.

Cloning including the webrtc code:

git clone --recursive https://github.com/lschilli/wav-aec.git

After cloning:

git submodule update --init --recursive

About

Applying webrtc's acoustic echo cancellation (AEC) to audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.1%
  • CMake 43.2%
  • Shell 4.7%