Commit 118aaf32 authored by Jan Kiene's avatar Jan Kiene
Browse files

4b

parent 76436c97
Loading
Loading
Loading
Loading
+104 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

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

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

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

    ### IVAS condition ###############################
    c06:
        type: ivas
        bitrates:
            - 96000
        cod:
        dec:
            fmt: "FOA"
    c07:
        type: ivas
        bitrates:
            - 128000
        cod:
        dec:
            fmt: "FOA"
    c08:
        type: ivas
        bitrates:
            - 160000
        cod:
        dec:
            fmt: "FOA"

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