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

adP800-6 and -7 configs

parent 1d3bc914
Loading
Loading
Loading
Loading
+254 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-6
master_seed: 5

input_path: "experiments/selection/P800-6/proc_input"
output_path: "experiments/selection/P800-6/proc_output"

################################################
### Input configuration
################################################
input:
    fmt: "ISM1"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "HP50"
    loudness: -26
    window: 100

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true

#################################################
### Bitstream processing
#################################################

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: mnru
        q: 15
    c03:
        type: mnru
        q: 23
    c04:
        type: mnru
        q: 31
    c05:
        type: mnru
        q: 39
    c06:
        type: mnru
        q: 47
    c07:
        type: esdru
        alpha: 0.1
    c08:
        type: esdru
        alpha: 0.3
    c09:
        type: esdru
        alpha: 0.5
    c10:
        type: esdru
        alpha: 0.7

    ### EVS condition ################################
    c11:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c12:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c13:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c14:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c15:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c16:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c17:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c18:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c19:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c20:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:

    ### IVAS condition ###############################
    c21:
        type: ivas
        bitrates:
            - 13200
        cod:
        dec:
            fmt: "BINAURAL"
    c22:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
    c23:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
    c24:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
    c25:
        type: ivas
        bitrates:
            - 13200
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c26:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c27:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c28:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c29:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c30:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "BINAURAL"
    fs: 48000
    loudness: -26
+287 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-7
master_seed: 5

input_path: "experiments/selection/P800-7/proc_input"
output_path: "experiments/selection/P800-7/proc_output"

################################################
### Input configuration
################################################
input:
    fmt: "ISM2"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "HP50"
    loudness: -26
    window: 100

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true

#################################################
### Bitstream processing
#################################################

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: mnru
        q: 15
    c03:
        type: mnru
        q: 23
    c04:
        type: mnru
        q: 31
    c05:
        type: mnru
        q: 39
    c06:
        type: mnru
        q: 47
    c07:
        type: esdru
        alpha: 0.1
    c08:
        type: esdru
        alpha: 0.3
    c09:
        type: esdru
        alpha: 0.5
    c10:
        type: esdru
        alpha: 0.7

    ### EVS condition ################################
    c11:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c12:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c13:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c14:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c15:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c16:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c17:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c18:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c19:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c20:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c21:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:
    c22:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "FB"]
        dec:

    ### IVAS condition ###############################
    c23:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
    c24:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
    c25:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
    c26:
        type: ivas
        bitrates:
            - 48000
        cod:
        dec:
            fmt: "BINAURAL"
    c27:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c28:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c29:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c30:
        type: ivas
        bitrates:
            - 48000
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            prerun_seed: 2
    c31:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c32:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c33:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c34:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "BINAURAL"
    fs: 48000
    loudness: -26