Loading experiments/selection/P800-4/config/P800-4.yml 0 → 100644 +333 −0 Original line number Diff line number Diff line --- ################################################ # General configuration ################################################ name: P800-4 master_seed: 5 input_path: "experiments/selection/P800-4/proc_input" output_path: "experiments/selection/P800-4/proc_output" ################################################ ### Input configuration ################################################ input: fmt: "FOA" # TODO: to be clarified in Test Plan fs: 48000 ################################################ ### Pre-processing on individual items ################################################ preprocessing: mask: "HP50" loudness: -26 loudness_fmt: "BINAURAL" window: 100 ################################################ ### Pre-processing on whole signal(s) ################################################ 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: mnru q: 32 c03: type: mnru q: 27 c04: type: mnru q: 22 c05: type: mnru q: 17 c06: type: esdru alpha: 0.8 c07: type: esdru alpha: 0.675 c08: type: esdru alpha: 0.55 ### EVS condition ################################ c09: type: evs bitrates: - 7200 cod: opts: ["-max_band", "FB"] dec: c10: type: evs bitrates: - 8000 cod: opts: ["-max_band", "FB"] dec: c11: type: evs bitrates: - 9600 cod: opts: ["-max_band", "FB"] dec: c12: type: evs bitrates: - 13200 cod: opts: ["-max_band", "FB"] dec: c13: type: evs bitrates: - 16400 cod: opts: ["-max_band", "FB"] dec: c14: type: evs bitrates: - 24400 cod: opts: ["-max_band", "FB"] dec: c15: type: evs bitrates: - 32000 cod: opts: ["-max_band", "FB"] dec: c16: type: evs bitrates: - 7200 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c17: type: evs bitrates: - 8000 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c18: type: evs bitrates: - 9600 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c19: type: evs bitrates: - 13200 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c20: type: evs bitrates: - 16400 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c21: type: evs bitrates: - 24400 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c22: type: evs bitrates: - 32000 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 ### IVAS condition ############################### c23: type: ivas bitrates: - 16400 cod: dec: fmt: "FOA" c24: type: ivas bitrates: - 24400 cod: dec: fmt: "FOA" c25: type: ivas bitrates: - 32000 cod: dec: fmt: "FOA" c26: type: ivas bitrates: - 48000 cod: dec: fmt: "FOA" c27: type: ivas bitrates: - 64000 cod: dec: fmt: "FOA" c28: type: ivas bitrates: - 80000 cod: dec: fmt: "FOA" c29: type: ivas bitrates: - 96000 cod: dec: fmt: "FOA" c30: type: ivas bitrates: - 16400 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c31: type: ivas bitrates: - 24400 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c32: type: ivas bitrates: - 32000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c33: type: ivas bitrates: - 48000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c34: type: ivas bitrates: - 64000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c35: type: ivas bitrates: - 80000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c36: type: ivas bitrates: - 96000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 ################################################ ### Post-processing ################################################ postprocessing: fmt: "FOA" fs: 48000 loudness: -26 tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ INPUT_EXPERIMENT_NAMES = [ "P800-1", "P800-2", "P800-3", # "P800-4", "P800-4", # "P800-5", # "P800-6", # "P800-7", Loading Loading
experiments/selection/P800-4/config/P800-4.yml 0 → 100644 +333 −0 Original line number Diff line number Diff line --- ################################################ # General configuration ################################################ name: P800-4 master_seed: 5 input_path: "experiments/selection/P800-4/proc_input" output_path: "experiments/selection/P800-4/proc_output" ################################################ ### Input configuration ################################################ input: fmt: "FOA" # TODO: to be clarified in Test Plan fs: 48000 ################################################ ### Pre-processing on individual items ################################################ preprocessing: mask: "HP50" loudness: -26 loudness_fmt: "BINAURAL" window: 100 ################################################ ### Pre-processing on whole signal(s) ################################################ 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: mnru q: 32 c03: type: mnru q: 27 c04: type: mnru q: 22 c05: type: mnru q: 17 c06: type: esdru alpha: 0.8 c07: type: esdru alpha: 0.675 c08: type: esdru alpha: 0.55 ### EVS condition ################################ c09: type: evs bitrates: - 7200 cod: opts: ["-max_band", "FB"] dec: c10: type: evs bitrates: - 8000 cod: opts: ["-max_band", "FB"] dec: c11: type: evs bitrates: - 9600 cod: opts: ["-max_band", "FB"] dec: c12: type: evs bitrates: - 13200 cod: opts: ["-max_band", "FB"] dec: c13: type: evs bitrates: - 16400 cod: opts: ["-max_band", "FB"] dec: c14: type: evs bitrates: - 24400 cod: opts: ["-max_band", "FB"] dec: c15: type: evs bitrates: - 32000 cod: opts: ["-max_band", "FB"] dec: c16: type: evs bitrates: - 7200 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c17: type: evs bitrates: - 8000 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c18: type: evs bitrates: - 9600 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c19: type: evs bitrates: - 13200 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c20: type: evs bitrates: - 16400 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c21: type: evs bitrates: - 24400 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 c22: type: evs bitrates: - 32000 cod: opts: ["-max_band", "FB"] dec: tx: type: "FER" error_rate: 5 prerun_seed: 2 ### IVAS condition ############################### c23: type: ivas bitrates: - 16400 cod: dec: fmt: "FOA" c24: type: ivas bitrates: - 24400 cod: dec: fmt: "FOA" c25: type: ivas bitrates: - 32000 cod: dec: fmt: "FOA" c26: type: ivas bitrates: - 48000 cod: dec: fmt: "FOA" c27: type: ivas bitrates: - 64000 cod: dec: fmt: "FOA" c28: type: ivas bitrates: - 80000 cod: dec: fmt: "FOA" c29: type: ivas bitrates: - 96000 cod: dec: fmt: "FOA" c30: type: ivas bitrates: - 16400 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c31: type: ivas bitrates: - 24400 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c32: type: ivas bitrates: - 32000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c33: type: ivas bitrates: - 48000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c34: type: ivas bitrates: - 64000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c35: type: ivas bitrates: - 80000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 c36: type: ivas bitrates: - 96000 cod: dec: fmt: "FOA" tx: type: "FER" error_rate: 5 prerun_seed: 2 ################################################ ### Post-processing ################################################ postprocessing: fmt: "FOA" fs: 48000 loudness: -26
tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ INPUT_EXPERIMENT_NAMES = [ "P800-1", "P800-2", "P800-3", # "P800-4", "P800-4", # "P800-5", # "P800-6", # "P800-7", Loading