how can I apply echo cancelation to audiofiles on ubuntu 19.10?

it is possible to apply echo cancellation to microphones while they are recording, e.g. like this

How can I apply the same filter to audio files that already exist?

If there was a ffmpeg filter for this, it would be applied like this:

ffmpeg -i FileWithEcho.mp3 -v $module-echo-cancel FileWithoutEcho.mp3
2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like