Commit 766b20e5 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[WIP] add basic folder structure and entry script for ISAR selection tests

parent 6a754f9e
Loading
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+0 −0

Empty file added.

+0 −0

Empty file added.

+112 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: BS1534-1a
master_seed: 25
prerun_seed: 2

input_path: "experiments/selection/BS1534-1a/proc_input"
output_path: "experiments/selection/BS1534-1a/proc_output"
use_windows_codec_binaries: true
condition_in_output_filename: true

################################################
### Input configuration
################################################
input:
    fmt: "HOA3"
    fs: 48000
    aligned_to:
        len: 20

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

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: false
    preamble_noise: false
    repeat_signal: true

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

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:

    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### IVAS condition ###############################
    c03:
        type: ivas
        bitrates:
            - 512000
        cod:
        dec:
            fmt: "BINAURAL"
            trajectory: null # TODO
    c04:
        type: ivas
        bitrates:
            - 512000
        cod:
        dec:
            fmt: "BINAURAL"
            trajectory: null # TODO
    c05:
        type: ivas_transcoding
        bitrates:
            - 512000
        cod:
        dec:
            fmt: "BINAURAL"
            trajectory: null # TODO
        #TODO
        post_cod:
            fmt: "STEREO"
        post_dec:
            fmt: "STEREO"
    c06:
        type: ivas_split
        bitrates:
            - 512000 # TODO
        cod:
        dec:
            fmt: "BINAURAL_SPLIT_CODED"
        splitrend:
            fmt: "BINAURAL"
            trajectory: null # TODO
    # c07:
    #     type: ivas_split_2
    #     bitrates:
    #         - 512000 # TODO
    #     cod:
    #     dec:
    #         fmt: "STEREO"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "BINAURAL"
    fs: 48000
    loudness: -26
    trajectory: null
+0 −0

Empty file added.

Loading