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

add 2b and correct 2a condition name

parent b75545ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "5_1"
    c7:
    c07:
        type: ivas
        bitrates:
            - 96000
+100 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: BS1534-2b
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/BS1534-2b/proc_input"
output_path: "experiments/selection/BS1534-2b/proc_output"

################################################
### Input configuration
################################################
input:
    fmt: "5_1"
    fs: 48000

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

################################################
### Pre-processing on whole signal(s)
################################################
# TODO: concatenation for generic audio?
# 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: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c04:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c05:
        type: evs
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true

    ### IVAS condition ###############################
    c06:
        type: ivas
        bitrates:
            - 128000
        cod:
        dec:
            fmt: "5_1"
    c07:
        type: ivas
        bitrates:
            - 160000
        cod:
        dec:
            fmt: "5_1"

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