Spaces:
Running
on
Zero
Running
on
Zero
alibabasglab
commited on
Update config/inference/FRCRN_SE_16K.yaml
Browse files
config/inference/FRCRN_SE_16K.yaml
CHANGED
@@ -10,8 +10,8 @@ input_path: "/home/shengkui.zhao/DingTalk_NS/data/webrtc_test_set_20200521_16k/n
|
|
10 |
output_dir: "outputs/FRCRN_SE_16K" ## output dir to store processed audio
|
11 |
|
12 |
# decode parameters
|
13 |
-
one_time_decode_length:
|
14 |
-
decode_window:
|
15 |
#
|
16 |
# FFT parameters
|
17 |
win_type: 'hanning'
|
|
|
10 |
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: 1 #one-pass decoding length
|
15 |
#
|
16 |
# FFT parameters
|
17 |
win_type: 'hanning'
|