Spaces:
Running
on
Zero
Running
on
Zero
Update config/inference/FRCRN_SE_16K.yaml
Browse files
config/inference/FRCRN_SE_16K.yaml
CHANGED
|
@@ -11,7 +11,7 @@ output_dir: "outputs/FRCRN_SE_16K" ## output dir to store processed audio
|
|
| 11 |
|
| 12 |
# decode parameters
|
| 13 |
one_time_decode_length: 120 #maximum segment length for one-pass decoding (seconds), longer audio will use segmented decoding
|
| 14 |
-
decode_window:
|
| 15 |
#
|
| 16 |
# FFT parameters
|
| 17 |
win_type: 'hanning'
|
|
|
|
| 11 |
|
| 12 |
# decode parameters
|
| 13 |
one_time_decode_length: 120 #maximum segment length for one-pass decoding (seconds), longer audio will use segmented decoding
|
| 14 |
+
decode_window: 30 #one-pass decoding length
|
| 15 |
#
|
| 16 |
# FFT parameters
|
| 17 |
win_type: 'hanning'
|