Algorithm info: Gaudio Studio | Vocal Remover | High Quality | WAV export
Submitted by Bas Curtiz
Gaudio Studio: https://studio.gaudiolab.io/vocal-remover
- High Quality
- WAV export
Note:
I re-processed song_16, cause 2645504 != 2646000 according to MVsep.
Even after re-processing, same outcome.
So I manually added the few ms it was missing for the instrumental.
Same with song_042, instrumental part. Then song_043.
So decided to add some ms and cut to exact 1 minute using:
import os
for f in os.listdir("."):
os.system(f'ffmpeg -i {f} -af "apad=pad_dur=1.00545" {f}_fixed.wav')
and
import os
for f in os.listdir("."):
os.system(f'ffmpeg -i {f} -t "1:00.00000" {f}_cut.wav')
Date added: 2024-07-29 |