Commit 183accce authored by Jan Kiene's avatar Jan Kiene
Browse files

6a and b

parent 5d41b1af
Loading
Loading
Loading
Loading
+104 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: BS1534-6a
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/BS1534-6a/proc_input"
output_path: "experiments/selection/BS1534-6a/proc_output"

################################################
### Input configuration
################################################
input:
    fmt: "ISM3"
    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:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "FB"]
        dec:

    ### IVAS condition ###############################
    c06:
        type: ivas
        bitrates:
            - 48000
        cod:
        dec:
            fmt: "ISM3"
    c07:
        type: ivas
        bitrates:
            - 64000
        cod:
        dec:
            fmt: "ISM3"
    c08:
        type: ivas
        bitrates:
            - 96000
        cod:
        dec:
            fmt: "ISM3"

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

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

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

################################################
### Input configuration
################################################
input:
    fmt: "ISM4"
    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:
    c04:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        tx:
            type: "FER"
            error_rate: 5

    ### IVAS condition ###############################
    c05:
        type: ivas
        bitrates:
            - 96000
        cod:
        dec:
            fmt: "ISM4"
    c06:
        type: ivas
        bitrates:
            - 96000
        cod:
        dec:
            fmt: "ISM4"
        tx:
            type: "FER"
            error_rate: 5

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