ws-choi / Conditioned-Source-Separation-LaSAFT

A PyTorch implementation of the paper: "LaSAFT: Latent Source Attentive Frequency Transformation for Conditioned Source Separation" (ICASSP 2021)
MIT License
85 stars 18 forks source link

Overlapping sliding window for separation #13

Open ws-choi opened 3 years ago

ws-choi commented 3 years ago

The current separate_track function iterates small and disjoint pieces of the whole track. Overlapping sliding window like STFT might improve the separation quality.

ws-choi commented 3 years ago

see also #10