SiddGururani/mixing_secrets

different length of audio files

Opened this issue · 1 comments

hi,
thanks for the dataset! the problem in my opinion is that the individual tracks of each project have different lengths so it's hard to align them and mix them together. is there any solution to this problem?
thanks, hons

Hi, you can first calculate the max_len of tracks in one project, then do zero-padding to the end of audio tracks. you can simply stack them together to create a mix but this assumes that they all start at time zero and don't need to manually extra assigning operation.