Commit
·
f72e96f
1
Parent(s):
4fa4c3a
change in readme
Browse files
README.md
CHANGED
@@ -75,10 +75,10 @@ To run inference, configure the parameters in `./config/test.yml`:
|
|
75 |
| `wav_dir` | Directory of processed audio files. |
|
76 |
| `task` | Task type: `SE` (Noise Suppression), `TSE` (Target Speaker Extraction), `PLC` (Packet Loss Concealment), `AEC` (Acoustic Echo Cancellation), `SS` (Speech Separation). |
|
77 |
|
78 |
-
|
79 |
|
80 |
```bash
|
81 |
-
|
82 |
```
|
83 |
|
84 |
## Results
|
|
|
75 |
| `wav_dir` | Directory of processed audio files. |
|
76 |
| `task` | Task type: `SE` (Noise Suppression), `TSE` (Target Speaker Extraction), `PLC` (Packet Loss Concealment), `AEC` (Acoustic Echo Cancellation), `SS` (Speech Separation). |
|
77 |
|
78 |
+
Command to run inference:
|
79 |
|
80 |
```bash
|
81 |
+
bash inference.sh
|
82 |
```
|
83 |
|
84 |
## Results
|