Commit 28abf929 authored by PLAINSI's avatar PLAINSI
Browse files

Merge branch 'main' into 22-add-foa-item-generation-to-scripts

parents 52f56843 3d0092a0
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ preprocessing:
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

#################################################
### Bitstream processing
+3 −19
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ preprocessing:
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

#################################################
### Bitstream processing
@@ -58,9 +57,6 @@ conditions_to_generate:
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 5
    c04:
        type: evs
        bitrates:
@@ -68,9 +64,6 @@ conditions_to_generate:
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 5
    c05:
        type: evs
        bitrates:
@@ -78,9 +71,6 @@ conditions_to_generate:
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 5

    ### IVAS condition ###############################
    c06:
@@ -90,9 +80,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "STEREO"
        tx:
            type: "FER"
            error_rate: 5
    c07:
        type: ivas
        bitrates:
@@ -100,9 +87,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "STEREO"
        tx:
            type: "FER"
            error_rate: 5

################################################
### Post-processing
+3 −4
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ preprocessing:
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

#################################################
### Bitstream processing
+3 −4
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ preprocessing:
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

#################################################
### Bitstream processing
+3 −4
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ preprocessing:
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

#################################################
### Bitstream processing
Loading