RetroCirce / Zero_Shot_Audio_Source_Separation

The official code repo for "Zero-shot Audio Source Separation through Query-based Learning from Weakly-labeled Data", in AAAI 2022
https://arxiv.org/abs/2112.07891
MIT License
186 stars 31 forks source link

Can't use overlap + clicks issue #21

Closed lucellent closed 1 year ago

lucellent commented 1 year ago

"raise "ffmpeg does not exist. Install ffmpeg or set config.overlap_rate to zero." TypeError: exceptions must derive from BaseException"

Yes, I have ffmpeg installed

Basically that's it. I tried overlap 1.0 but it doesn't seem to work, 0.0 works though.

I wanted to try it because the outputs always have periodic clicks in them

image

lucellent commented 1 year ago

0.9 works and gets rid of the click issue... weird why 1.0 doesn't work, but it's not a big issue

RetroCirce commented 1 year ago

Because 1.0 is completely overlapping, meaning that the current chunk is 100% overlapped with the previous chunk --> the time cursor will not go forward.