jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.83k stars 1.04k forks source link

Remove background sound from audio #325

Open zfallahnejad opened 5 years ago

zfallahnejad commented 5 years ago

Is there a way to remove background sound(music, noise,...) from audio using pydub?

aspen1135 commented 5 years ago

I would think not but I'm not sure.. This is a very difficult thing to do and is very computationally expensive. There is only one plugin that I know does this which is the isotope RX stuff (latest is vrs 7 I believe). You might be able to figure out a way to run a batch sequence with some code using audacity and some trickery. But you would still need to do the files one at a time.