Audio-to-Audio
BeauKang01 commited on
Commit
f72e96f
·
1 Parent(s): 4fa4c3a

change in readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- Example command to run inference:
79
 
80
  ```bash
81
- python inference.py --config ./config/test.yml
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