python-audio-effects icon indicating copy to clipboard operation
python-audio-effects copied to clipboard

Add mix support

Open carlthome opened this issue 8 years ago • 1 comments

If an audio effects chain is called with a list of audio files or list of ndarrays, they should be mixed together with SoX.

carlthome avatar Oct 06 '16 15:10 carlthome

Hello, I would like to apply some effects to two different audios (the actual audio, and an audio containing background noise only) and mix them together. It seems that this enhancement could be exactly what I am looking for. @carlthome, was there any progress on this? I have implemented a naive solution to this myself, but it turned out to be very inefficient... Any help with this would be greatly appreciated!

dsouza95 avatar Apr 05 '18 17:04 dsouza95