Audio-to-Audio
speechbrain
English
Source Separation
Speech Separation
Audio Source Separation
WHAM!
SepFormer
Transformer
audio-source-separation
Instructions to use speechbrain/sepformer-whamr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/sepformer-whamr with speechbrain:
from speechbrain.pretrained import SepformerSeparation model = SepformerSeparation.from_hparams( "speechbrain/sepformer-whamr" ) model.separate_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Ctrl+K