svoice_demo icon indicating copy to clipboard operation
svoice_demo copied to clipboard

Help with Inference

Open rakshav-flwls opened this issue 10 months ago • 1 comments

Hey ! I am trying Speech Separation on 5 speaker and i have a single wav file , how can i use svoice to infere on single wav audio ?

Or the only way to use is to train the model and then evaluate ? or we can also use trained model to infer on single wav file ?

rakshav-flwls avatar Jan 20 '25 23:01 rakshav-flwls

Hey ! I am trying Speech Separation on 5 speaker and i have a single wav file , how can i use svoice to infere on single wav audio ?

Or the only way to use is to train the model and then evaluate ? or we can also use trained model to infer on single wav file ?

For 5 speakers you need to train the model and then do the inference as there is no 5 source separation pre-trained model available in my knowledge. For 3 speakers you can use this model: https://huggingface.co/speechbrain/sepformer-libri3mix

muhammad-ahmed-ghani avatar Jan 21 '25 10:01 muhammad-ahmed-ghani