Skip to content

danelowe/aec3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aec3

Wrapper around WebRTC's AEC3 processor, for removing acoustic echo from audio files.

Currently supports .wav files.

./aec3 near.wav far.wav out.wav
  • near.wav is the recording to process.
  • far.wav is the far side where the echo comes from.
  • out.wav is the output file with the echo removed.

Based on webrtc_AEC3, AEC3, and wav-aec

Publish to npm

  • build the binaries and place in nodejs/bin
  • build the node package
npm publish --access public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published