Audio-to-Audio
speechbrain
English
Source Separation
Speech Separation
Audio Source Separation
WSJ02Mix
SepFormer
Transformer
audio-source-separation
Instructions to use speechbrain/sepformer-wsj02mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/sepformer-wsj02mix with speechbrain:
from speechbrain.pretrained import SepformerSeparation model = SepformerSeparation.from_hparams( "speechbrain/sepformer-wsj02mix" ) model.separate_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Titouan Parcollet commited on
Commit ·
7b67f4f
1
Parent(s): 0883a36
Create config.json
Browse files- config.json +3 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "SepformerSeparation"
|
| 3 |
+
}
|