Commit a78f30b2 authored by Jan Kiene's avatar Jan Kiene
Browse files

add postamble to configs

parent 28a127e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ condition_in_output_filename: true
input:
    fmt: "STEREO"
    fs: 48000
    aligned_to:
        len: 20

################################################
### Pre-processing on individual items
@@ -33,6 +35,8 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ condition_in_output_filename: true
input:
    fmt: "STEREO"
    fs: 48000
    aligned_to:
        len: 20

################################################
### Pre-processing on individual items
@@ -33,6 +35,8 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ condition_in_output_filename: true
input:
    fmt: "5_1"
    fs: 48000
    aligned_to:
        len: 20

################################################
### Pre-processing on individual items
@@ -33,6 +35,8 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ condition_in_output_filename: true
input:
    fmt: "5_1"
    fs: 48000
    aligned_to:
        len: 20

################################################
### Pre-processing on individual items
@@ -33,6 +35,8 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ condition_in_output_filename: true
input:
    fmt: "7_1_4"
    fs: 48000
    aligned_to:
        len: 20

################################################
### Pre-processing on individual items
@@ -33,6 +35,8 @@ preprocessing:
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    postamble: 20
    postamble_noise: true
    repeat_signal: true

#################################################
Loading