Commit 5d41b1af authored by Jan Kiene's avatar Jan Kiene
Browse files

5b, correction in 5a

parent 8f85e697
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,14 +79,14 @@ conditions_to_generate:
            - 192000
        cod:
        dec:
            fmt: "HOA2"
            fmt: "HOA3"
    c07:
        type: ivas
        bitrates:
            - 256000
        cod:
        dec:
            fmt: "HOA2"
            fmt: "HOA3"

################################################
### Post-processing
+97 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

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

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

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

    ### IVAS condition ###############################
    c06:
        type: ivas
        bitrates:
            - 384000
        cod:
        dec:
            fmt: "HOA3"
    c07:
        type: ivas
        bitrates:
            - 512000
        cod:
        dec:
            fmt: "HOA3"

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