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

got soundfile.LibsndfileError: <unprintable LibsndfileError object> when execute train.py #85

Open carrud opened 1 year ago

carrud commented 1 year ago

any help to solve that error?

vamsi3296 commented 1 year ago

Were you able to solve this issue @carrud ? I have the same issue.

habib1402 commented 1 year ago

I have the same issue. Did someone resolve the error?

habib1402 commented 1 year ago

Were you able to solve this issue @carrud ? I have the same issue.

Did you resolve the error?

vamsi3296 commented 1 year ago

I have the same issue. Did someone resolve the error?

I had the same issue. I resolved it by converting the audio file channel to mono. Maybe this would help

habib1402 commented 1 year ago

Thanks for your prompt response. Could you elaborate on the file name where you converted the audio file channel?

yidongyi commented 8 months ago

try old version: pip install soundfile==0.11.0

ClaireBookworm commented 6 months ago

Try running ./make_debug.sh! You just don't have the files that the code is looking for :)