Closed sekatol closed 7 months ago
after the py code in README.md:
... vocals = seperted_audio["vocals"] base = seperted_audio["bass"] drums = seperted_audio["drums"] other = seperted_audio["other"]
(These 4 are <class 'torch.Tensor'>) How to export the separated file?
oh, just add audiofile.write(vocals, "filename")
audiofile.write(vocals, "filename")
after the py code in README.md:
(These 4 are <class 'torch.Tensor'>) How to export the separated file?