facebookresearch / svoice

We provide a PyTorch implementation of the paper Voice Separation with an Unknown Number of Multiple Speakers In which, we present a new method for separating a mixed audio sequence, in which multiple voices speak simultaneously. The new method employs gated neural networks that are trained to separate the voices at multiple processing steps, while maintaining the speaker in each output channel fixed. A different model is trained for every number of possible speakers, and the model with the largest number of speakers is employed to select the actual number of speakers in a given sample. Our method greatly outperforms the current state of the art, which, as we show, is not competitive for more than two speakers.
Other
1.23k stars 178 forks source link

Runtime error: error opening .wav files : system error #64

Closed mirosakr closed 2 years ago

mirosakr commented 2 years ago

Hi there I'm a beginner in python and trying to run this code. I'm using same dataset, I always get this error in training process RuntimeError: Error opening 'debug/mix/2803-161169-0001_7976-110523-0004.wav': System error. Any help would be appreciated

mirosakr commented 2 years ago

I solved this error by adding full path of wav files in JSON files