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

soundfile.LibsndfileError: <unprintable LibsndfileError object> #90

Open habib1402 opened 1 year ago

habib1402 commented 1 year ago

I am facing the given error. Please let me know how to deal with this library error.

playdasegunda commented 1 year ago

Were you able to resolve this error? What can it be?

ClaireBookworm commented 6 months ago

You need to run the ./make_debug.sh first; you don't have the libsndfile's the code is looking for, I had the same issue. If this still persists you might want to install libsndfile, but I think that's unlikely.