Audio-to-Audio
speechbrain
English
Source Separation
Speech Separation
Audio Source Separation
WSJ0-3Mix
SepFormer
Transformer
audio-source-separation
Instructions to use speechbrain/sepformer-wsj03mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/sepformer-wsj03mix with speechbrain:
from speechbrain.pretrained import SepformerSeparation model = SepformerSeparation.from_hparams( "speechbrain/sepformer-wsj03mix" ) model.separate_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Source separation for multi-channel data
3
#1 opened over 1 year ago
by
pochoa97