Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ from speechbrain.pretrained.interfaces import SNREstimator as snrest
|
|
77 |
import torchaudio
|
78 |
|
79 |
# 1- Download a test mixture
|
80 |
-
fetch("test_mixture.wav", source="speechbrain/sepformer-
|
81 |
|
82 |
# 2- Separate the mixture with a pretrained model (sepformer-whamr in this case)
|
83 |
model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')
|
|
|
77 |
import torchaudio
|
78 |
|
79 |
# 1- Download a test mixture
|
80 |
+
fetch("test_mixture.wav", source="speechbrain/sepformer-wsj02mix", savedir=".", save_filename="test_mixture.wav")
|
81 |
|
82 |
# 2- Separate the mixture with a pretrained model (sepformer-whamr in this case)
|
83 |
model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')
|