diff --git a/.gitignore b/.gitignore index 1103511d5e24da1902bebbef50497016a8ac07e8..7b271adb93a823ddee90c38e3941caf56a6c3967 100644 --- a/.gitignore +++ b/.gitignore @@ -12,22 +12,24 @@ venv/ *.bs *.192 mc.double -experiments/selection/*/proc_input*/cat*/*.wav -experiments/selection/*/proc_input*/cat*/*.csv -experiments/selection/*/proc_input*/cat*/*.pcm -experiments/selection/*/proc_input*/FOA*/*.wav -experiments/selection/*/proc_input*/HOA2*/*.wav -experiments/selection/*/background_noise/*.wav -experiments/selection/*/background_noise/*.txt -experiments/selection/*/proc_input*/*.wav -experiments/selection/*/proc_input*/*.pcm -experiments/selection/*/proc_input*/*.csv -experiments/selection/*/proc_input*/*.log -experiments/selection/*/proc_input*/*.yml -experiments/selection/*/proc_output*/ -experiments/selection/*/config/*-lab_*.yml -experiments/selection/*/gen_input/IRs/*.wav -experiments/selection/*/gen_input/items_mono/*.wav +experiments/*/*/proc_input*/cat*/*.wav +experiments/*/*/proc_input*/cat*/*.csv +experiments/*/*/proc_input*/cat*/*.met +experiments/*/*/proc_input*/cat*/*.pcm +experiments/*/*/proc_input*/FOA*/*.wav +experiments/*/*/proc_input*/HOA2*/*.wav +experiments/*/*/background_noise/*.wav +experiments/*/*/background_noise/*.csv +experiments/*/*/background_noise/*.txt +experiments/*/*/proc_input*/*.wav +experiments/*/*/proc_input*/*.pcm +experiments/*/*/proc_input*/*.csv +experiments/*/*/proc_input*/*.log +experiments/*/*/proc_input*/*.yml +experiments/*/*/proc_output*/ +experiments/*/*/config/*-lab_*.yml +experiments/*/*/gen_input/IRs/*.wav +experiments/*/*/gen_input/items_mono/*.wav *~ tests/temp_output_* tests/cut diff --git a/README.md b/README.md index f5ebd10e10405d904139989bbfce8ac913d3d984..c0bebb30c795dcc0a8d7afc8c8e075ec677a65b4 100755 --- a/README.md +++ b/README.md @@ -1,32 +1,32 @@ -**** @@ -47,6 +47,111 @@ --- +# Running characterization experiments + +For an overview of the experiments, see [characterization_tests.md](characterization_tests.md) + +## Prerequisites + +- A working python environment (minimum version >= 3.9) with the required packages installed. +- The required additional binaries from ITU STL or the respective 3GPP contributions: + - The binaries must be placed in ivas_processing_scripts/bin OR + - a path specified in [binary_paths.yml](ivas_processing_scripts/binary_paths.yml) configuration file (please read the instructions carefully if using). + - Please note the required patch for networkSimulator_g192 that must be manually applied. +- EVS fixed point binaries + - These should be placed in the bin folder and named EVS_cod_fx and EVS_dec_fx +- Compiled versions of the codec from the BASOP repository: + - Binaries compiled with ivas_float_update should be placed in the bin folder and named IVAS_cod_flt_ref and IVAS_dec_flt_ref + - Binaries compiled with main (BASOP) should be placed in the bin folder and named IVAS_cod_fx and IVAS_dec_fx +- IVAS_rend from the floating-point repository: + - This should be placed in the bin folder and named named IVAS_rend +- A local clone of this repository + +## Setup + +- Ensure you are on the latest version of the main branch of the processing scripts repo (`git pull`) +- Navigate to the box.com folder “Inbox_selected” for the experiment you wish to run. +- Download the experiment folder, e.g., “Inbox_selected/P.800/P.800-1” +- Copy/move the downloaded items into the corresponding folder in experiments/characterization in your copy of the processing scripts repo. +- e.g., `cp -r ~/Downloads/P.800-1/\* experiments/characterization/P800-1/` + +## Processing + +Run the processing from the root directory of the repository by invoking the python module with the experiment configuration YAML file: + +```sh +python3 -m ivas_processing_scripts experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml +``` + +Repeat the above step for all configuration files to process all categories and levels. + +Notes: + +- The python module does NOT accept a list of configs; they must be run individually. +- This can be somewhat worked around with a shell loop, but please note this can make finding an error more difficult: + +```sh +for config in $(ls experiments/characterization/P800-1/config/*.yml); do python3 -m ivas_processing_scripts $config; done +``` + +## Follow up tasks + +After the processing is finished, the outputs will be present in the respective `proc_output` directories. + +- For P.800 tests, these outputs need to be collected according to the test plan to assemble the final outputs required for P.800 test software. +- For MUSHRA tests, the outputs may be used directly, or in case of multi-input format experiments again need to be manually assembled. + +At this point of time there is no script to automatically perform this. + +## Directory structure + +### P.800 experiments + +```bash +. +└── P800-1 + ├── background_noise + │ └── + ├── config + │ └── + ├── proc_input + │ ├── cat1 + │ │ ├── + │ │ ├── for ISM metadata + │ │ └── for MASA metadata + │ ├── cat2... + │ └── ...cat6 + └── proc_output + ├── cat1 + │ ├── out_-16LKFS + │ │ ├── c01 + │ │ │ └── + │ │ ├── c02... + │ │ └── ...cXX + │ ├── out_-26LKFS + │ └── out_-36LKFS + ├── cat2... + └── ...cat6 +``` + +### BS.1534 experiments + +```bash +. +└── BS1534-1 + ├── config + │ └── + ├── proc_input[_FMT] # for multiple input formats, suffix is present + │ ├── + │ ├── for ISM metadata + │ └── for MASA metadata + └── proc_output[_FMT] # for multiple input formats, suffix is present + ├── c01 + │ └── + ├── c02... + └── ...cXX +``` + # Quick guide: How to set up a listening test This section describes step by step how to set up a listening test according to the Processing Plan (IVAS-7) and Test Plan (IVAS-8). @@ -76,15 +181,17 @@ Each entry under `scenes:` describes one test item, specifying: - `input`: list of mono `.wav` files - `azimuth` / `elevation`: spatial placement (°) - `level`: loudness in dB -- `shift`: timing offsets in seconds +- `shift`: signal offset/overlap in seconds +- `background`: background noise file (applicable to STEREO and SBA only) +- `background_level`: level of the background noise (applicable to STEREO and SBA only) -Dynamic positioning (e.g., `"-20:1.0:360"`) means the source will move over time, stepping every 20 ms. - -The total duration of the output signal can be controlled using the `duration` field. The output signal may optionally be rendered to the BINAURAL format by specifying the `binaural_output` field. +Dynamic positioning (e.g., `"-20:1.0:360"`) means the source will move over time, stepping every 20 ms. The maximum total duration of the output signal can be controlled using the `duration` field. The output signal may optionally be rendered to the BINAURAL format by specifying the `binaural_output` field. The `shift` parameter ensures time adjustment (offset) of the input signal (positive value delays the signal). Aternatively, the notation `X(i_ref)` generates overlap by `X` seconds from the reference signal `i_ref` (0-based index) (positive value creates gap). Start by running a single scene to verify settings. Output includes both audio and optional metadata files. You can enable multiprocessing by setting `multiprocessing: true`. -### Item processing +The addition of custom background noise at specific level is supported for the STEREO and SBA formats only. For ISMs it's not applicable. For OMASA and OSBA formats, it is expected that the backround noise is provided in the FOA/HOA2/HOA3 format as the first item in the `input` list. + +### Item processing (selection) The input has to be in the folder `experiments/selection/P800-{X}/proc_input_{l}`. If item generation is performed previous to this step, the corresponding files are already in the right folder. If this step is performed independently of the previous one the input files have to be copied to the respective folder sorted by category. @@ -102,7 +209,7 @@ For more information about this processing step see The set up for the MUSHRA test only consists of the item processing. -### Item processing +### Item processing (Selection) To process a BS1534-{X}{x} (X = 1, 2, ...7, x = a, b) listening test, the input files have to be placed in the folder `experiments/selection/BS1534-{X}{x}/proc_input_{l}` and the command `python generate_test.py BS1534-{X}{x},{l}` has to be run from the root of the repository. 'l' stands for the listening lab designator: a (Force Technology), b (HEAD acoustics), c (MQ University), d (Mesaqin.com). @@ -218,18 +325,18 @@ output_path: "./tmp_output" ### If input format is ISM{1-4} a path for the metadata files can be specified; ### default = null (for ISM search for item_name.{wav, raw, pcm}.{0-3}.csv in input folder, otherise ignored) # metadata_path: - ### Path can be set for all items with the 'all_items' key (automatic search for item_name.{wav, raw, pcm}.{0-3}.csv within this folder) - # all_items: ".../metadata_folder" - ### Path can be set for all items individually with 'item{1-4}' keys - ### 'item{1-4}' keys can also be renamed to the input file names including extension {wav, raw, pcm} - ### Either list individual files for all objects or name folder for automatic search for one item - # item1: - # - ".../meta_all_obj" - # item2: - # - ".../meta_obj1.csv" - # - ".../meta_ob2.csv" - # noise.wav: - # - ".../metadata_folder_for_noise_item" +### Path can be set for all items with the 'all_items' key (automatic search for item_name.{wav, raw, pcm}.{0-3}.csv within this folder) +# all_items: ".../metadata_folder" +### Path can be set for all items individually with 'item{1-4}' keys +### 'item{1-4}' keys can also be renamed to the input file names including extension {wav, raw, pcm} +### Either list individual files for all objects or name folder for automatic search for one item +# item1: +# - ".../meta_all_obj" +# item2: +# - ".../meta_obj1.csv" +# - ".../meta_ob2.csv" +# noise.wav: +# - ".../metadata_folder_for_noise_item" ### Select only a subset of items ### searches for the specified substring in found filenames; default = null @@ -267,31 +374,31 @@ input: ### Pre-processing step performed prior to core processing for all conditions ### If not defined, preprocessing step is skipped # preprocessing: - ### Target format used in rendering from input format; default = null (no rendering) - # fmt: "7_1_4" - ### Define mask (HP50 or 20KBP) for input signal filtering; default = null - # mask: "HP50" - ### Gain factor to be applied BEFORE any other processing (linear, or add dB suffix) - # gain_pre: 10 dB - ### Gain factor to be applied AFTER any other processing (linear, or add dB suffix) - # gain_post: 3.1622776602 - ### Target sampling rate in Hz for resampling; default = null (no resampling) - # fs: 16000 - ### Target loudness in LKFS; default = null (no loudness change applied) - # loudness: -26 - ### Spatial audio format in which loudness is adjusted (only used if preprocessing loudness is not null); - ### default = null (uses postprocessing fmt) - # loudness_fmt: "BINAURAL" - ### Pre-/post-trim individual signal(s) (ms) (negative values pad silence); default = 0 - # trim: - # - 50 - # - -50 - ### Flag for using noise (amplitude +-4) instead of silence for padding; default = false (silence) - # pad_noise: true - ### Value for application of delay (ms) (negative values advance); default = 0 - # delay: 20 - ### Length of window used at start/end of signal (ms); default = 0 - # window: 100 +### Target format used in rendering from input format; default = null (no rendering) +# fmt: "7_1_4" +### Define mask (HP50 or 20KBP) for input signal filtering; default = null +# mask: "HP50" +### Gain factor to be applied BEFORE any other processing (linear, or add dB suffix) +# gain_pre: 10 dB +### Gain factor to be applied AFTER any other processing (linear, or add dB suffix) +# gain_post: 3.1622776602 +### Target sampling rate in Hz for resampling; default = null (no resampling) +# fs: 16000 +### Target loudness in LKFS; default = null (no loudness change applied) +# loudness: -26 +### Spatial audio format in which loudness is adjusted (only used if preprocessing loudness is not null); +### default = null (uses postprocessing fmt) +# loudness_fmt: "BINAURAL" +### Pre-/post-trim individual signal(s) (ms) (negative values pad silence); default = 0 +# trim: +# - 50 +# - -50 +### Flag for using noise (amplitude +-4) instead of silence for padding; default = false (silence) +# pad_noise: true +### Value for application of delay (ms) (negative values advance); default = 0 +# delay: 20 +### Length of window used at start/end of signal (ms); default = 0 +# window: 100 ``` @@ -303,29 +410,29 @@ input: ```yaml # preprocessing_2: - ### Options for processing of the concatenated item (concatenate_input: true) or - ### the individual items (concatenate_input: false) after previous pre-processing step - ### Horizontally concatenate input items into one long file; default = false - # concatenate_input: true - ### Specify the concatenation order in a list of strings. If not specified, the concatenation order would be - ### as per the filesystem on the users' device - ### Should only be used if concatenate_input = true - # concatenation_order: [] - ### Specify preamble duration in ms; default = 0 - # preamble: 10000 - ### Flag wheter to use noise (amplitude +-4) for the preamble or silence; default = false (silence) - # preamble_noise: true - ### Additive background noise - # background_noise: - ### SNR for background noise in dB; REQUIRED for prerecorded background noise and ignored for low level noise - # snr: 10 - ### REQUIRED: Either background noise path or low level noise flag - ### Path to background noise, must have same format and sampling rate as input signal(s); default = null - # background_noise_path: ".../noise.wav" - ### Flag for using low level [-4,+4] background noise; default = false - # low_level_noise: true - ### Flag for repeating the whole signal once and discarding the first half after processing - # repeat_signal: true +### Options for processing of the concatenated item (concatenate_input: true) or +### the individual items (concatenate_input: false) after previous pre-processing step +### Horizontally concatenate input items into one long file; default = false +# concatenate_input: true +### Specify the concatenation order in a list of strings. If not specified, the concatenation order would be +### as per the filesystem on the users' device +### Should only be used if concatenate_input = true +# concatenation_order: [] +### Specify preamble duration in ms; default = 0 +# preamble: 10000 +### Flag wheter to use noise (amplitude +-4) for the preamble or silence; default = false (silence) +# preamble_noise: true +### Additive background noise +# background_noise: +### SNR for background noise in dB; REQUIRED for prerecorded background noise and ignored for low level noise +# snr: 10 +### REQUIRED: Either background noise path or low level noise flag +### Path to background noise, must have same format and sampling rate as input signal(s); default = null +# background_noise_path: ".../noise.wav" +### Flag for using low level [-4,+4] background noise; default = false +# low_level_noise: true +### Flag for repeating the whole signal once and discarding the first half after processing +# repeat_signal: true ``` @@ -340,22 +447,22 @@ input: ### e.g. frame error insertion or transport simulation for JBM testing ### can be given globally or in individual conditions of type ivas or evs # tx: - ### REQUIRED: Type of bitstream processing; possible types: "JBM" or "FER" - #type: "JBM" - ### JBM - ### REQUIRED: either error_pattern or error_profile - ### delay error profile file - # error_pattern: ".../dly_error_profile.dat" - ### Index of one of the existing delay error profile files to use (1-11) - # error_profile: 5 - ## nFramesPerPacket parameter for the network simulator (optional); default = 1 - # n_frames_per_packet: 2 - ### FER - ### REQUIRED: either error_pattern or error_rate - ### Frame error pattern file - # error_pattern: "path/pattern.192" - ### Error rate in percent - # error_rate: 5 +### REQUIRED: Type of bitstream processing; possible types: "JBM" or "FER" +#type: "JBM" +### JBM +### REQUIRED: either error_pattern or error_profile +### delay error profile file +# error_pattern: ".../dly_error_profile.dat" +### Index of one of the existing delay error profile files to use (1-11) +# error_profile: 5 +## nFramesPerPacket parameter for the network simulator (optional); default = 1 +# n_frames_per_packet: 2 +### FER +### REQUIRED: either error_pattern or error_rate +### Frame error pattern file +# error_pattern: "path/pattern.192" +### Error rate in percent +# error_rate: 5 ``` @@ -431,6 +538,13 @@ conditions_to_generate: # fs: 48000 ### Additional commandline options; default = null # opts: ["-q", "-no_delay_cmp"] + ### Per-item renderer configuration. Set to true to search for a file with suffix .cfg; default = false + # render_config: true + ### Head-tracking trajectory file for binaural output OR 'true' which will search for a file with the suffix .ht.csv next to the input; default = null + ### NOTE: this automatically configures the '-T' argument to the decoder, so may conflict if also specified in `opts` + # trajectory: "path/to/file" + ### Limit the trajectory to 3DoF via truncation; default = false + # only_3dof: false ### IVAS condition ############################### c07: @@ -516,8 +630,10 @@ postprocessing: # bin_lfe_gain: 1 ### Flag whether output should be limited to avoid clipping (can alter target loudness); default = true # limit: false - ### Head-tracking trajectory file for binaural output; default = null + ### Head-tracking trajectory file for binaural output OR 'true' which will search for a file with the suffix .ht.csv in the input dir; default = null # trajectory: "path/to/file" + ### Limit the trajectory to 3DoF via truncation; default = false + # only_3dof: false ``` @@ -615,21 +731,7 @@ The processing chain is as follows: ## Additional Executables -The following additional executables are needed for the different processing steps: - -| Processing step | Executable | Where to find | -| ------------------------------------------------------------------------------------------- | -------------------------- | --------------------------------------------------------------------------------------------------------------- | -| Loudness measurement and adjustment | bs1770demo | (Note branch) | -| MNRU | p50fbmnru | | -| ESDRU | esdru | | -| Frame error pattern application | eid-xor | | -| Error pattern generation | gen-patt | (Note: Version in is buggy!) | -| Reverberation module | reverb | | -| Filtering, Resampling | filter | | -| Random offset/seed generation (necessary for background noise and FER bitstream processing) | random | | -| JBM network simulator | networkSimulator_g192 | | -| MASA rendering (also used in loudness measurement of MASA items) | masaRenderer, masaAnalyzer | | -| EVS reference conditions | EVS_cod, EVS_dec | | +Additional executables are needed for the different processing steps, please see the dedicated [README](ivas_processing_scripts/bin/README.md). The necessary binaries have to be either placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder or the path has to be specified in [ivas_processing_scripts/binary_paths.yml](./ivas_processing_scripts/binary_paths.yml). diff --git a/characterization_tests.md b/characterization_tests.md new file mode 100644 index 0000000000000000000000000000000000000000..3a15f3d3be202c30d4c8a1ebabd9cd2fd2c5e380 --- /dev/null +++ b/characterization_tests.md @@ -0,0 +1,56 @@ +# Characterization experiments + +Each link in the table leads to the config directory of the respective experiment. + +## P.800 + +| Experiment | Format | +| ------------------------------------------------------- | -------------------- | +| [P800-1](experiments/characterization/P800-1/config/) | Stereo | +| [P800-2](experiments/characterization/P800-2/config/) | Stereo | +| [P800-3](experiments/characterization/P800-3/config/) | FOA | +| [P800-4](experiments/characterization/P800-4/config/) | HOA2 | +| [P800-5](experiments/characterization/P800-5/config/) | HOA3 | +| [P800-6](experiments/characterization/P800-6/config/) | MC 5.1, 7.1 | +| [P800-7](experiments/characterization/P800-7/config/) | MC 5.1+4, 7.1+4 | +| [P800-8](experiments/characterization/P800-8/config/) | MC - Mixed CICP | +| [P800-9](experiments/characterization/P800-9/config/) | 1-2 Objects | +| [P800-10](experiments/characterization/P800-10/config/) | 3-4 Objects | +| [P800-11](experiments/characterization/P800-11/config/) | 1-4 Objects | +| [P800-12](experiments/characterization/P800-12/config/) | MASA 1 TC | +| [P800-13](experiments/characterization/P800-13/config/) | MASA 2 TCs | +| [P800-14](experiments/characterization/P800-14/config/) | MASA 1-2 TC | +| [P800-15](experiments/characterization/P800-15/config/) | OSBA (1-2 objects) | +| [P800-16](experiments/characterization/P800-16/config/) | OSBA (3-4 objects) | +| [P800-17](experiments/characterization/P800-17/config/) | OSBA (1-4 objects) | +| [P800-18](experiments/characterization/P800-18/config/) | OMASA (1-2 objects) | +| [P800-19](experiments/characterization/P800-19/config/) | OMASA (3-4 objects) | +| [P800-20](experiments/characterization/P800-20/config/) | OMASA (1-4 objects) | +| [P800-21](experiments/characterization/P800-21/config/) | JBM with Stereo | +| [P800-22](experiments/characterization/P800-22/config/) | JBM with 1-2 objects | +| [P800-23](experiments/characterization/P800-23/config/) | JBM with FOA | + +## BS.1534 + +| Experiment | Format | +| ----------------------------------------------------------- | -------------------------- | +| [BS1534-1](experiments/characterization/BS1534-1/config/) | Stereo | +| [BS1534-2](experiments/characterization/BS1534-2/config/) | Stereo | +| [BS1534-3](experiments/characterization/BS1534-3/config/) | FOA | +| [BS1534-4](experiments/characterization/BS1534-4/config/) | FOA | +| [BS1534-5](experiments/characterization/BS1534-5/config/) | HOA3 | +| [BS1534-6](experiments/characterization/BS1534-6/config/) | Multichannel 5.1 | +| [BS1534-7](experiments/characterization/BS1534-7/config/) | Multi-channel 5.1, 7.1 | +| [BS1534-8](experiments/characterization/BS1534-8/config/) | Multi-channel 5.1+2, 5.1+4 | +| [BS1534-9](experiments/characterization/BS1534-9/config/) | Multi-channel 7.1+4 | +| [BS1534-10](experiments/characterization/BS1534-10/config/) | ISM 1-2 | +| [BS1534-11](experiments/characterization/BS1534-11/config/) | ISM 3-4 | +| [BS1534-12](experiments/characterization/BS1534-12/config/) | ISM 3-4 | +| [BS1534-13](experiments/characterization/BS1534-13/config/) | MASA (1TC) | +| [BS1534-14](experiments/characterization/BS1534-14/config/) | MASA (1TC) | +| [BS1534-15](experiments/characterization/BS1534-15/config/) | MASA (2TC) | +| [BS1534-16](experiments/characterization/BS1534-16/config/) | OSBA (1-4 obj.) | +| [BS1534-17](experiments/characterization/BS1534-17/config/) | OSBA (1-4 obj.) | +| [BS1534-18](experiments/characterization/BS1534-18/config/) | OMASA (1-4 obj.) | +| [BS1534-19](experiments/characterization/BS1534-19/config/) | Stereo downmix for EVS | +| [BS1534-20](experiments/characterization/BS1534-20/config/) | ISM 6 DoF (4 objects) | diff --git a/examples/ITEM_GENERATION_3ISM.yml b/examples/ITEM_GENERATION_3ISM.yml index e770cadf706b775682b8339677f64e863b0849b2..53dd0dedf501393b4ac35b7f19fbcd39686e23d7 100644 --- a/examples/ITEM_GENERATION_3ISM.yml +++ b/examples/ITEM_GENERATION_3ISM.yml @@ -37,7 +37,7 @@ duration: 8 add_low_level_random_noise: true ### Process with parallel streams -multiprocessing: False +multiprocessing: false ################################################ ### Item generation - Filename conventions @@ -93,7 +93,10 @@ provider: "va" ### input: input filename(s) ### azimuth: azimuth in the range [-180,180]; positive values point to the left ### elevation: elevation in the range [-90,90]; positive values indicate up -### shift: time adjustment of the input signal (negative value delays the signal) +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS ### ### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) ### Note 1: use brackets [val1, val2, ...] when specifying multiple values diff --git a/examples/ITEM_GENERATION_5_1_4.yml b/examples/ITEM_GENERATION_5_1_4.yml new file mode 100644 index 0000000000000000000000000000000000000000..2a0dbd278315dfff0deac6e9fcdcc587d5286ed4 --- /dev/null +++ b/examples/ITEM_GENERATION_5_1_4.yml @@ -0,0 +1,178 @@ +--- +################################################ +# Item generation - General configuration +################################################ + +### Any relative paths will be interpreted relative to the working directory the script is called from! +### Usage of absolute paths is recommended. +### Do not use file names with dots "." in them! This is not supported, use "_" instead +### For Windows users: please use double back slash '\\' in paths and add '.exe' to executable definitions + +### Output format +format: "5_1_4" +# masa_tc: 1 # applicable only to MASA/OMASA format +# masa_dirs: 1 # applicable only to MASA/OMASA format +# sba_order: 2 # applicable only to OSBA format + +### Output sampling rate in Hz +fs: 48000 + +### Generate BINAURAL output (_BINAURAL will be appended to the output filename) +binaural_output: true + +### Normalize target loudness to X LKFS +loudness: -26 + +### Apply pre-amble and post-amble in X seconds +preamble: 0.0 +postamble: 0.0 + +### Apply fade-in and fade-out of X seconds +fade_in_out: 0.5 + +### Trim the output such that the total duration is X seconds +duration: 8 + +### Add low-level random background noise (amplitude +-4) instead of silence; default = false (silence) +add_low_level_random_noise: false + +### Process with parallel streams +multiprocessing: false + +################################################ +### Item generation - Filename conventions +################################################ + +### Naming convention for the input mono files +### The input filenames are represented by: +### lLLeeettszz.wav +### where: +### l stands for the listening lab designator: a (Force Technology), b (HEAD acoustics), c (MQ University), d (Mesaqin.com) +### LL stands for the language: JP, FR, GE, MA, DA, EN +### eee stands for the experiment designator: p01, p02, p04, p05, p06, p07, p08, p09 +### tt stands for the talker ID: f1, f2, f3, m1, m2, m3 +### s stands for 'sample' and zz is the sample number; 01, ..., 14 + +### Naming convention for the generated output files +### The output filenames are represented by: +### leeeayszz.wav +### The filenames of the accompanying output metadata files (applicable to metadata-assisted spatial audio, object-based audio) are represented by: +### leeeayszz.met for metadata-assisted spatial audio +### leeeayszz.wav.o.csv for object-based audio +### where: +### l stands for the listening lab designator: a (Force Technology), b (HEAD acoustics), c (MQ University), d (Mesaqin.com) +### eee stands for the experiment designator: p01, p02, p04, p05, p06, p07, p08, p09 +### a stands 'audio' +### y is the per-experiment category according to IVAS-8a: 01, 02, 03, 04, 05, 06 +### s stands for sample and zz is the sample number; 01, 02, 03, 04, 05, 06, 07 (07 is the preliminary sample) +### o stands for the object number; 0, 1, 2, 3 + +### File designators, default is "l" for listening lab, "EN" for language, "p07" for experiment and "g" for company +listening_lab: "l" +language: "EN" +exp: "p01" +provider: "va" + +### Insert prefix for all input filenames (default: "") +### l stands for the 'listening_lab' designator, L stands for the 'language', e stands for the 'experiment' +### the number of consecutive letters define the length of each field +# use_input_prefix: "lLLeee" + +### Insert prefix for all output filenames (default: "") +### l stands for the 'listening_lab' designator, L stands for the 'language', e stands for the 'experiment' +### the number of consecutive letters define the length of each field +# use_output_prefix: "leee" + +################################################ +### Item generation - Scene description +################################################ + +### Each scene shall de described using the following parameters/properties: +### output: output filename +### description: textual description of the scene +### input: input filename(s) +### IR: filenames(s) of the input IRs +### azimuth: azimuth in the range [-180,180]; positive values point to the left +### elevation: elevation in the range [-90,90]; positive values indicate up +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS +### +### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) +### Note 1: use brackets [val1, val2, ...] when specifying multiple values +### Note 2: use the "start:step:stop" notation for moving sources, where step will be applied in 20ms frames +### Note 3: we're using right-handed coordinate system with azimuth = 0 pointing from the nose to the screen + +scenes: + "01": + output: "out/s01.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f1s4b_Talker2.wav", "items_mono/untrimmed/f2s1a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_01_01_FOA.wav", "IRs/IR_do_p04_e_02_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "02": + output: "out/s02.wav" + description: "Car with AB microphone pickup, overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f1s6a_Talker2.wav", "items_mono/untrimmed/f2s3b_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_03_01_FOA.wav", "IRs/IR_do_p04_e_04_01_FOA.wav"] + shift: [0.0, +1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "03": + output: "out/s03.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f3s3a_Talker2.wav", "items_mono/untrimmed/f3s10b_Talker2.wav"] + IR: ["IRs/IR_do_p04_e_05_01_FOA.wav", "IRs/IR_do_p04_e_06_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "04": + output: "out/s04.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f2s7b_Talker1.wav", "items_mono/untrimmed/f5s15a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_08_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "05": + output: "out/s05.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/m2s15a_Talker2.wav", "items_mono/untrimmed/m1s4a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_01_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "06": + output: "out/s06.wav" + description: "Car with AB microphone pickup, no overlap between the talkers." + input: ["items_mono/untrimmed/m3s8a_Talker2.wav", "items_mono/untrimmed/m4s13a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_03_01_FOA.wav", "IRs/IR_do_p04_e_01_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "07": + output: "out/s07.wav" + description: "Preliminary: Car with AB microphone pickup, no overlap between the talkers." + input: ["items_mono/untrimmed/f1s20a_Talker2.wav", "items_mono/untrimmed/f5s15b_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_02_01_FOA.wav", "IRs/IR_do_p04_e_07_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "08": + output: "out/s08.wav" + description: "Car with AB microphone pickup, overlap between the talkers." + input: ["items_mono/untrimmed/m2s6b_Talker2.wav", "items_mono/untrimmed/f5s14a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_08_01_FOA.wav", "IRs/IR_do_p04_e_04_01_FOA.wav"] + shift: [0.0, +1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 diff --git a/examples/ITEM_GENERATION_FOA.yml b/examples/ITEM_GENERATION_FOA.yml index 2287af4c67e7be64c7a7928d9a68afcd87e8d467..016c5fcfa268ca657667c0a18473eeec98aca06a 100644 --- a/examples/ITEM_GENERATION_FOA.yml +++ b/examples/ITEM_GENERATION_FOA.yml @@ -34,10 +34,10 @@ fade_in_out: 0.5 duration: 8 ### Add low-level random background noise (amplitude +-4) instead of silence; default = false (silence) -add_low_level_random_noise: False +add_low_level_random_noise: false ### Process with parallel streams -multiprocessing: False +multiprocessing: false ################################################ ### Item generation - Filename conventions @@ -94,7 +94,10 @@ use_output_prefix: "leee" ### IR: filenames(s) of the input IRs ### azimuth: azimuth in the range [-180,180]; positive values point to the left ### elevation: elevation in the range [-90,90]; positive values indicate up -### shift: time adjustment of the input signal (negative value delays the signal) +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS ### ### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) ### Note 1: use brackets [val1, val2, ...] when specifying multiple values @@ -109,13 +112,17 @@ scenes: input: ["items_mono/untrimmed/f1s4b_Talker2.wav", "items_mono/untrimmed/f2s1a_Talker1.wav"] IR: ["IRs/IR_do_p04_e_01_01_FOA.wav", "IRs/IR_do_p04_e_02_01_FOA.wav"] shift: [0.0, -1.0] - + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + "02": output: "out/s02.wav" description: "Car with AB microphone pickup, overlap between the talkers, car noise." input: ["items_mono/untrimmed/f1s6a_Talker2.wav", "items_mono/untrimmed/f2s3b_Talker1.wav"] IR: ["IRs/IR_do_p04_e_03_01_FOA.wav", "IRs/IR_do_p04_e_04_01_FOA.wav"] shift: [0.0, +1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 "03": output: "out/s03.wav" @@ -130,6 +137,8 @@ scenes: input: ["items_mono/untrimmed/f2s7b_Talker1.wav", "items_mono/untrimmed/f5s15a_Talker1.wav"] IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_08_01_FOA.wav"] shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 "05": output: "out/s05.wav" @@ -137,6 +146,8 @@ scenes: input: ["items_mono/untrimmed/m2s15a_Talker2.wav", "items_mono/untrimmed/m1s4a_Talker1.wav"] IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_01_01_FOA.wav"] shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 "06": output: "out/s06.wav" diff --git a/examples/ITEM_GENERATION_MASA.yml b/examples/ITEM_GENERATION_MASA.yml new file mode 100644 index 0000000000000000000000000000000000000000..715b20c4932eb6b21ebcd9642b55d4b8c4805bae --- /dev/null +++ b/examples/ITEM_GENERATION_MASA.yml @@ -0,0 +1,178 @@ +--- +################################################ +# Item generation - General configuration +################################################ + +### Any relative paths will be interpreted relative to the working directory the script is called from! +### Usage of absolute paths is recommended. +### Do not use file names with dots "." in them! This is not supported, use "_" instead +### For Windows users: please use double back slash '\\' in paths and add '.exe' to executable definitions + +### Output format +format: "MASA" +masa_tc: 1 # applicable only to MASA/OMASA format +masa_dirs: 1 # applicable only to MASA/OMASA format +# sba_order: 2 # applicable only to OSBA format + +### Output sampling rate in Hz +fs: 48000 + +### Generate BINAURAL output (_BINAURAL will be appended to the output filename) +binaural_output: true + +### Normalize target loudness to X LKFS +loudness: -26 + +### Apply pre-amble and post-amble in X seconds +preamble: 0.0 +postamble: 0.0 + +### Apply fade-in and fade-out of X seconds +fade_in_out: 0.5 + +### Trim the output such that the total duration is X seconds +duration: 8 + +### Add low-level random background noise (amplitude +-4) instead of silence; default = false (silence) +add_low_level_random_noise: false + +### Process with parallel streams +multiprocessing: false + +################################################ +### Item generation - Filename conventions +################################################ + +### Naming convention for the input mono files +### The input filenames are represented by: +### lLLeeettszz.wav +### where: +### l stands for the listening lab designator: a (Force Technology), b (HEAD acoustics), c (MQ University), d (Mesaqin.com) +### LL stands for the language: JP, FR, GE, MA, DA, EN +### eee stands for the experiment designator: p01, p02, p04, p05, p06, p07, p08, p09 +### tt stands for the talker ID: f1, f2, f3, m1, m2, m3 +### s stands for 'sample' and zz is the sample number; 01, ..., 14 + +### Naming convention for the generated output files +### The output filenames are represented by: +### leeeayszz.wav +### The filenames of the accompanying output metadata files (applicable to metadata-assisted spatial audio, object-based audio) are represented by: +### leeeayszz.met for metadata-assisted spatial audio +### leeeayszz.wav.o.csv for object-based audio +### where: +### l stands for the listening lab designator: a (Force Technology), b (HEAD acoustics), c (MQ University), d (Mesaqin.com) +### eee stands for the experiment designator: p01, p02, p04, p05, p06, p07, p08, p09 +### a stands 'audio' +### y is the per-experiment category according to IVAS-8a: 01, 02, 03, 04, 05, 06 +### s stands for sample and zz is the sample number; 01, 02, 03, 04, 05, 06, 07 (07 is the preliminary sample) +### o stands for the object number; 0, 1, 2, 3 + +### File designators, default is "l" for listening lab, "EN" for language, "p07" for experiment and "g" for company +listening_lab: "l" +language: "EN" +exp: "p01" +provider: "va" + +### Insert prefix for all input filenames (default: "") +### l stands for the 'listening_lab' designator, L stands for the 'language', e stands for the 'experiment' +### the number of consecutive letters define the length of each field +# use_input_prefix: "lLLeee" + +### Insert prefix for all output filenames (default: "") +### l stands for the 'listening_lab' designator, L stands for the 'language', e stands for the 'experiment' +### the number of consecutive letters define the length of each field +# use_output_prefix: "leee" + +################################################ +### Item generation - Scene description +################################################ + +### Each scene shall de described using the following parameters/properties: +### output: output filename +### description: textual description of the scene +### input: input filename(s) +### IR: filenames(s) of the input IRs +### azimuth: azimuth in the range [-180,180]; positive values point to the left +### elevation: elevation in the range [-90,90]; positive values indicate up +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS +### +### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) +### Note 1: use brackets [val1, val2, ...] when specifying multiple values +### Note 2: use the "start:step:stop" notation for moving sources, where step will be applied in 20ms frames +### Note 3: we're using right-handed coordinate system with azimuth = 0 pointing from the nose to the screen + +scenes: + "01": + output: "out/s01.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f1s4b_Talker2.wav", "items_mono/untrimmed/f2s1a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_01_01_FOA.wav", "IRs/IR_do_p04_e_02_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "02": + output: "out/s02.wav" + description: "Car with AB microphone pickup, overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f1s6a_Talker2.wav", "items_mono/untrimmed/f2s3b_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_03_01_FOA.wav", "IRs/IR_do_p04_e_04_01_FOA.wav"] + shift: [0.0, +1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "03": + output: "out/s03.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f3s3a_Talker2.wav", "items_mono/untrimmed/f3s10b_Talker2.wav"] + IR: ["IRs/IR_do_p04_e_05_01_FOA.wav", "IRs/IR_do_p04_e_06_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "04": + output: "out/s04.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/f2s7b_Talker1.wav", "items_mono/untrimmed/f5s15a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_08_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "05": + output: "out/s05.wav" + description: "Car with AB microphone pickup, no overlap between the talkers, car noise." + input: ["items_mono/untrimmed/m2s15a_Talker2.wav", "items_mono/untrimmed/m1s4a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_07_01_FOA.wav", "IRs/IR_do_p04_e_01_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "06": + output: "out/s06.wav" + description: "Car with AB microphone pickup, no overlap between the talkers." + input: ["items_mono/untrimmed/m3s8a_Talker2.wav", "items_mono/untrimmed/m4s13a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_03_01_FOA.wav", "IRs/IR_do_p04_e_01_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "07": + output: "out/s07.wav" + description: "Preliminary: Car with AB microphone pickup, no overlap between the talkers." + input: ["items_mono/untrimmed/f1s20a_Talker2.wav", "items_mono/untrimmed/f5s15b_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_02_01_FOA.wav", "IRs/IR_do_p04_e_07_01_FOA.wav"] + shift: [0.0, -1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 + + "08": + output: "out/s08.wav" + description: "Car with AB microphone pickup, overlap between the talkers." + input: ["items_mono/untrimmed/m2s6b_Talker2.wav", "items_mono/untrimmed/f5s14a_Talker1.wav"] + IR: ["IRs/IR_do_p04_e_08_01_FOA.wav", "IRs/IR_do_p04_e_04_01_FOA.wav"] + shift: [0.0, +1.0] + background: "items_background/Dolby_BG_do_p05_a_01_FOA.wav" + background_level: -46 diff --git a/examples/ITEM_GENERATION_OMASA.yml b/examples/ITEM_GENERATION_OMASA.yml index 1f631f3f372da3c59e4aa2c3687fdb6c10a3322e..462bc54e116c8a73869d7b79206435f97e024009 100644 --- a/examples/ITEM_GENERATION_OMASA.yml +++ b/examples/ITEM_GENERATION_OMASA.yml @@ -10,8 +10,8 @@ ### Output format format: "OMASA" -masa_tc: 2 # applicable only to OMASA format -masa_dirs: 2 # applicable only to OMASA format +masa_tc: 2 # applicable only to MASA/OMASA format +masa_dirs: 2 # applicable only to MASA/OMASA format # sba_order: 2 # applicable only to OSBA format ### Output sampling rate in Hz @@ -37,7 +37,7 @@ duration: 8 add_low_level_random_noise: true ### Process with parallel streams -multiprocessing: False +multiprocessing: false ################################################ ### Item generation - Filename conventions @@ -93,7 +93,10 @@ provider: "va" ### input: input filename(s) ### azimuth: azimuth in the range [-180,180]; positive values point to the left ### elevation: elevation in the range [-90,90]; positive values indicate up -### shift: time adjustment of the input signal (negative value delays the signal) +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS ### ### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) ### Note 1: use brackets [val1, val2, ...] when specifying multiple values diff --git a/examples/ITEM_GENERATION_OSBA.yml b/examples/ITEM_GENERATION_OSBA.yml index f7c33b490f6edd62ffa2d1e1faf0b582bf614b88..3b6968381d205f73bdcf9bef3b83ceae830da258 100644 --- a/examples/ITEM_GENERATION_OSBA.yml +++ b/examples/ITEM_GENERATION_OSBA.yml @@ -37,7 +37,7 @@ duration: 8 add_low_level_random_noise: true ### Process with parallel streams -multiprocessing: False +multiprocessing: false ################################################ ### Item generation - Filename conventions @@ -93,7 +93,10 @@ provider: "va" ### input: input filename(s) ### azimuth: azimuth in the range [-180,180]; positive values point to the left ### elevation: elevation in the range [-90,90]; positive values indicate up -### shift: time adjustment of the input signal (negative value delays the signal) +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS ### ### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) ### Note 1: use brackets [val1, val2, ...] when specifying multiple values diff --git a/examples/ITEM_GENERATION_STEREO.yml b/examples/ITEM_GENERATION_STEREO.yml index 14731b4b65858f5ab78fce3dfbe0178aede95fea..784263588b4f5390f3081799f93cad533b13b91f 100644 --- a/examples/ITEM_GENERATION_STEREO.yml +++ b/examples/ITEM_GENERATION_STEREO.yml @@ -37,7 +37,7 @@ duration: 8 add_low_level_random_noise: true ### Process with parallel streams -multiprocessing: False +multiprocessing: false ################################################ ### Item generation - Filename conventions @@ -94,7 +94,10 @@ provider: "g" ### IR: filenames(s) of the input IRs ### azimuth: azimuth in the range [-180,180]; positive values point to the left ### elevation: elevation in the range [-90,90]; positive values indicate up -### shift: time adjustment of the input signal (negative value delays the signal) +### shift: time adjustment of the input signal (positive value delays the signal) +### alternatively, the notation X(i_ref) generates overlap by X seconds from the reference signal i_ref (0-based index) (positive value creates gap) +### background: background noise filename (if used, the 'add_low_level_random_noise' parameter is ignored) +### background_level: normalized background noise loudness to X dB LKFS ### ### Note 0: you can use relative paths in filenames (the program assumes that the root directory is the parent directory of the ivas_processing_scripts subfolder) ### Note 1: use brackets [val1, val2, ...] when specifying multiple values @@ -109,6 +112,8 @@ scenes: input: ["items_mono/untrimmed/f1s4b_Talker2.wav", "items_mono/untrimmed/f2s1a_Talker1.wav"] IR: ["IRs/Car_TalkPos1_Stereo_M5_SinSweep_2chn.wav", "IRs/Car_TalkPos2_Stereo_M5_SinSweep_2chn.wav"] shift: [0.0, -1.0] + background: "items_mono/347224__rayjensen__ambience-in-car_stereo.wav" + background_level: -66 "02": output: "out/a1s02.wav" @@ -116,6 +121,8 @@ scenes: input: ["items_mono/untrimmed/f1s6a_Talker2.wav", "items_mono/untrimmed/f2s3b_Talker1.wav"] IR: ["IRs/Car_TalkPos3_Stereo_M5_SinSweep_2chn.wav", "IRs/Car_TalkPos4_Stereo_M5_SinSweep_2chn.wav"] shift: [0.0, +1.0] + background: "items_mono/347224__rayjensen__ambience-in-car_stereo.wav" + background_level: -66 "03": output: "out/a1s03.wav" @@ -123,6 +130,8 @@ scenes: input: ["items_mono/untrimmed/f3s3a_Talker2.wav", "items_mono/untrimmed/f3s10b_Talker2.wav"] IR: ["IRs/Car_TalkPos1_Stereo_M5_SinSweep_2chn.wav", "IRs/Car_TalkPos1_Stereo_M5_SinSweep_2chn.wav"] shift: [0.0, -1.0] + background: "items_mono/347224__rayjensen__ambience-in-car_stereo.wav" + background_level: -66 "04": output: "out/a1s04.wav" @@ -130,13 +139,17 @@ scenes: input: ["items_mono/untrimmed/f2s7b_Talker1.wav", "items_mono/untrimmed/f5s15a_Talker1.wav"] IR: ["IRs/FreeField_IR_Python_AB_20cm_Pos1.wav", "IRs/FreeField_IR_Python_AB_20cm_Pos2.wav"] shift: [0.0, -1.0] - + background: "items_mono/347224__rayjensen__ambience-in-car_stereo.wav" + background_level: -66 + "05": output: "out/a1s05.wav" description: "Car with AB microphone pickup, no overlap between the talkers, car noise." input: ["items_mono/untrimmed/m2s15a_Talker2.wav", "items_mono/untrimmed/m1s4a_Talker1.wav"] IR: ["IRs/FreeField_IR_Python_AB_20cm_Pos3.wav", "IRs/FreeField_IR_Python_AB_20cm_Pos4.wav"] shift: [0.0, -1.0] + background: "items_mono/347224__rayjensen__ambience-in-car_stereo.wav" + background_level: -66 "06": output: "out/a1s06.wav" diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index 72fcd82ce898597aa7b64c62a7e5e7a33c89650e..fe7e1ec2e5d1a031b0a600722473be6256be7e25 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -37,7 +37,7 @@ input_path: ".../ivas/items/HOA3" output_path: ".../temp_output" ### Metadata path or file(s) ### If input format is ISM{1-4} a path for the metadata files can be specified; -### default = null (for ISM search for item_name.{wav, raw, pcm}.{0-3}.csv in input folder, otherise ignored) +### default = null (for ISM search for item_name.{wav, raw, pcm}.{0-3}.csv in input folder, otherwise ignored) # metadata_path: ### Path can be set for all items with the 'all_items' key (automatic search for item_name.{wav, raw, pcm}.{0-3}.csv within this folder) # all_items: ".../metadata_folder" @@ -115,7 +115,7 @@ input: ### Horizontally concatenate input items into one long file; default = false # concatenate_input: true ### if concatenation is applied, the following two keys can be used to add zeros before or after the items - ### duration is specified in miliseconds + ### duration is specified in milliseconds # silence_pre: 2000 # silence_post: 2000 ### Specify the concatenation order in a list of strings. If not specified, the concatenation order would be @@ -126,7 +126,7 @@ input: # concatenation_order: [] ### Specify preamble duration in ms; default = 0 # preamble: 10000 - ### Flag wheter to use noise (amplitude +-4) for the preamble or silence; default = false (silence) + ### Flag whether to use noise (amplitude +-4) for the preamble or silence; default = false (silence) # preamble_noise: true ### Additive background noise # background_noise: @@ -147,14 +147,14 @@ input: ### e.g. frame error insertion or transport simulation for JBM testing ### can be given globally here or in individual conditions of type ivas or evs # tx: - ### REQUIRED: Type of bitstream processing; possible types: "JBM" or "FER" + ### REQUIRED: Type of bitstream processing; possible types: "JBM" or "FER" or "JBM2FER" # type: "JBM" - ### JBM - ### REQUIRED: either error_pattern (and errpatt_late_loss_rate or errpatt_delay) or error_profile + ### JBM or JBM2FER + ### REQUIRED: either error_pattern (and errpatt_late_loss_rate or errpatt_delay for EVS or JBM2FER ) or error_profile ### delay error profile file # error_pattern: ".../dly_error_profile.dat" - ### Late loss rate in precent for EVS + ### Late loss rate in percent for EVS # errpatt_late_loss_rate: 1 ### Constant JBM delay in milliseconds for EVS # errpatt_delay: 200 @@ -240,6 +240,10 @@ conditions_to_generate: # fs: 32000 ### Additional commandline options; default = null # opts: ["-q", "-dtx", 4] + ### Input format conversion, if encoding a different format + # fmt: "FOA" + ### Optional use of IVAS_rend for prerendering; can be True (default search) or a path to the binary + # ivas_prerend: false ### Decoder options dec: ### Path to decoder binary; default search for IVAS_dec in bin folder (primary) and PATH (secondary) @@ -290,6 +294,13 @@ conditions_to_generate: # fs: 48000 ### Additional commandline options; default = null # opts: ["-q", "-no_delay_cmp"] + ### Per-item renderer configuration. Set to true to search for a file with suffix .cfg in the input dir; default = false + # render_config: true + ### Head-tracking trajectory file for binaural output OR 'true' which will search for a file with the suffix .ht.csv in the input dir; default = null + ### NOTE: this automatically configures the '-T' argument to the decoder, so may conflict if also specified in `opts` + # trajectory: "path/to/file" + ### Limit the trajectory to 3DoF via truncation; default = false + # only_3dof: false ### Bitstream options # tx: ### For possible arguments see overall bitstream modification @@ -339,18 +350,20 @@ postprocessing: ### Gain factor to be applied AFTER any other processing (linear, or add dB suffix) # gain_post: 3.1622776602 ### Low-pass cut-off frequency in Hz; default = null (no filtering) - # lp_cutoff: 24000 - ### Target loudness in LKFS; default = null (no loudness change applied) - # loudness: -26 - ### Spatial audio format in which loudness is adjusted (only used if preprocessing loudness is not null); - ### default = null (uses postprocessing fmt if possible) - # loudness_fmt: null - ### Name of custom binaural dataset (without prefix or suffix); - ### default = null (ORANGE53(_Dolby) for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM) - # bin_dataset: SADIE - ### Render LFE to binaural output with the specified gain (only valid for channel-based input); default = null - # bin_lfe_gain: 1 - ### Flag whether output should be limited to avoid clipping (can alter target loudness); default = false - # limit: true - ### Head-tracking trajectory file for binaural output; default = null - # trajectory: "path/to/file" +# lp_cutoff: 24000 +### Target loudness in LKFS; default = null (no loudness change applied) +# loudness: -26 +### Spatial audio format in which loudness is adjusted (only used if preprocessing loudness is not null); +### default = null (uses postprocessing fmt if possible) +# loudness_fmt: null +### Name of custom binaural dataset (without prefix or suffix); +### default = null (ORANGE53(_Dolby) for BINAURAL, IISofficialMPEG222UC for BINAURAL_ROOM) +# bin_dataset: SADIE +### Render LFE to binaural output with the specified gain (only valid for channel-based input); default = null +# bin_lfe_gain: 1 +### Flag whether output should be limited to avoid clipping (can alter target loudness); default = false +# limit: true +### Head-tracking trajectory file for binaural output OR 'true' which will search for a file with the suffix .ht.csv in the input dir; default = null +# trajectory: "path/to/file" +### Limit the trajectory to 3DoF via truncation; default = false +# only_3dof: false diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml new file mode 100644 index 0000000000000000000000000000000000000000..d315616e33cd67a704fb2d7331f806e26f34926d --- /dev/null +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-1/proc_input" +output_path: "experiments/characterization/BS1534-1/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-1/proc_input/.gitkeep b/experiments/characterization/BS1534-1/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-1/proc_output/.gitkeep b/experiments/characterization/BS1534-1/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml new file mode 100644 index 0000000000000000000000000000000000000000..9c5f42ddc5c871e6e4d7c87c29fd93a4743c56c2 --- /dev/null +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-10/proc_input_ISM1" +output_path: "experiments/characterization/BS1534-10/proc_output_ISM1" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a294dd40d2915f0aa7cacc9cf039be1842657d4 --- /dev/null +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-10/proc_input_ISM2" +output_path: "experiments/characterization/BS1534-10/proc_output_ISM2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-10/proc_input_ISM1/.gitkeep b/experiments/characterization/BS1534-10/proc_input_ISM1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-10/proc_input_ISM2/.gitkeep b/experiments/characterization/BS1534-10/proc_input_ISM2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-10/proc_output_ISM1/.gitkeep b/experiments/characterization/BS1534-10/proc_output_ISM1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-10/proc_output_ISM2/.gitkeep b/experiments/characterization/BS1534-10/proc_output_ISM2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml new file mode 100644 index 0000000000000000000000000000000000000000..b4cbdbb2ffe9732d62bc5e783aba87c0bbc32cf1 --- /dev/null +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-11/proc_input_ISM3" +output_path: "experiments/characterization/BS1534-11/proc_output_ISM3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml new file mode 100644 index 0000000000000000000000000000000000000000..c494ca969c88ee724f5886415dee1ff2e2187bc4 --- /dev/null +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-11/proc_input_ISM4" +output_path: "experiments/characterization/BS1534-11/proc_output_ISM4" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-11/proc_input_ISM3/.gitkeep b/experiments/characterization/BS1534-11/proc_input_ISM3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-11/proc_input_ISM4/.gitkeep b/experiments/characterization/BS1534-11/proc_input_ISM4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-11/proc_output_ISM3/.gitkeep b/experiments/characterization/BS1534-11/proc_output_ISM3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-11/proc_output_ISM4/.gitkeep b/experiments/characterization/BS1534-11/proc_output_ISM4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml new file mode 100644 index 0000000000000000000000000000000000000000..95abadf66c4af3cca42b1c2317236104668d7337 --- /dev/null +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-12/proc_input_ISM3" +output_path: "experiments/characterization/BS1534-12/proc_output_ISM3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml new file mode 100644 index 0000000000000000000000000000000000000000..116d7839ecc1864c4ae9dc6827f3286cad75ef23 --- /dev/null +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-12/proc_input_ISM4" +output_path: "experiments/characterization/BS1534-12/proc_output_ISM4" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-12/proc_input_ISM3/.gitkeep b/experiments/characterization/BS1534-12/proc_input_ISM3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-12/proc_input_ISM4/.gitkeep b/experiments/characterization/BS1534-12/proc_input_ISM4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-12/proc_output_ISM3/.gitkeep b/experiments/characterization/BS1534-12/proc_output_ISM3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-12/proc_output_ISM4/.gitkeep b/experiments/characterization/BS1534-12/proc_output_ISM4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml new file mode 100644 index 0000000000000000000000000000000000000000..78cf9b5c94c35c38462de3250269bc9c63bc7f53 --- /dev/null +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-13/proc_input" +output_path: "experiments/characterization/BS1534-13/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-13/proc_input/.gitkeep b/experiments/characterization/BS1534-13/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-13/proc_output/.gitkeep b/experiments/characterization/BS1534-13/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml new file mode 100644 index 0000000000000000000000000000000000000000..f2b6b6f1a32e7058e2f3a67bc8224ea70e822bf1 --- /dev/null +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-14/proc_input" +output_path: "experiments/characterization/BS1534-14/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-14/proc_input/.gitkeep b/experiments/characterization/BS1534-14/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-14/proc_output/.gitkeep b/experiments/characterization/BS1534-14/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml new file mode 100644 index 0000000000000000000000000000000000000000..4eafff68796770bfcc9ffd218f35cb4d02deb943 --- /dev/null +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-15/proc_input" +output_path: "experiments/characterization/BS1534-15/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-15/proc_input/.gitkeep b/experiments/characterization/BS1534-15/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-15/proc_output/.gitkeep b/experiments/characterization/BS1534-15/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..9f20f402d828ed598a4e501babec135a407267e3 --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-16/proc_input_ISM1SBA3" +output_path: "experiments/characterization/BS1534-16/proc_output_ISM1SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..c94259e51e3132b894c3271855b851e0f8a7deca --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-16/proc_input_ISM2SBA3" +output_path: "experiments/characterization/BS1534-16/proc_output_ISM2SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..27e5c8707a91b9e18fbf6393c7ef1a2c8945addf --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-16/proc_input_ISM3SBA3" +output_path: "experiments/characterization/BS1534-16/proc_output_ISM3SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..ef064ce89e3ddfbd8b030e86221f85cba0f0b3d3 --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-16/proc_input_ISM4SBA3" +output_path: "experiments/characterization/BS1534-16/proc_output_ISM4SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-16/proc_input_ISM1SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_input_ISM1SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_input_ISM2SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_input_ISM2SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_input_ISM3SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_input_ISM3SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_input_ISM4SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_input_ISM4SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_output_ISM1SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_output_ISM1SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_output_ISM2SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_output_ISM2SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_output_ISM3SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_output_ISM3SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-16/proc_output_ISM4SBA3/.gitkeep b/experiments/characterization/BS1534-16/proc_output_ISM4SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..83c3a16749c6af0bb6bd043c25019b5379d6d63c --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-17/proc_input_ISM1SBA3" +output_path: "experiments/characterization/BS1534-17/proc_output_ISM1SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..1ee8fcf1fed6932bb64f2196168d312456d270fe --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-17/proc_input_ISM2SBA3" +output_path: "experiments/characterization/BS1534-17/proc_output_ISM2SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..33bc5fae56f8bf66ff318dfc13821340e86e295e --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-17/proc_input_ISM3SBA3" +output_path: "experiments/characterization/BS1534-17/proc_output_ISM3SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml new file mode 100644 index 0000000000000000000000000000000000000000..a470a04bc700c4da86fe7cfafeefad33381f7e26 --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-17/proc_input_ISM4SBA3" +output_path: "experiments/characterization/BS1534-17/proc_output_ISM4SBA3" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-17/proc_input_ISM1SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_input_ISM1SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_input_ISM2SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_input_ISM2SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_input_ISM3SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_input_ISM3SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_input_ISM4SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_input_ISM4SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_output_ISM1SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_output_ISM1SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_output_ISM2SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_output_ISM2SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_output_ISM3SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_output_ISM3SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-17/proc_output_ISM4SBA3/.gitkeep b/experiments/characterization/BS1534-17/proc_output_ISM4SBA3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml new file mode 100644 index 0000000000000000000000000000000000000000..0b3b0f7614ae09ab8fa7fad01fd09236b6923d79 --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-18/proc_input_ISM1MASA2DIR2" +output_path: "experiments/characterization/BS1534-18/proc_output_ISM1MASA2DIR2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml new file mode 100644 index 0000000000000000000000000000000000000000..2272e653add45197ff83ea92ecd524a7b0bc7236 --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-18/proc_input_ISM2MASA2DIR2" +output_path: "experiments/characterization/BS1534-18/proc_output_ISM2MASA2DIR2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml new file mode 100644 index 0000000000000000000000000000000000000000..734a6cfb0a0400da1f9829a6faef4179821f5b4d --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-18/proc_input_ISM3MASA2DIR2" +output_path: "experiments/characterization/BS1534-18/proc_output_ISM3MASA2DIR2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml new file mode 100644 index 0000000000000000000000000000000000000000..657c45d03936843893904fd2f3977f4d5dca6282 --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-18/proc_input_ISM4MASA2DIR2" +output_path: "experiments/characterization/BS1534-18/proc_output_ISM4MASA2DIR2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-18/proc_input_ISM1MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_input_ISM1MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_input_ISM2MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_input_ISM2MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_input_ISM3MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_input_ISM3MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_input_ISM4MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_input_ISM4MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_output_ISM1MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_output_ISM1MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_output_ISM2MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_output_ISM2MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_output_ISM3MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_output_ISM3MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-18/proc_output_ISM4MASA2DIR2/.gitkeep b/experiments/characterization/BS1534-18/proc_output_ISM4MASA2DIR2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml new file mode 100644 index 0000000000000000000000000000000000000000..e2789faa49b3fc5e4229b9114a1a0b23d9619e1b --- /dev/null +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -0,0 +1,129 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-19/proc_input" +output_path: "experiments/characterization/BS1534-19/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### Dual EVS + static dmx ### + c03: + type: evs + ivas_rend: + fmt: MONO + bitrates: + - - 7200 + - 7200 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: MONO + bitrates: + - - 13200 + - 13200 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### Static dmx + EVS ### + c05: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c06: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### CuT (dynamic dmx + EVS) ### + c07: + type: ivas + ivas_rend: + fmt: STEREO + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -stereo_dmx_evs + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c08: + type: ivas + ivas_rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -stereo_dmx_evs + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-19/proc_input/.gitkeep b/experiments/characterization/BS1534-19/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-19/proc_output/.gitkeep b/experiments/characterization/BS1534-19/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml new file mode 100644 index 0000000000000000000000000000000000000000..d808e258027780a3316c7a0cf370bb92743a317d --- /dev/null +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-2/proc_input" +output_path: "experiments/characterization/BS1534-2/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-2/proc_input/.gitkeep b/experiments/characterization/BS1534-2/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-2/proc_output/.gitkeep b/experiments/characterization/BS1534-2/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml new file mode 100644 index 0000000000000000000000000000000000000000..17d02668ffa432f69a41dc47aa1856ff28694688 --- /dev/null +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -0,0 +1,144 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-20/proc_input" +output_path: "experiments/characterization/BS1534-20/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ivas_rend: + fmt: BINAURAL + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + c02: + type: lp7k + ivas_rend: + fmt: BINAURAL + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + c03: + type: lp3k5 + ivas_rend: + fmt: BINAURAL + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + ### IVAS, no ext. metadata ### + c04: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + only_3dof: true + trajectory: true + c05: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + only_3dof: true + trajectory: true + ### IVAS, extended metadata ### + c06: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + extended_metadata: true + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + c07: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + extended_metadata: true + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-20/proc_input/.gitkeep b/experiments/characterization/BS1534-20/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-20/proc_output/.gitkeep b/experiments/characterization/BS1534-20/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml new file mode 100644 index 0000000000000000000000000000000000000000..559c3b7e1d6c39cb6e237d334d4adb9a4442a317 --- /dev/null +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-3/proc_input" +output_path: "experiments/characterization/BS1534-3/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-3/proc_input/.gitkeep b/experiments/characterization/BS1534-3/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-3/proc_output/.gitkeep b/experiments/characterization/BS1534-3/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml new file mode 100644 index 0000000000000000000000000000000000000000..e2628648f209074bb7497792264ea7792dba8301 --- /dev/null +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-4/proc_input" +output_path: "experiments/characterization/BS1534-4/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-4/proc_input/.gitkeep b/experiments/characterization/BS1534-4/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-4/proc_output/.gitkeep b/experiments/characterization/BS1534-4/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml new file mode 100644 index 0000000000000000000000000000000000000000..6345ea6e05bd2832cda21982950338de69b2bff4 --- /dev/null +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-5/proc_input" +output_path: "experiments/characterization/BS1534-5/proc_output" +use_windows_codec_binaries: false +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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "7_1_4" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-5/proc_input/.gitkeep b/experiments/characterization/BS1534-5/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-5/proc_output/.gitkeep b/experiments/characterization/BS1534-5/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml new file mode 100644 index 0000000000000000000000000000000000000000..fa0f7ea5db5bfce01e470b99c902542bca599c94 --- /dev/null +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-6/proc_input" +output_path: "experiments/characterization/BS1534-6/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "5_1" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-6/proc_input/.gitkeep b/experiments/characterization/BS1534-6/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-6/proc_output/.gitkeep b/experiments/characterization/BS1534-6/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml new file mode 100644 index 0000000000000000000000000000000000000000..cf35b012ce882b14093b0184e478631cde25f02a --- /dev/null +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-7/proc_input_5_1" +output_path: "experiments/characterization/BS1534-7/proc_output_5_1" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml new file mode 100644 index 0000000000000000000000000000000000000000..3b5b930b75eb494e2a79f465343985be47264885 --- /dev/null +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-7/proc_input_7_1" +output_path: "experiments/characterization/BS1534-7/proc_output_7_1" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-7/proc_input_5_1/.gitkeep b/experiments/characterization/BS1534-7/proc_input_5_1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-7/proc_input_7_1/.gitkeep b/experiments/characterization/BS1534-7/proc_input_7_1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-7/proc_output_5_1/.gitkeep b/experiments/characterization/BS1534-7/proc_output_5_1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-7/proc_output_7_1/.gitkeep b/experiments/characterization/BS1534-7/proc_output_7_1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml new file mode 100644 index 0000000000000000000000000000000000000000..1eced6fedc9a3615344a2bc82c90999aacc0979c --- /dev/null +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-8/proc_input_5_1_2" +output_path: "experiments/characterization/BS1534-8/proc_output_5_1_2" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_2" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml new file mode 100644 index 0000000000000000000000000000000000000000..0c735e09b2c2678954ca1e6922835184b90aa62c --- /dev/null +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-8/proc_input_5_1_4" +output_path: "experiments/characterization/BS1534-8/proc_output_5_1_4" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-8/proc_input_5_1_2/.gitkeep b/experiments/characterization/BS1534-8/proc_input_5_1_2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-8/proc_input_5_1_4/.gitkeep b/experiments/characterization/BS1534-8/proc_input_5_1_4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-8/proc_output_5_1_2/.gitkeep b/experiments/characterization/BS1534-8/proc_output_5_1_2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-8/proc_output_5_1_4/.gitkeep b/experiments/characterization/BS1534-8/proc_output_5_1_4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml new file mode 100644 index 0000000000000000000000000000000000000000..815d009ed012fc45d4dc889963b70c5e3896ce74 --- /dev/null +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -0,0 +1,114 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: BS1534-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/BS1534-9/proc_input" +output_path: "experiments/characterization/BS1534-9/proc_output" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + c02: + type: lp3k5 + ### EVS conditions ### + c03: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + ivas_rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + ### IVAS FX conditions ### + c05: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c06: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c07: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "7_1_4" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/BS1534-9/proc_input/.gitkeep b/experiments/characterization/BS1534-9/proc_input/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/BS1534-9/proc_output/.gitkeep b/experiments/characterization/BS1534-9/proc_output/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/background_noise/.gitkeep b/experiments/characterization/P800-1/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6a9e072660f26188425e419e2696826e1d937a9e --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat1" +output_path: "experiments/characterization/P800-1/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d1ccf318144ddf5379fcf5931b0f319c720da3a1 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat1" +output_path: "experiments/characterization/P800-1/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2bcc965e1be453d5d8d02020c7b62dfa0485ca4e --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat1" +output_path: "experiments/characterization/P800-1/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..cd5b2e8c7cc3685995bc0f4333bf4168ef2396f2 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat2" +output_path: "experiments/characterization/P800-1/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a9d255f2db9de4ce3481bad1f6e03331e0fad23 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat2" +output_path: "experiments/characterization/P800-1/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..407ce81da1cc8474c7acb18f761b82738bda8d6d --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat2" +output_path: "experiments/characterization/P800-1/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..40733ba5df8b72127da906022b9405bfe4e5c467 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat3" +output_path: "experiments/characterization/P800-1/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..493fbaace70a5e5764ee0f00fb24190c8986aa3d --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat3" +output_path: "experiments/characterization/P800-1/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fefa5183355cbbf344797098d6757ef1db445d6f --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat3" +output_path: "experiments/characterization/P800-1/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..11d6ddb5311170608aa9c1ccf1b6aadbe8f8c3ad --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat4" +output_path: "experiments/characterization/P800-1/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3b08ad1b290b8287e487f9ba47d4cb9439e36c81 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat4" +output_path: "experiments/characterization/P800-1/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e94f6cfccc4682c52509bf1af4f6c9eac290af19 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat4" +output_path: "experiments/characterization/P800-1/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..439480199b3cb0d5d84ea5bcd78388623dbc2f30 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat5" +output_path: "experiments/characterization/P800-1/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dac466ffba39b53944b80df72a4b2186453556d2 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat5" +output_path: "experiments/characterization/P800-1/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a507cfcd5b827b5ed666a797eb4fb8bd790b4863 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat5" +output_path: "experiments/characterization/P800-1/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d86d7fc5fae17653d58ccdfe871704c3de8e1e44 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat6" +output_path: "experiments/characterization/P800-1/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d0669d0f03ffce32bec9a21546a0100871a56e9b --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat6" +output_path: "experiments/characterization/P800-1/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dde4c88ede3ac6c9bbc9839b91cf8c884dbeb873 --- /dev/null +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-1/proc_input/cat6" +output_path: "experiments/characterization/P800-1/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-1/proc_input/cat1/.gitkeep b/experiments/characterization/P800-1/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_input/cat2/.gitkeep b/experiments/characterization/P800-1/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_input/cat3/.gitkeep b/experiments/characterization/P800-1/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_input/cat4/.gitkeep b/experiments/characterization/P800-1/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_input/cat5/.gitkeep b/experiments/characterization/P800-1/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_input/cat6/.gitkeep b/experiments/characterization/P800-1/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-1/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-1/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..687e286fec4847a4976903076664d60bff4ce048 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat1" +output_path: "experiments/characterization/P800-10/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4618d958bf94bc87cddbdbef004c83d59083fff8 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat1" +output_path: "experiments/characterization/P800-10/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f97dcb5a7dbdc2d78e8a8e5e445224d325205c04 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat1" +output_path: "experiments/characterization/P800-10/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b688382f8226252982b460ebf65d8d86f1431a50 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat2" +output_path: "experiments/characterization/P800-10/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1c704c6f8cdd88fe3423ce3065216b7a29ec6e96 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat2" +output_path: "experiments/characterization/P800-10/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6e4a05c53f5214a0db863ab2fbf19dbb46e5b6b2 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat2" +output_path: "experiments/characterization/P800-10/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..06b605ddc0cb20bab95d427c9f790bc032ee2858 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat3" +output_path: "experiments/characterization/P800-10/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..38b2c1788f2aabb1845daec3451adfd13448d7fb --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat3" +output_path: "experiments/characterization/P800-10/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0788188d24c3292b01fafe48dfe74180ccb4b1a4 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat3" +output_path: "experiments/characterization/P800-10/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8c311170fa58ff4d1ba5958448cbf9addb8aef7a --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat4" +output_path: "experiments/characterization/P800-10/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1880adea7d94573788005a6303afe2cda33ccc96 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat4" +output_path: "experiments/characterization/P800-10/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fa82e5cf0fda5566dcb8e48eeeb63f5fe482c840 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat4" +output_path: "experiments/characterization/P800-10/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b9df8ac4f316bb3da3d5c8fe71059fbe9e4e7542 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat5" +output_path: "experiments/characterization/P800-10/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a035adad9c2ab7252d77297926f6d717edb2d577 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat5" +output_path: "experiments/characterization/P800-10/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..676a58823b8cf468d32ad0dcee13f57ed8c91ba4 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat5" +output_path: "experiments/characterization/P800-10/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ff0b01b66b502455171affae15f3ee853be37717 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat6" +output_path: "experiments/characterization/P800-10/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0b5d672e7c9094a0941b47f64df55e4359297fca --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat6" +output_path: "experiments/characterization/P800-10/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..713b0e0ad2027dab0c44f2ad717020d13df51452 --- /dev/null +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-10 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-10/proc_input/cat6" +output_path: "experiments/characterization/P800-10/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-10/proc_input/cat1/.gitkeep b/experiments/characterization/P800-10/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_input/cat2/.gitkeep b/experiments/characterization/P800-10/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_input/cat3/.gitkeep b/experiments/characterization/P800-10/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_input/cat4/.gitkeep b/experiments/characterization/P800-10/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_input/cat5/.gitkeep b/experiments/characterization/P800-10/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_input/cat6/.gitkeep b/experiments/characterization/P800-10/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-10/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-10/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..af0005e8fd23181df8431ed41b6f01371e7af7c4 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat1" +output_path: "experiments/characterization/P800-11/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..08976f0cbf809063b7e6d74c95ad574c46cec7c9 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat1" +output_path: "experiments/characterization/P800-11/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b2a8972c20cfcd040b52d16306c871a9c91c515f --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat1" +output_path: "experiments/characterization/P800-11/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1a753817107464f411514b3ca8db58bfdc4df25f --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat2" +output_path: "experiments/characterization/P800-11/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b5ead014cd0ec79cac4c7138aea75a16c68b707b --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat2" +output_path: "experiments/characterization/P800-11/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..36fb359116a2bc2c06aae8d993a629e5430c5650 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat2" +output_path: "experiments/characterization/P800-11/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..018084ad71cffbb63421c73c363578ebab8cebb1 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat3" +output_path: "experiments/characterization/P800-11/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a861d7fa61eeaa1e8584a5a1b632fa76e95cadc7 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat3" +output_path: "experiments/characterization/P800-11/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b2a670fecc157ae1452763ac41e967b2a8bd729c --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat3" +output_path: "experiments/characterization/P800-11/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1652a30d7d9f756cfc0d3dce016bbbc1d6611f5f --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat4" +output_path: "experiments/characterization/P800-11/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..27c74dbcc7763623c7227a2ff1b49981900741b3 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat4" +output_path: "experiments/characterization/P800-11/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..78d1b64453c0b041c65efce3c485447770c24609 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat4" +output_path: "experiments/characterization/P800-11/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..500689a94563a252626d6d21ca6268c937237703 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat5" +output_path: "experiments/characterization/P800-11/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3752c482e58699ad23d32e0715b203a1de236cae --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat5" +output_path: "experiments/characterization/P800-11/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..36e0391183dd11c930dd43dbeb021182dfcaad0b --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat5" +output_path: "experiments/characterization/P800-11/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b1ff36bcab2a7d72008859ab9480bcff1347dff0 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat6" +output_path: "experiments/characterization/P800-11/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0756514ca538eb08bc861d64e8a16e1ac1a8f14b --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat6" +output_path: "experiments/characterization/P800-11/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2de581098c7b92ba468e160168eb79c87f524465 --- /dev/null +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-11 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-11/proc_input/cat6" +output_path: "experiments/characterization/P800-11/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-11/proc_input/cat1/.gitkeep b/experiments/characterization/P800-11/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_input/cat2/.gitkeep b/experiments/characterization/P800-11/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_input/cat3/.gitkeep b/experiments/characterization/P800-11/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_input/cat4/.gitkeep b/experiments/characterization/P800-11/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_input/cat5/.gitkeep b/experiments/characterization/P800-11/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_input/cat6/.gitkeep b/experiments/characterization/P800-11/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-11/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-11/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/background_noise/.gitkeep b/experiments/characterization/P800-12/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..60c89df10a4fb6d6b7444e28fcb620c1ece5adf0 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat1" +output_path: "experiments/characterization/P800-12/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..107ceff1256f5d2f05d39aa0d00eb30198b5991a --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat1" +output_path: "experiments/characterization/P800-12/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ac1096a6eca19524342efd10b9e35a35fce95a29 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat1" +output_path: "experiments/characterization/P800-12/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..05ae41118f35f120dbbd26e6116a16832262782c --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat2" +output_path: "experiments/characterization/P800-12/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4ab227dd1dddf1dcc4136f093b575c1b3259acff --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat2" +output_path: "experiments/characterization/P800-12/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..82f4218be0cf570401024ceb73e2dc5459c5f54a --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat2" +output_path: "experiments/characterization/P800-12/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bbaaa8a4d8dce2efb9a51b93c02b2397395f03c5 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat3" +output_path: "experiments/characterization/P800-12/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7039dd672d66dcef1e62bfd5b8f9585a9ed242db --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat3" +output_path: "experiments/characterization/P800-12/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..38341691c68154d6edc01bd69849ad475429023b --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat3" +output_path: "experiments/characterization/P800-12/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..444d948ff378f55d3c9bcd150d7ac3413302d2c6 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat4" +output_path: "experiments/characterization/P800-12/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d7402d950f0295b868cfdf025426f78a632b37c8 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat4" +output_path: "experiments/characterization/P800-12/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1682ad3e5ec727a6861b3fb698edcbc50fd104d2 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat4" +output_path: "experiments/characterization/P800-12/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..202d3f6a736617cd8ddbdebeecfeeb76fa5857b6 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat5" +output_path: "experiments/characterization/P800-12/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c7b4c0f05b8eb16b0ebe1cfc5746999e2c85b02 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat5" +output_path: "experiments/characterization/P800-12/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d4833791f9bb6725a6b9dd160d1a10061019dbf3 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat5" +output_path: "experiments/characterization/P800-12/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab3ee9eaa43fa0d7572aea01ed9c279346c5a85a --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat6" +output_path: "experiments/characterization/P800-12/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..068ac94b9226440974dedadebf2d8199058a0de9 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat6" +output_path: "experiments/characterization/P800-12/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..89a2c625fe03c0e28b3969a6f6927334cf535b08 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-12 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-12/proc_input/cat6" +output_path: "experiments/characterization/P800-12/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-12/proc_input/cat1/.gitkeep b/experiments/characterization/P800-12/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_input/cat2/.gitkeep b/experiments/characterization/P800-12/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_input/cat3/.gitkeep b/experiments/characterization/P800-12/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_input/cat4/.gitkeep b/experiments/characterization/P800-12/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_input/cat5/.gitkeep b/experiments/characterization/P800-12/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_input/cat6/.gitkeep b/experiments/characterization/P800-12/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-12/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-12/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/background_noise/.gitkeep b/experiments/characterization/P800-13/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2df32a68c9c4dd5370193304067f69c48544cfe2 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat1" +output_path: "experiments/characterization/P800-13/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a5cd57ba5191196cd482f6afe82d622c5e5cb312 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat1" +output_path: "experiments/characterization/P800-13/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4db87a2130fd5d7d882ea4341316ed2cc1576f8d --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat1" +output_path: "experiments/characterization/P800-13/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..59eb5c5af649e39c4c17f32a67f7cdedccac3f7a --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat2" +output_path: "experiments/characterization/P800-13/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a4e0ce538bf5797a6288127c8b532a4121ea795 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat2" +output_path: "experiments/characterization/P800-13/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..46eff300a1c5ad63de385133ea89af751b7b8d3c --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat2" +output_path: "experiments/characterization/P800-13/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3e039dbb312294dc4ba39af4d4f9e3125b019037 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat3" +output_path: "experiments/characterization/P800-13/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ee4bd44acef37cb8bd589c143490b2d714a777a --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat3" +output_path: "experiments/characterization/P800-13/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ae9cacf2a2ddfecf68d4ee309c17db2861c9fd44 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat3" +output_path: "experiments/characterization/P800-13/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8573bb6fa0e7d67e6a54928d76c885bd1fc77b8c --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat4" +output_path: "experiments/characterization/P800-13/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e0ad673b70549cb3d3cb6a4ff2f04a5ddd5b162a --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat4" +output_path: "experiments/characterization/P800-13/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e03c9e6d851019b2c0145965256345f9660e4ec2 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml @@ -0,0 +1,332 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat4" +output_path: "experiments/characterization/P800-13/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dee0a7dd0dae70942e3f52da5cf8c851bfa201b9 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat5" +output_path: "experiments/characterization/P800-13/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0574ad86ed8a11adf5138b24eef30d5537fc988f --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat5" +output_path: "experiments/characterization/P800-13/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c33da976ebdef7dfd50f7ddd88acff497fd2897c --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat5" +output_path: "experiments/characterization/P800-13/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..68019f2d162336260d521f844ff906ef0ef76b7d --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat6" +output_path: "experiments/characterization/P800-13/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3cb0f70f29e0ba625ac94ca9452a90bb027d8f98 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat6" +output_path: "experiments/characterization/P800-13/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..514f98e4dd259b98404bbe653ecbbd50ca7b8e93 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml @@ -0,0 +1,329 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-13 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-13/proc_input/cat6" +output_path: "experiments/characterization/P800-13/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-13/proc_input/cat1/.gitkeep b/experiments/characterization/P800-13/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_input/cat2/.gitkeep b/experiments/characterization/P800-13/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_input/cat3/.gitkeep b/experiments/characterization/P800-13/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_input/cat4/.gitkeep b/experiments/characterization/P800-13/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_input/cat5/.gitkeep b/experiments/characterization/P800-13/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_input/cat6/.gitkeep b/experiments/characterization/P800-13/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-13/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-13/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/background_noise/.gitkeep b/experiments/characterization/P800-14/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..af06ea95f86e0a9c56b1dcdbb5bf6382beea75c4 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5b6a756341ad545a20e9ddf62ccec766e478d614 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f3f500573cd5dd5b41f5d5340b6aac4714aca98f --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8aea4a8af804729ecd9ae3f6d7b576245d7c07f6 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2e6b143c8849a2c2a3f64ee5a4e3ec65ae96e509 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b8dba2d1ff7235cfb8ad97656a1f32fd83f15996 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat1_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..100bd8a0639cc1927eaeb85e9879cfce25dab1b7 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b5c870972ba799024627033da42c94f70e8463be --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe1cfe829ecaef6f14ee02be04a7fd2a5117a337 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..449dda9aa688d1b7cc64342a273eab676c189ad2 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..57b617bf6d49d77b322e87d29dd6d93b71f95707 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f61c2866423f2a21d75c13668c1f195b72eaf1fa --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat2_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..edd9a441646331277a936407ea2713f53ad04f6a --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3528a90a70103f7b729eb445ab9594651a45a676 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8f456b88bf5f8bf867ca18734286c6c0e612fda7 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9b0f2267388e74a86edb5772e25c4916cf7f0bb2 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..461ce1b1c8d65faef46cfe598d0a2668460950e5 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fc5d1d6ee8622129801cffde4e827f5f721da2ec --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat3_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8889504e521e72edf11750c8d797571f2c00f601 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..58fa54525a97ae25d77221ab6833bea752c4ca42 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..384d07cffd74a5ec447f6ec415841853197816ca --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..de7d8b8d72fd6ff008af7550415279eb898d8abf --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f790007766f97f51a86b9db371dc18b9c4bbf2c6 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..92b8aa24eb7d9cd586d6a6716fd77e7c5b491331 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml @@ -0,0 +1,272 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat4_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..479b3ade48276d64f54508eb93bdedfbfce937af --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7bd3ccdbdfda20626af4459867ec12bba7009ef4 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bfbea9b3688782f3d4fdf3cb6f8ddb68f8eaf585 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..13835277ae033a2d346e701a7e7648a41b3754df --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1f4eaf1bb11c26e68fee4e8d0fb8c61a77e78c8b --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..38348902d520beac4f67d75e071d7cc9104275de --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat5_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR1 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR1 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR1 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR1 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR1 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..32d90ca7b06740279eaf259e5da72744efc8cb33 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_1TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..af5da112079f000608537ca856688b57844fe8b2 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_1TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fea6977ce819151c731f0c64f9d9f6da541c30ef --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_1TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA1DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR2 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR2 + c04: + type: mnru + q: 25 + fmt: MASA1DIR2 + c05: + type: mnru + q: 18 + fmt: MASA1DIR2 + ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### + c09: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c15: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 1 TC, 8% FER ### + c23: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c24: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c25: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c26: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c28: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c29: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA1DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f56b2099feddfe5bdc322ba915afb0f31cec3c75 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_2TC/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ced9518169f052f6f5115c121f08a430b51695af --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_2TC/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..60721f42a91a3e1c974d85e8bb18a25a8d8d88c6 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml @@ -0,0 +1,269 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-14 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" +output_path: "experiments/characterization/P800-14/proc_output/cat6_2TC/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c02: + type: ref + fmt: MASA2DIR2 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + fmt: MASA2DIR2 + c07: + type: esdru + alpha: 0.6 + fmt: MASA2DIR2 + c08: + type: esdru + alpha: 0.2 + fmt: MASA2DIR2 + ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### + c16: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c18: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 4 + c22: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 4 + ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### + c30: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c31: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c32: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c33: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + c34: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c35: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 8 + c36: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + fmt: MASA2DIR2 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 8 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-14/proc_input/cat1/.gitkeep b/experiments/characterization/P800-14/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_input/cat2/.gitkeep b/experiments/characterization/P800-14/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_input/cat3/.gitkeep b/experiments/characterization/P800-14/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_input/cat4/.gitkeep b/experiments/characterization/P800-14/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_input/cat5/.gitkeep b/experiments/characterization/P800-14/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_input/cat6/.gitkeep b/experiments/characterization/P800-14/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/background_noise/.gitkeep b/experiments/characterization/P800-15/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..320c5c42395e84c0f5bc34d901d0a00c4297cdd1 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat1" +output_path: "experiments/characterization/P800-15/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..818bef281be0e23855b0e0b25c77875700bd0791 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat1" +output_path: "experiments/characterization/P800-15/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe32412aca5382deee50a8ff1d634d9b370b5556 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat1" +output_path: "experiments/characterization/P800-15/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..067072a3cbeaa8aeae373a0ae413349df186b2aa --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat2" +output_path: "experiments/characterization/P800-15/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..54b7b20d91394928be11197ba4075c8c8bcb28e7 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat2" +output_path: "experiments/characterization/P800-15/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f16d23846a126b9e0126512002f08164610256cf --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat2" +output_path: "experiments/characterization/P800-15/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6b531add12e8fb0b242f7a55844e3d047121dd9d --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat3" +output_path: "experiments/characterization/P800-15/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9c1a45422c6092e806126ddd200ae25f0ad22f2d --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat3" +output_path: "experiments/characterization/P800-15/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..adb54f1605d8bfe992c9ece9aceb39f1db49cf9e --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat3" +output_path: "experiments/characterization/P800-15/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0defb7d93b75dc875bdc609dfab71f2e674513e6 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat4" +output_path: "experiments/characterization/P800-15/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b7d20f473d6fa4068abdd98d39767ed7c2796055 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat4" +output_path: "experiments/characterization/P800-15/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9a2e6eeb484d6724543d9c55c50ee5ab7b068f70 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat4" +output_path: "experiments/characterization/P800-15/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ba86051a4042791035965cfc61aa312a07a3e5ce --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat5" +output_path: "experiments/characterization/P800-15/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f5bef891a8a9d576687e62cceb74d1d97fcd1b45 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat5" +output_path: "experiments/characterization/P800-15/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..45a06eb332f1cd929a2861e59677648d6d667c93 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat5" +output_path: "experiments/characterization/P800-15/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a7213ed9bc463590efca5cffbb0b126cfea9f197 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat6" +output_path: "experiments/characterization/P800-15/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..700b588f216c3f5f614d515cadb07a055ac01e59 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat6" +output_path: "experiments/characterization/P800-15/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e5a2245f98d03844f832a602b7587a93ecf7880 --- /dev/null +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-15 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-15/proc_input/cat6" +output_path: "experiments/characterization/P800-15/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-15/proc_input/cat1/.gitkeep b/experiments/characterization/P800-15/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_input/cat2/.gitkeep b/experiments/characterization/P800-15/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_input/cat3/.gitkeep b/experiments/characterization/P800-15/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_input/cat4/.gitkeep b/experiments/characterization/P800-15/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_input/cat5/.gitkeep b/experiments/characterization/P800-15/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_input/cat6/.gitkeep b/experiments/characterization/P800-15/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-15/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-15/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..67b3bc5976d8372726180945feb270f11ebb96cc --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat1" +output_path: "experiments/characterization/P800-16/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e1652cc2b595f3e4a835b2663788241f41997179 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat1" +output_path: "experiments/characterization/P800-16/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..87ee03cecc88d6317b5df96c48524cc2104205fb --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat1" +output_path: "experiments/characterization/P800-16/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f59b7198e493ae59d414cda3756a1489723ac70d --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat2" +output_path: "experiments/characterization/P800-16/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7f1182c848385e3e5c9a132b7a9aec1f8e3b43cf --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat2" +output_path: "experiments/characterization/P800-16/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..40ce2756e5a9bcec4dad14ac28e9ff1680bfd1d5 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat2" +output_path: "experiments/characterization/P800-16/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6866f38a632198b60f4a783dd0999bed720cde11 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat3" +output_path: "experiments/characterization/P800-16/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f0e748a5f73285b588880979c90f2083c219c6b6 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat3" +output_path: "experiments/characterization/P800-16/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed7fd46254ecd6bfc196bc6eaf659272eb3882a1 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat3" +output_path: "experiments/characterization/P800-16/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..371cc051bfbe8cf3e43e30f0375d7d4853a8c2f1 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat4" +output_path: "experiments/characterization/P800-16/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3b7d2c6600881be98db21d962b53b86db429ef80 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat4" +output_path: "experiments/characterization/P800-16/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c79e4edb0e8a060e36df26d47eac40c88f8b2ee --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat4" +output_path: "experiments/characterization/P800-16/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b78b76cef5fb9a9eb69457329ea27e3c3275419d --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat5" +output_path: "experiments/characterization/P800-16/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d4bea8439f18e1af5594eb075fa3c6fec034bdbf --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat5" +output_path: "experiments/characterization/P800-16/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..09040779e9ff8fe203a86cf827d772a6748a6f82 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat5" +output_path: "experiments/characterization/P800-16/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b72a967fe532adcf5315fca17c8a5487362fc619 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat6" +output_path: "experiments/characterization/P800-16/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dbba49081c21a350a369520e8087d262148c1d41 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat6" +output_path: "experiments/characterization/P800-16/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c39b0f65135aba6d0a1e27a9b7a9390979d90d99 --- /dev/null +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-16 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-16/proc_input/cat6" +output_path: "experiments/characterization/P800-16/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-16/proc_input/cat1/.gitkeep b/experiments/characterization/P800-16/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_input/cat2/.gitkeep b/experiments/characterization/P800-16/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_input/cat3/.gitkeep b/experiments/characterization/P800-16/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_input/cat4/.gitkeep b/experiments/characterization/P800-16/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_input/cat5/.gitkeep b/experiments/characterization/P800-16/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_input/cat6/.gitkeep b/experiments/characterization/P800-16/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-16/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-16/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3925ea0416c750e14f3bccdce4f4b6cac349ee1c --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat1" +output_path: "experiments/characterization/P800-17/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7dc073ec98abce21d3b4d6a9ed7bc2ee3d6eabee --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat1" +output_path: "experiments/characterization/P800-17/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e1cf0aae86f3109f2ccbb4eb5e2e78c8a55800b7 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat1" +output_path: "experiments/characterization/P800-17/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..deb85f8009a776468fd9a4ae513710219b974024 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat2" +output_path: "experiments/characterization/P800-17/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4166d07964cb0005a167c2ab1a1453d8f254edcf --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat2" +output_path: "experiments/characterization/P800-17/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d02433c6deadbe837cc0fa0908d0e42f01c169c9 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat2" +output_path: "experiments/characterization/P800-17/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7bef1003898b7b9b2da1b835a4b6a3d9042b268d --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat3" +output_path: "experiments/characterization/P800-17/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..360b2fef71799f4060a17cc995e13b1c53968eba --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat3" +output_path: "experiments/characterization/P800-17/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..67d2a5022caedce897c4afe0d9698e5e3af8e06c --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat3" +output_path: "experiments/characterization/P800-17/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..58d0b0edbcdd2f1066d2b376d93b98e11a0f1072 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat4" +output_path: "experiments/characterization/P800-17/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9cfa749d303a6352bc622d04610009782c103b8f --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat4" +output_path: "experiments/characterization/P800-17/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..619f5ec7f1977ecf71d174c3650ac49a6c88eadc --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat4" +output_path: "experiments/characterization/P800-17/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..69d868ed0ae88c99cdab182776e021aa9158e54e --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat5" +output_path: "experiments/characterization/P800-17/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..661c0f1e8549adc215af55d8e7cf5a9d09318437 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat5" +output_path: "experiments/characterization/P800-17/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fbcaac13b454fc49fa47d95c4866a21815348a6c --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat5" +output_path: "experiments/characterization/P800-17/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2a656be95e32bce8cb0dfe6b67c6fa42e4f7ca1b --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat6" +output_path: "experiments/characterization/P800-17/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a6c36f459f7be57685af801180f37c00cbfbda9f --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat6" +output_path: "experiments/characterization/P800-17/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fd2d74c595343528e8d9a1ef7fc75b39a86fbf52 --- /dev/null +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml @@ -0,0 +1,318 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-17 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-17/proc_input/cat6" +output_path: "experiments/characterization/P800-17/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3SBA3" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OSBA clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OSBA FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OSBA clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM3 + HOA3 conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-17/proc_input/cat1/.gitkeep b/experiments/characterization/P800-17/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_input/cat2/.gitkeep b/experiments/characterization/P800-17/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_input/cat3/.gitkeep b/experiments/characterization/P800-17/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_input/cat4/.gitkeep b/experiments/characterization/P800-17/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_input/cat5/.gitkeep b/experiments/characterization/P800-17/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_input/cat6/.gitkeep b/experiments/characterization/P800-17/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-17/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-17/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/background_noise/.gitkeep b/experiments/characterization/P800-18/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0c8b5c60013cf30005e36dd2978ac042f569da79 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat1" +output_path: "experiments/characterization/P800-18/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8b957d6896eeec5f405b28baf42728e3b2e0bb0e --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat1" +output_path: "experiments/characterization/P800-18/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f97a4bd9dc6bf163764acc2186e0fc23b7b655d3 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat1" +output_path: "experiments/characterization/P800-18/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..71b7364832c0509872188acdfb479cf68f2e2097 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat2" +output_path: "experiments/characterization/P800-18/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f339158609caa80457d0bb8848b682fe5ba4e20c --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat2" +output_path: "experiments/characterization/P800-18/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..cf8e2c7005b4717c45e744c5ca9208876f80d293 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat2" +output_path: "experiments/characterization/P800-18/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..468ad25d9dd587a521a6b0af682a6a4e776a4a87 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat3" +output_path: "experiments/characterization/P800-18/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..eea5562ad4644e3fbd7e6e663bc10bb9bff75f5e --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat3" +output_path: "experiments/characterization/P800-18/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9dec335bfe589c239652aa88e5b7af8b783b01eb --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat3" +output_path: "experiments/characterization/P800-18/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e8985af53f7fb197c18b70fc3b92d8c3daa6e687 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat4" +output_path: "experiments/characterization/P800-18/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..959a7419a529af61b809c510fa6f8c70876b0cb9 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat4" +output_path: "experiments/characterization/P800-18/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..90717f9b08119fafb0a54a1e559d5840c79ded09 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat4" +output_path: "experiments/characterization/P800-18/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f4e2df044c920150df39d182c2ffe96526b7f4e3 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat5" +output_path: "experiments/characterization/P800-18/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..741495a06373adc0955a0dcc6530a611af06d193 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat5" +output_path: "experiments/characterization/P800-18/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a7c159c1e14df5b24ff61bb8c70f76de8298959c --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat5" +output_path: "experiments/characterization/P800-18/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..37a91cca18673696d1c2d97aa9394ba23512cda9 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat6" +output_path: "experiments/characterization/P800-18/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e026cb76a07a9e5091753883e95502aa706006db --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat6" +output_path: "experiments/characterization/P800-18/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e89f45905416eec442311b3516b684737693e5f0 --- /dev/null +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-18 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-18/proc_input/cat6" +output_path: "experiments/characterization/P800-18/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-18/proc_input/cat1/.gitkeep b/experiments/characterization/P800-18/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_input/cat2/.gitkeep b/experiments/characterization/P800-18/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_input/cat3/.gitkeep b/experiments/characterization/P800-18/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_input/cat4/.gitkeep b/experiments/characterization/P800-18/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_input/cat5/.gitkeep b/experiments/characterization/P800-18/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_input/cat6/.gitkeep b/experiments/characterization/P800-18/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-18/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-18/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4676a0a96e88ba0b1683d5be1ac8e24f73daf45d --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat1" +output_path: "experiments/characterization/P800-19/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ced31075b361118424e824278bbf9099b63a83d --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat1" +output_path: "experiments/characterization/P800-19/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3345aae95be32f1ed93e37e4136d139981d4eb59 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat1" +output_path: "experiments/characterization/P800-19/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..756b3e844bb7d657f2611eaad66bab909463d501 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat2" +output_path: "experiments/characterization/P800-19/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..73a7a42a1012b8c9d2d3f443fdc5d99ba0d345c2 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat2" +output_path: "experiments/characterization/P800-19/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..623b93ecb834ce2a01e377d670ce6fee8c7c67fc --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat2" +output_path: "experiments/characterization/P800-19/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b1390940b5587b78189ea3d760245fd562100bf6 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat3" +output_path: "experiments/characterization/P800-19/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ed2ef92f0e09ae11f35a8e169b2589c298413ef --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat3" +output_path: "experiments/characterization/P800-19/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f0d1d92987fb909fb7ff8a81f81d699b89607f1c --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat3" +output_path: "experiments/characterization/P800-19/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5ebab292594b00b00b8c1f51bfeaaf9acbfee2b5 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat4" +output_path: "experiments/characterization/P800-19/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..52fe4c5ba591f2dead540e59ba1d96b03861b1e6 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat4" +output_path: "experiments/characterization/P800-19/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ed145e9962283ceb368075517facf2c791ae3241 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat4" +output_path: "experiments/characterization/P800-19/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..867955c22f75a5f6cb4db88f7691c73719724491 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat5" +output_path: "experiments/characterization/P800-19/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..18f2f92b640300775ffc7dd39f02d6c1fb6996b7 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat5" +output_path: "experiments/characterization/P800-19/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6e7e57980082b370183d99574d2fa3e0dd4fd5a8 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat5" +output_path: "experiments/characterization/P800-19/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d2284098085bc7164388a30e01ab039f8aa3d440 --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat6" +output_path: "experiments/characterization/P800-19/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ecf079e3bfa746f3dd5c3c661928d5dd2a9bb8ff --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat6" +output_path: "experiments/characterization/P800-19/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4da90b0b8cea481f45bd521542161c0fd2ae330d --- /dev/null +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-19 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-19/proc_input/cat6" +output_path: "experiments/characterization/P800-19/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-19/proc_input/cat1/.gitkeep b/experiments/characterization/P800-19/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_input/cat2/.gitkeep b/experiments/characterization/P800-19/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_input/cat3/.gitkeep b/experiments/characterization/P800-19/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_input/cat4/.gitkeep b/experiments/characterization/P800-19/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_input/cat5/.gitkeep b/experiments/characterization/P800-19/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_input/cat6/.gitkeep b/experiments/characterization/P800-19/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-19/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-19/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/background_noise/.gitkeep b/experiments/characterization/P800-2/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b927010190f84aa81cf215850eaebe092884101d --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat1" +output_path: "experiments/characterization/P800-2/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d309c1ff84c18dfe59c8d5e174850889894fbf74 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat1" +output_path: "experiments/characterization/P800-2/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7faf6811298d70b921bb440a5d6fad043420638d --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat1" +output_path: "experiments/characterization/P800-2/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bd62e5487aca89d65cafedba74e38e75de1801bb --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat2" +output_path: "experiments/characterization/P800-2/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a59c32ff148ab42da918d8d360799a684c6bd35f --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat2" +output_path: "experiments/characterization/P800-2/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2f74f0ac33d71d995b03348fb1aa2fd8e2638f88 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat2" +output_path: "experiments/characterization/P800-2/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ef38c29c3ef8d754248e9675a1a3193ea55a2a5c --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat3" +output_path: "experiments/characterization/P800-2/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f015e81df8b41ca4e1dedc6f047c12cf7aedb0eb --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat3" +output_path: "experiments/characterization/P800-2/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4a0e18576baca5b559d91ddcfdf244be5c7474a8 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat3" +output_path: "experiments/characterization/P800-2/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8ef52c0362695a51dafeef2f76b07c19cea2f40c --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat4" +output_path: "experiments/characterization/P800-2/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d05000de18765ab681f59685f73421ee6a41680c --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat4" +output_path: "experiments/characterization/P800-2/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d38a269afcb8da5d881d039df245b6a3bb5fbdb9 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml @@ -0,0 +1,494 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat4" +output_path: "experiments/characterization/P800-2/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d132d101f3319476c89d83c4b316bd14f02f4c2f --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat5" +output_path: "experiments/characterization/P800-2/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a29aa9ca50de40596087f5fde40e088938d2343b --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat5" +output_path: "experiments/characterization/P800-2/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e750646585feb9e8a0f08172c55e7c47eadc4fd2 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat5" +output_path: "experiments/characterization/P800-2/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c375e4006b50fb83e344e742b9c1c428d6e2b6ed --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat6" +output_path: "experiments/characterization/P800-2/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..05a083ed8c7a6907649101424117b88856907b31 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat6" +output_path: "experiments/characterization/P800-2/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b5ff4b765c4558a314baf9722b5d0a354f45ef97 --- /dev/null +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml @@ -0,0 +1,437 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-2 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-2/proc_input/cat6" +output_path: "experiments/characterization/P800-2/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-2/proc_input/cat1/.gitkeep b/experiments/characterization/P800-2/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_input/cat2/.gitkeep b/experiments/characterization/P800-2/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_input/cat3/.gitkeep b/experiments/characterization/P800-2/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_input/cat4/.gitkeep b/experiments/characterization/P800-2/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_input/cat5/.gitkeep b/experiments/characterization/P800-2/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_input/cat6/.gitkeep b/experiments/characterization/P800-2/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-2/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-2/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..debf66037e9beeb2637ec43058f225829d085de5 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat1" +output_path: "experiments/characterization/P800-20/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5f45daa15214a003ebdc224acf006beba8bec3a2 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat1" +output_path: "experiments/characterization/P800-20/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc44ba7f94b016a5401ecad5dd0989ae83d225de --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat1" +output_path: "experiments/characterization/P800-20/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..92cf6875cda81fd3943e82246337ff25476d267d --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat2" +output_path: "experiments/characterization/P800-20/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a727efeabe6501c06c7580570e0006ec9a9a15b6 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat2" +output_path: "experiments/characterization/P800-20/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ce8d079a3d9bfea43dd782072a39fb67de103210 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat2" +output_path: "experiments/characterization/P800-20/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5e760eea71d2f695445bb35dd8cf6bff50281cf1 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat3" +output_path: "experiments/characterization/P800-20/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..df3c75fe47a0e4f8b45b57b4bcedf864450ff014 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat3" +output_path: "experiments/characterization/P800-20/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..17485d34c340d247c2eceeedd56a65519a501f3e --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat3" +output_path: "experiments/characterization/P800-20/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fa680fd1455b35140ed39f9e783d5053fe76615f --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat4" +output_path: "experiments/characterization/P800-20/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ca7ea349cef265aa15269c78cf7d6fb2c7bcf702 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat4" +output_path: "experiments/characterization/P800-20/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a9215b17003e2b2c961919dd32cb4a853384ba00 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat4" +output_path: "experiments/characterization/P800-20/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM4MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..794a73c0793ffa089cb2d2385f71cf165343379d --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat5" +output_path: "experiments/characterization/P800-20/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dd3804a72a0db3572a5b1f157c260baed75aef84 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat5" +output_path: "experiments/characterization/P800-20/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2649ba4b2f1ac91b42ddd0d1b4c0481050622e16 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat5" +output_path: "experiments/characterization/P800-20/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d4d931be628a6b3173803ce411aa870b039d74c9 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat6" +output_path: "experiments/characterization/P800-20/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..09620d503b5f5c02ca964df746eb3b0989790c28 --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat6" +output_path: "experiments/characterization/P800-20/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..89feeb373c4faebb8dbcf715330fe89645f51e3c --- /dev/null +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml @@ -0,0 +1,312 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-20 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-20/proc_input/cat6" +output_path: "experiments/characterization/P800-20/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM3MASA2DIR2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 34 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 26 + c05: + type: mnru + q: 22 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL OMASA 2TC clean conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c11: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c13: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX OMASA 2TC FER conditions ### + c14: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX OMASA 2TC clean conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FX ISM + MASA 2TC conditions ### + c31: + type: ivas_combined + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas_combined + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas_combined + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas_combined + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas_combined + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas_combined + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-20/proc_input/cat1/.gitkeep b/experiments/characterization/P800-20/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_input/cat2/.gitkeep b/experiments/characterization/P800-20/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_input/cat3/.gitkeep b/experiments/characterization/P800-20/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_input/cat4/.gitkeep b/experiments/characterization/P800-20/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_input/cat5/.gitkeep b/experiments/characterization/P800-20/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_input/cat6/.gitkeep b/experiments/characterization/P800-20/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-20/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-20/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/background_noise/.gitkeep b/experiments/characterization/P800-21/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d23139f372843718577b713f89e97723b02d091f --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat1" +output_path: "experiments/characterization/P800-21/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..135865b495d677abdb4a8e232bb272f44f264bb6 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat1" +output_path: "experiments/characterization/P800-21/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..66ede7cccb5fd95b80e3320656b1f572d01a5c7c --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat1" +output_path: "experiments/characterization/P800-21/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..634ee4e12461d53627e161eb7d50c53050df2b38 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat2" +output_path: "experiments/characterization/P800-21/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..78eb9222c897218eee9da85b4659ac8160f8d7b9 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat2" +output_path: "experiments/characterization/P800-21/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6ab5133df4e51ee98a1818bcc5b609ec83f115b0 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat2" +output_path: "experiments/characterization/P800-21/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..efc9aebe87f3482321188fdbe803886ff89db562 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat3" +output_path: "experiments/characterization/P800-21/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..42b33eba69150aaac88ddffec6ae5e9551ed7063 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat3" +output_path: "experiments/characterization/P800-21/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b4572322655e132706c2b2daf2f5d858f5b348b2 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml @@ -0,0 +1,508 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat3" +output_path: "experiments/characterization/P800-21/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f59b3f99b012312a2197c22cdeca3201170666e5 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml @@ -0,0 +1,454 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat4" +output_path: "experiments/characterization/P800-21/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..19e38f9769917c459806b7d0f8ac01dc2bd0fdd1 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml @@ -0,0 +1,454 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat4" +output_path: "experiments/characterization/P800-21/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6167288cd67cde16f0c21b4b73af7f06bcff1cd9 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml @@ -0,0 +1,454 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat4" +output_path: "experiments/characterization/P800-21/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ad15c5f8dd5375888f049810a265d43a1c51fc3e --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat5" +output_path: "experiments/characterization/P800-21/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c8f7887596161797eb5feaa07a4f5e2e19a86578 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat5" +output_path: "experiments/characterization/P800-21/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..66282dab24540957a3832b0f2bd5cdbacd6fa34b --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat5" +output_path: "experiments/characterization/P800-21/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..03a456b74d5e8055d57e27ec8b759eb7ff979b08 --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat6" +output_path: "experiments/characterization/P800-21/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5d67d35a749749787f815f5bbc4f7e30af77010b --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat6" +output_path: "experiments/characterization/P800-21/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2a4309f73d34fa81ce7e483823498ed100c9df8d --- /dev/null +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml @@ -0,0 +1,451 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-21 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-21/proc_input/cat6" +output_path: "experiments/characterization/P800-21/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "STEREO" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 27 + c03: + type: mnru + q: 22 + c04: + type: mnru + q: 17 + c05: + type: mnru + q: 12 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "STEREO" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-21/proc_input/cat1/.gitkeep b/experiments/characterization/P800-21/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_input/cat2/.gitkeep b/experiments/characterization/P800-21/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_input/cat3/.gitkeep b/experiments/characterization/P800-21/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_input/cat4/.gitkeep b/experiments/characterization/P800-21/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_input/cat5/.gitkeep b/experiments/characterization/P800-21/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_input/cat6/.gitkeep b/experiments/characterization/P800-21/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-21/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-21/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..931fa8a8e07463e87503f72a2c7b04f1a72a8775 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat1" +output_path: "experiments/characterization/P800-22/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3dbfdf94abdeb903186fb13d64ec70fff4a07d61 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat1" +output_path: "experiments/characterization/P800-22/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..802ec14066125a3f473c1d2fe1cff8eecd7b4b15 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat1" +output_path: "experiments/characterization/P800-22/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fc9d584d5089057a7e0a710838c98293aaf7a5b7 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat2" +output_path: "experiments/characterization/P800-22/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..630a2efd6ea689b33fe6134461de3621c2150066 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat2" +output_path: "experiments/characterization/P800-22/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e12f03b9e67ba4d97c8da61042cf7e40f785ef9e --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat2" +output_path: "experiments/characterization/P800-22/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9a0d75b7d72c616d75bc853edac943bd8680032e --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat3" +output_path: "experiments/characterization/P800-22/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2cc36b724953637fca89ac34874693c972aeeb17 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat3" +output_path: "experiments/characterization/P800-22/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..85e8e8e3dc4ce56124ad4e62c4fba26246d67ce5 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat3" +output_path: "experiments/characterization/P800-22/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b33a025ced7b2aa476105fec257f5c0fd5c17d7a --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat4" +output_path: "experiments/characterization/P800-22/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..34e5569aff298225948ef36d086391669e0845c7 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat4" +output_path: "experiments/characterization/P800-22/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6dbf42c668824a7f09c7025cb99e05b28d4f9b61 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat4" +output_path: "experiments/characterization/P800-22/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e53718c8fe180bd2a8c158a119e28dcd81b53c01 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat5" +output_path: "experiments/characterization/P800-22/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2a6014ae6574dfc68bc19b03de77c39a9db690f1 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat5" +output_path: "experiments/characterization/P800-22/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe676913168dd2267a0c8f88b478adfe6f74acd0 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat5" +output_path: "experiments/characterization/P800-22/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2e5c6a009e184e7e0b0e298583c9cafaa09d9d30 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat6" +output_path: "experiments/characterization/P800-22/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b6e550fe036b9821e571e1de9f19b045c89015ad --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat6" +output_path: "experiments/characterization/P800-22/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0472d89b6c7b7810a7ea502a740360dda72b8814 --- /dev/null +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-22 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-22/proc_input/cat6" +output_path: "experiments/characterization/P800-22/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-22/proc_input/cat1/.gitkeep b/experiments/characterization/P800-22/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_input/cat2/.gitkeep b/experiments/characterization/P800-22/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_input/cat3/.gitkeep b/experiments/characterization/P800-22/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_input/cat4/.gitkeep b/experiments/characterization/P800-22/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_input/cat5/.gitkeep b/experiments/characterization/P800-22/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_input/cat6/.gitkeep b/experiments/characterization/P800-22/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-22/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-22/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/background_noise/.gitkeep b/experiments/characterization/P800-23/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3a4e8de49cded51bc9016dbc16463fa3585e656d --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat1" +output_path: "experiments/characterization/P800-23/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..15b769cc8a023e7684f0ecb3677dfac29e6eab5b --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat1" +output_path: "experiments/characterization/P800-23/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9dee1953b0c93a35ef81a0be850ff7309e5e0734 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat1" +output_path: "experiments/characterization/P800-23/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e780d10b94b1521677a26897648b474ea34e20a --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat2" +output_path: "experiments/characterization/P800-23/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..43b780f6ade7dbbac1e551f496d5754ef87904e8 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat2" +output_path: "experiments/characterization/P800-23/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ae92bf1d8c0692d6e9a78fe72cfb1994086baee --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat2" +output_path: "experiments/characterization/P800-23/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..196f43212a72c24dd80ba8853a91a2919832015a --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat3" +output_path: "experiments/characterization/P800-23/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..18d89a083901c1f721fae4916ddb2baf7eab57be --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat3" +output_path: "experiments/characterization/P800-23/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2a0018bc58c1acad1cc02c4f84e9487c4b10a94b --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat3" +output_path: "experiments/characterization/P800-23/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8602926c9ef5481cdb0447b295a1ab4b09bf8d70 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat4" +output_path: "experiments/characterization/P800-23/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..06f0d5fb72f39bf3ec87e060b7143be7db4a616a --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat4" +output_path: "experiments/characterization/P800-23/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3867c1028fa5d17737488898befa98bcff00b7d2 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml @@ -0,0 +1,400 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat4" +output_path: "experiments/characterization/P800-23/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a1499a274bc00dca3f156d637ee5aa4cf914af34 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat5" +output_path: "experiments/characterization/P800-23/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c9a65336780e3e5eda2f37a17a3e8703803fcf61 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat5" +output_path: "experiments/characterization/P800-23/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4506bdfb71486400fe1026d962db6bad109cd491 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat5" +output_path: "experiments/characterization/P800-23/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b327407b5a3b6562daab0ae9a66e02a8284a161b --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat6" +output_path: "experiments/characterization/P800-23/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..944a3e91cd78ad2a75a4067d48f7b4e1151ee627 --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat6" +output_path: "experiments/characterization/P800-23/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e1b4f470cdf1968c342bcb69468ca31c956164be --- /dev/null +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml @@ -0,0 +1,397 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-23 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-23/proc_input/cat6" +output_path: "experiments/characterization/P800-23/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FL enc FX dec conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c12: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c15: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c16: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c17: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c18: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c19: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + ### IVAS FL enc FL dec conditions ### + c23: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c27: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c30: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: JBM2FER + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + errpatt_late_loss_rate: 1.0e-13 + c31: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat + c34: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + c36: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + opts: + - -no_delay_cmp + tx: + type: JBM + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-23/proc_input/cat1/.gitkeep b/experiments/characterization/P800-23/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_input/cat2/.gitkeep b/experiments/characterization/P800-23/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_input/cat3/.gitkeep b/experiments/characterization/P800-23/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_input/cat4/.gitkeep b/experiments/characterization/P800-23/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_input/cat5/.gitkeep b/experiments/characterization/P800-23/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_input/cat6/.gitkeep b/experiments/characterization/P800-23/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-23/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-23/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/background_noise/.gitkeep b/experiments/characterization/P800-3/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..88a2092e99a623a77aa312f8b750b7ceb588ac47 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat1" +output_path: "experiments/characterization/P800-3/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e47c03fec0c18f6c0b094d670dbdf0b733d224ec --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat1" +output_path: "experiments/characterization/P800-3/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..713c773c8cf4efce2a3f574890ba4724d5420d2d --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat1" +output_path: "experiments/characterization/P800-3/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b0c13cbc2fa99c74d4c783f4348ab1332c3345be --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat2" +output_path: "experiments/characterization/P800-3/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a142956f0ba6a456f4e360c9b075d43f2ce18a19 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat2" +output_path: "experiments/characterization/P800-3/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1dbd540f2d00d0f2e9a9ad16b195ab0a2194d845 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat2" +output_path: "experiments/characterization/P800-3/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1346334038f81604f5b976c62e532ae12d069bdd --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat3" +output_path: "experiments/characterization/P800-3/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..cb58886fc55337c2aa803bd8ce68bb7d8302ba89 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat3" +output_path: "experiments/characterization/P800-3/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3fd5e787b5780fa25224d5b81470cf5038735fb0 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat3" +output_path: "experiments/characterization/P800-3/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f80954cd2dd2ece48b99aac995b3807e53fb2bfd --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat4" +output_path: "experiments/characterization/P800-3/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bee4561848bea1d3a824a71b6b429bcb8218b871 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat4" +output_path: "experiments/characterization/P800-3/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6772f655a489562cd903c0808761237a4e61f848 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat4" +output_path: "experiments/characterization/P800-3/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..fbae536b3bf38274bb2ec9173ccf4f229063a2e4 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat5" +output_path: "experiments/characterization/P800-3/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a28cd70083bbe0f30d563e5bd18e773f2657f51 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat5" +output_path: "experiments/characterization/P800-3/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ab9dba7584b08ed7333583aba1f54a1357ad4543 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat5" +output_path: "experiments/characterization/P800-3/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8b3071d4a27c742f9a23bfc29e1c4cf4b0ea8901 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat6" +output_path: "experiments/characterization/P800-3/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..982d76e6d19121f82a50cfe93a63653ff1af3772 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat6" +output_path: "experiments/characterization/P800-3/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..93ff100821a5677b73b582ee54191298de793bf1 --- /dev/null +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-3 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-3/proc_input/cat6" +output_path: "experiments/characterization/P800-3/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "FOA" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-3/proc_input/cat1/.gitkeep b/experiments/characterization/P800-3/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_input/cat2/.gitkeep b/experiments/characterization/P800-3/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_input/cat3/.gitkeep b/experiments/characterization/P800-3/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_input/cat4/.gitkeep b/experiments/characterization/P800-3/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_input/cat5/.gitkeep b/experiments/characterization/P800-3/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_input/cat6/.gitkeep b/experiments/characterization/P800-3/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-3/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-3/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/background_noise/.gitkeep b/experiments/characterization/P800-4/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e49cb19a172ba0bd5eec5bcb530f734d610ab9d9 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat1" +output_path: "experiments/characterization/P800-4/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..70bbfd0330d35080136f9ca707d9d9232e7af20c --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat1" +output_path: "experiments/characterization/P800-4/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..340ab97a126ff7ade2ce27f1a8d0293d95d0282a --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat1" +output_path: "experiments/characterization/P800-4/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9d832a45116d8c150929df0d15e7b3fcbd4d6274 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat2" +output_path: "experiments/characterization/P800-4/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3a543210d758b4e8e3d3422512f3ee8a5ce37d34 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat2" +output_path: "experiments/characterization/P800-4/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..db9f92f52c85c1421690fe157385f56eb0d71028 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat2" +output_path: "experiments/characterization/P800-4/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2cfec9a09777e0cb4403baa07d26b27b1e87d8e2 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat3" +output_path: "experiments/characterization/P800-4/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..23bbfd606ca5380bf6fe9d03f6ec28d1f3ab65a0 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat3" +output_path: "experiments/characterization/P800-4/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a2eb2b55e2e9578710251515bcf915987b358b9a --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat3" +output_path: "experiments/characterization/P800-4/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bc1f8bb7dcd5be8dfd19bdceca1d17ed39ebed14 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat4" +output_path: "experiments/characterization/P800-4/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..db7f7b1a4bd2b0f03cf5ccf14c0b9599dfa90213 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat4" +output_path: "experiments/characterization/P800-4/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0390d9628e3b1d0d93f5cc61ad4f44fc277ada3a --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml @@ -0,0 +1,418 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat4" +output_path: "experiments/characterization/P800-4/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..da4dcc3bd7e3be5be735866bdc16819907c0acef --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat5" +output_path: "experiments/characterization/P800-4/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d886510a7cca4add0a6457c98a9eb52071647af4 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat5" +output_path: "experiments/characterization/P800-4/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9003e444f4e5b9c43341a44aa73d358bd3880d0c --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat5" +output_path: "experiments/characterization/P800-4/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..cf4b5f606d9868482d871a83f5d23b91193aa1f4 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat6" +output_path: "experiments/characterization/P800-4/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..10ba2760b1b09e47d9872f2ac31113949e551f85 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat6" +output_path: "experiments/characterization/P800-4/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..86ff6430b7dd41a95de6ee9163031043e07cb1c2 --- /dev/null +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml @@ -0,0 +1,415 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-4 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-4/proc_input/cat6" +output_path: "experiments/characterization/P800-4/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "HOA2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-4/proc_input/cat1/.gitkeep b/experiments/characterization/P800-4/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_input/cat2/.gitkeep b/experiments/characterization/P800-4/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_input/cat3/.gitkeep b/experiments/characterization/P800-4/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_input/cat4/.gitkeep b/experiments/characterization/P800-4/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_input/cat5/.gitkeep b/experiments/characterization/P800-4/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_input/cat6/.gitkeep b/experiments/characterization/P800-4/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-4/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-4/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/background_noise/.gitkeep b/experiments/characterization/P800-5/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..64d47ce97edda64ca286787eb67213099a476865 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat1" +output_path: "experiments/characterization/P800-5/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..18c34151a852b1655a71680b1bc52d2630bfc91b --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat1" +output_path: "experiments/characterization/P800-5/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c1cd44bb5741b8aac64bd689194ae267db85dd2f --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat1" +output_path: "experiments/characterization/P800-5/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e378c5b3c5e8d7808832a1a4682d471e2a1d04d5 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat2" +output_path: "experiments/characterization/P800-5/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..772e35e2184c2e109fa22b41b42482dc4800763b --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat2" +output_path: "experiments/characterization/P800-5/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e80013b5c0367e8163189dd1db03bb02b0c358c3 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat2" +output_path: "experiments/characterization/P800-5/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..25622a9902caacea63ace0666acc1b1685cd00c1 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat3" +output_path: "experiments/characterization/P800-5/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f744fd73dff4ac5c5440c9afffe744532108f3da --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat3" +output_path: "experiments/characterization/P800-5/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..57d8e1d6b9c9344faba09b67b49efbe7e909f34c --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat3" +output_path: "experiments/characterization/P800-5/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3626f1f5ddee282621bad8c0c71829834172e883 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat4" +output_path: "experiments/characterization/P800-5/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9d2a2ad56475214ea14566d36d2a6c0eb89275a8 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat4" +output_path: "experiments/characterization/P800-5/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c53678a9cde071a52a3b9ead6962ac02ec28af22 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat4" +output_path: "experiments/characterization/P800-5/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3af2ec00c876c20bdc9307f43a543bffd83529c8 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat5" +output_path: "experiments/characterization/P800-5/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b13094bc9c76c35bc51e7b27eec4dde953719057 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat5" +output_path: "experiments/characterization/P800-5/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..cf90547bdbde673cec4c7b26fd51fcfdefd48fe3 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat5" +output_path: "experiments/characterization/P800-5/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9dddcab45b5b798a038f1807e180972cfb7f2c0c --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat6" +output_path: "experiments/characterization/P800-5/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +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: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2cdb19709b9077ab43418e9c0d21e6f7131d8937 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat6" +output_path: "experiments/characterization/P800-5/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..91f91441efa355b94f95a4cf9c5982890fe59f80 --- /dev/null +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-5 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-5/proc_input/cat6" +output_path: "experiments/characterization/P800-5/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +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: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 512000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-5/proc_input/cat1/.gitkeep b/experiments/characterization/P800-5/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_input/cat2/.gitkeep b/experiments/characterization/P800-5/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_input/cat3/.gitkeep b/experiments/characterization/P800-5/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_input/cat4/.gitkeep b/experiments/characterization/P800-5/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_input/cat5/.gitkeep b/experiments/characterization/P800-5/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_input/cat6/.gitkeep b/experiments/characterization/P800-5/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-5/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-5/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/background_noise/.gitkeep b/experiments/characterization/P800-6/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/config/P800-6_cat1_5_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7aa71e3108b4c16f7e5ffcefbbf03a678d27b736 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat1" +output_path: "experiments/characterization/P800-6/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat1_5_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..63c125df19be97eee6884c1efc81568e734381b2 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat1" +output_path: "experiments/characterization/P800-6/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat1_5_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..6311dbdf8ee9e0a593468767c6bb203bd8722645 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat1_5_1-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat1" +output_path: "experiments/characterization/P800-6/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat2_7_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..77c4387a8ebebf8ea8e6707e0f3323b22c90c9bc --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat2" +output_path: "experiments/characterization/P800-6/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat2_7_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..52f24e3968fc488bc38b811f745c3502afa392d0 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat2" +output_path: "experiments/characterization/P800-6/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat2_7_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..aed9a6db26e4dcee60dab752abc9b0fbaa49294c --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat2_7_1-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat2" +output_path: "experiments/characterization/P800-6/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat3_5_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..226e61beb354fa938807737410222c785956bd74 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat3" +output_path: "experiments/characterization/P800-6/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat3_5_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e57357bcb26fc375af0a5d766b73ef8551c0311e --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat3" +output_path: "experiments/characterization/P800-6/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat3_5_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f72853c37f6ac178c2ab641c15b9f090bdaa3ac7 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat3_5_1-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat3" +output_path: "experiments/characterization/P800-6/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat4_7_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..89295a5b2e38480b1fdf93456464063adbec3445 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat4" +output_path: "experiments/characterization/P800-6/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat4_7_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ca214645a27f564eeaf52f8102b14350b1628fcb --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat4" +output_path: "experiments/characterization/P800-6/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat4_7_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d228aced97b07d88cd8b20eb32d77e90797db3d7 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat4_7_1-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat4" +output_path: "experiments/characterization/P800-6/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat5_5_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..446c9d8573ab97b8d2b39b2db2fd59df52b132bf --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat5" +output_path: "experiments/characterization/P800-6/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat5_5_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5b6376ff4f73cd7c2660363a8f61d9e6e4d3cf56 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat5" +output_path: "experiments/characterization/P800-6/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat5_5_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7e114f98f90e4cb8e4c042e2f122f26c081d0d62 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat5_5_1-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat5" +output_path: "experiments/characterization/P800-6/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat6_7_1-16LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..29c5c4cac6e7de972a3acaf25fb808af340e8a0c --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat6" +output_path: "experiments/characterization/P800-6/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat6_7_1-26LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0f133d63c96d35afd0bfbb016b4092679e0d4353 --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat6" +output_path: "experiments/characterization/P800-6/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/config/P800-6_cat6_7_1-36LKFS.yml b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e8eb74776157525f86d502fcdc9b65addd29303a --- /dev/null +++ b/experiments/characterization/P800-6/config/P800-6_cat6_7_1-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-6 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-6/proc_input/cat6" +output_path: "experiments/characterization/P800-6/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-6/proc_input/cat1/.gitkeep b/experiments/characterization/P800-6/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_input/cat2/.gitkeep b/experiments/characterization/P800-6/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_input/cat3/.gitkeep b/experiments/characterization/P800-6/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_input/cat4/.gitkeep b/experiments/characterization/P800-6/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_input/cat5/.gitkeep b/experiments/characterization/P800-6/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_input/cat6/.gitkeep b/experiments/characterization/P800-6/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-6/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-6/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/background_noise/.gitkeep b/experiments/characterization/P800-7/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a52a5d4c902df338c034bf0527edbcf98cc11fe4 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat1" +output_path: "experiments/characterization/P800-7/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..12288e7c9562fe598332a21b9ded02d19953da03 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat1" +output_path: "experiments/characterization/P800-7/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d0036db08d5cbf1a96d63b21f4e0ff0f52c731db --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat1" +output_path: "experiments/characterization/P800-7/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..dad34e55d0afb408cabf4074cc9020783e9964af --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat2" +output_path: "experiments/characterization/P800-7/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..54c7f49ccdd808bc47b8d31fcc6aadbf3673f2a6 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat2" +output_path: "experiments/characterization/P800-7/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..742b53db2a9a9e7d6a5637a41c8428c3a1cead11 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat2" +output_path: "experiments/characterization/P800-7/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e04509378dc10b10ede1066de9ba42b386b1e974 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat3" +output_path: "experiments/characterization/P800-7/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ea52809b0db43b66176c80d3c9aa8d193cc21026 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat3" +output_path: "experiments/characterization/P800-7/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..251bda976871cab3a113075e7cf3726e811d67fe --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat3" +output_path: "experiments/characterization/P800-7/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..23c5b4f1417e55a91c20143212aada4f371c8559 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat4" +output_path: "experiments/characterization/P800-7/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5727a147f3d076498dcd9f51b328946209e9b000 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat4" +output_path: "experiments/characterization/P800-7/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..05a1c97ffc656da05152c07837a391f316f2de95 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml @@ -0,0 +1,305 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat4" +output_path: "experiments/characterization/P800-7/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..843912d991b4f3f7dc31e2b03c83167d6908ee06 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat5" +output_path: "experiments/characterization/P800-7/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c442ea99bcfad6523a18c5936ddc214a7f1ed7ab --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat5" +output_path: "experiments/characterization/P800-7/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ee380d56495473f4b70e94d6db5192019804b841 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat5" +output_path: "experiments/characterization/P800-7/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4ac2bcdfd45fc33b0a3911e896563ab4f83590c4 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat6" +output_path: "experiments/characterization/P800-7/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..36ec831f472ed66a1e3e72020090a5b902975c9d --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat6" +output_path: "experiments/characterization/P800-7/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0e21f246e62e5f1d645340eb2b06cb3c2cd66210 --- /dev/null +++ b/experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-7 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-7/proc_input/cat6" +output_path: "experiments/characterization/P800-7/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-7/proc_input/cat1/.gitkeep b/experiments/characterization/P800-7/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_input/cat2/.gitkeep b/experiments/characterization/P800-7/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_input/cat3/.gitkeep b/experiments/characterization/P800-7/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_input/cat4/.gitkeep b/experiments/characterization/P800-7/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_input/cat5/.gitkeep b/experiments/characterization/P800-7/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_input/cat6/.gitkeep b/experiments/characterization/P800-7/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-7/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-7/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/background_noise/.gitkeep b/experiments/characterization/P800-8/background_noise/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/config/P800-8_cat1_5_1-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..bcf159374c4195fa768a7f15d7d6975d7e4ddeec --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat1" +output_path: "experiments/characterization/P800-8/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat1_5_1-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..16243ef4312363879237f1b536a5821148f03274 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat1" +output_path: "experiments/characterization/P800-8/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat1_5_1-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d4d99f18a774d5d53c79f3cee3d45682f15465bb --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat1_5_1-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat1" +output_path: "experiments/characterization/P800-8/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat2_7_1-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f87f6e69d7cf5caf9b1b04573c98af63f863cec1 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat2" +output_path: "experiments/characterization/P800-8/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat2_7_1-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8116f97219d7bfa83ae2b1b9214e783caada18fe --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat2" +output_path: "experiments/characterization/P800-8/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat2_7_1-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..1cdfac57cdb1e041c3640181f1a6c72a217eab1a --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat2_7_1-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat2" +output_path: "experiments/characterization/P800-8/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..994ef3223184d57689b8f3092f727e7113d0b6fa --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat3" +output_path: "experiments/characterization/P800-8/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..5a716a77d004a2e15c334ad1252910cb6014207a --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat3" +output_path: "experiments/characterization/P800-8/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..ecaa0a39b4b4ccf236c8ae0065f9ceb8f83494df --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat3" +output_path: "experiments/characterization/P800-8/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b2e29837ba1e704f13e62ec66ed919b691eae259 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat4" +output_path: "experiments/characterization/P800-8/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..401bfb990d4bebb4977289e6ab221b2f5ac36149 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat4" +output_path: "experiments/characterization/P800-8/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..0bf26dd4d0821e439e5bf3079f4a17d3a7974ca8 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml @@ -0,0 +1,386 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat4" +output_path: "experiments/characterization/P800-8/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + background_noise: + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat5_5_1-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..b6285bd5a232938722c30f0c02a17cbb271ef24a --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-16LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat5" +output_path: "experiments/characterization/P800-8/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat5_5_1-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..8e335b805be47bf98521408d5c3b8da6b7d5dc68 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-26LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat5" +output_path: "experiments/characterization/P800-8/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat5_5_1-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9d227e686f7146e6387352831f59239f953a2dc2 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat5_5_1-36LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat5" +output_path: "experiments/characterization/P800-8/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "5_1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f733b01adb21714dec471b30505ae3f302e4cda6 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat6" +output_path: "experiments/characterization/P800-8/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..213ae0bf9f1273789b60298c29bbb3785bfe53c8 --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat6" +output_path: "experiments/characterization/P800-8/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..99b5aad5e8801bf2e88145d28eab510a6800d3cc --- /dev/null +++ b/experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml @@ -0,0 +1,383 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-8 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-8/proc_input/cat6" +output_path: "experiments/characterization/P800-8/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "7_1_4" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 32 + c03: + type: mnru + q: 27 + c04: + type: mnru + q: 22 + c05: + type: mnru + q: 17 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.8 + c07: + type: esdru + alpha: 0.6 + c08: + type: esdru + alpha: 0.4 + c09: + type: esdru + alpha: 0.2 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c11: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c12: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c13: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c14: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c15: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c16: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c17: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c18: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c20: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c24: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c25: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c26: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + c27: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + tx: + type: FER + error_rate: 5 + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c29: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c30: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c31: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c32: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c33: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c34: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c35: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c36: + type: ivas + bitrates: + - 384000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-8/proc_input/cat1/.gitkeep b/experiments/characterization/P800-8/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_input/cat2/.gitkeep b/experiments/characterization/P800-8/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_input/cat3/.gitkeep b/experiments/characterization/P800-8/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_input/cat4/.gitkeep b/experiments/characterization/P800-8/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_input/cat5/.gitkeep b/experiments/characterization/P800-8/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_input/cat6/.gitkeep b/experiments/characterization/P800-8/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-8/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-8/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..50bd3363ca31580fc84daabfeb10c9d3a20e6544 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat1" +output_path: "experiments/characterization/P800-9/proc_output/cat1/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..aeda012422c993d46177ab0185408e419f4af482 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat1" +output_path: "experiments/characterization/P800-9/proc_output/cat1/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2c4c36234d7b13955a47026f81a0c7b6c781a96d --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat1" +output_path: "experiments/characterization/P800-9/proc_output/cat1/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2832fa4d5ea74b1438a99480f4a86ea068968d56 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat2" +output_path: "experiments/characterization/P800-9/proc_output/cat2/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..18e1b713ebd770f04e61549f31e140905c59cad5 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat2" +output_path: "experiments/characterization/P800-9/proc_output/cat2/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..9d48ccc7f88f20f7c1ec77a96714e67279b145e2 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat2" +output_path: "experiments/characterization/P800-9/proc_output/cat2/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..d7cee54a7dcfd98e24a3dfeae5fbe6ff176fd60b --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat3" +output_path: "experiments/characterization/P800-9/proc_output/cat3/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..e418c2382dd8f0c4deecfffd208c0992d5864299 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat3" +output_path: "experiments/characterization/P800-9/proc_output/cat3/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..f015f513ecde4b45f1878aed6300ac744078f14f --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat3" +output_path: "experiments/characterization/P800-9/proc_output/cat3/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..a6be586543540d626aeaebd19e51348eee7ae7e1 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat4" +output_path: "experiments/characterization/P800-9/proc_output/cat4/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..838db172462ce24394b98be29c7e390103cfc5f4 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat4" +output_path: "experiments/characterization/P800-9/proc_output/cat4/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..c19a9a8ad98ea7e444d4caf6bf507d77b9694c45 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat4" +output_path: "experiments/characterization/P800-9/proc_output/cat4/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..84e0c0987a9279e3b5d35e43fd683d64a29d4b1f --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat5" +output_path: "experiments/characterization/P800-9/proc_output/cat5/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..4f3847daa619a129f839deb2eb120ef6eb79a3c8 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat5" +output_path: "experiments/characterization/P800-9/proc_output/cat5/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..2d55e6de202e96cbc8bd4b35a6cd9676105e733e --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat5" +output_path: "experiments/characterization/P800-9/proc_output/cat5/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM1" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..3f837ca48fd4254ab49a96f1b302e63520724fc6 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat6" +output_path: "experiments/characterization/P800-9/proc_output/cat6/out_-16LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -16 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..027e6514453646871fffdb77274187fd96b94893 --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat6" +output_path: "experiments/characterization/P800-9/proc_output/cat6/out_-26LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + 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: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml new file mode 100644 index 0000000000000000000000000000000000000000..7294c6bf2280ca2b80656ab044f5a3824e2af74f --- /dev/null +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml @@ -0,0 +1,302 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800-9 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800-9/proc_input/cat6" +output_path: "experiments/characterization/P800-9/proc_output/cat6/out_-36LKFS" +use_windows_codec_binaries: false +condition_in_output_filename: true + +################################################ +### Input configuration +################################################ +input: + fmt: "ISM2" + fs: 48000 + aligned_to: + len: 20 + +################################################ +### Pre-processing on individual items +################################################ +preprocessing: + mask: "20KBP" + loudness: -36 + window: 100 + +################################################ +### Pre-processing on whole signal(s) +################################################ +preprocessing_2: + concatenate_input: true + preamble_noise: true + preamble: 10000 + repeat_signal: true + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + ### MNRU conditions ### + c02: + type: mnru + q: 36 + c03: + type: mnru + q: 30 + c04: + type: mnru + q: 24 + c05: + type: mnru + q: 18 + ### ESDRU conditions ### + c06: + type: esdru + alpha: 0.7 + c07: + type: esdru + alpha: 0.5 + c08: + type: esdru + alpha: 0.3 + c09: + type: esdru + alpha: 0.1 + ### IVAS FX/FL mix conditions ### + c10: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c11: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c12: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c13: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c14: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c15: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c16: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c17: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c18: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FL conditions ### + c19: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c20: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c21: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c22: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c23: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c24: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c25: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c26: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + c27: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref + ### IVAS FX conditions ### + c28: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + +################################################ +### Post-processing +################################################ +postprocessing: + fmt: "BINAURAL" + fs: 48000 + loudness: -26 diff --git a/experiments/characterization/P800-9/proc_input/cat1/.gitkeep b/experiments/characterization/P800-9/proc_input/cat1/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_input/cat2/.gitkeep b/experiments/characterization/P800-9/proc_input/cat2/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_input/cat3/.gitkeep b/experiments/characterization/P800-9/proc_input/cat3/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_input/cat4/.gitkeep b/experiments/characterization/P800-9/proc_input/cat4/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_input/cat5/.gitkeep b/experiments/characterization/P800-9/proc_input/cat5/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_input/cat6/.gitkeep b/experiments/characterization/P800-9/proc_input/cat6/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat1/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat1/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat2/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat2/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat3/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat3/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat4/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat4/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat5/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat5/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat6/out_-16LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/experiments/characterization/P800-9/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-9/proc_output/cat6/out_-36LKFS/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/generate_test.py b/generate_test_selection.py similarity index 100% rename from generate_test.py rename to generate_test_selection.py diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index f36bdc9af33039bb02c1d63e191bcfef671e2acc..98fa796b8e7bedbc75ed2d515555331f7f42f89d 100755 --- a/ivas_processing_scripts/__init__.py +++ b/ivas_processing_scripts/__init__.py @@ -31,10 +31,7 @@ # import logging -import sys from itertools import product -from multiprocessing import Pool -from time import sleep from ivas_processing_scripts.audiotools.metadata import ( check_ISM_metadata, @@ -53,12 +50,7 @@ from ivas_processing_scripts.processing.processing import ( process_item, reorder_items_list, ) -from ivas_processing_scripts.utils import ( - DirManager, - apply_func_parallel, - progressbar_update, - spinner, -) +from ivas_processing_scripts.utils import DirManager, apply_func_parallel def logging_init(args, cfg): @@ -125,12 +117,9 @@ def main(args): item_names=cfg.items_list, ) # print info about found and used metadata files - for i in range(len(metadata_ISM)): - metadata_str = [] - for o in range(len(metadata_ISM[i])): - metadata_str.append(str(metadata_ISM[i][o])) + for audio, meta in zip(cfg.items_list, metadata_ISM): logger.debug( - f" ISM metadata files item {cfg.items_list[i]}: {', '.join(metadata_str)}" + f" ISM metadata file item {audio}: {', '.join(str(m) for m in meta)}" ) metadata = metadata_ISM @@ -142,15 +131,14 @@ def main(args): item_names=cfg.items_list, ) # print info about found and used metadata files - for i in range(len(metadata_MASA)): - metadata_str = [] - for o in range(len(metadata_MASA[i])): - metadata_str.append(str(metadata_MASA[i][o])) + for audio, meta in zip(cfg.items_list, metadata_MASA): logger.debug( - f" MASA metadata file item {cfg.items_list[i]}: {', '.join(metadata_str)}" + f" MASA metadata file item {audio}: {', '.join(str(m) for m in meta)}" ) - for i, meta in enumerate(metadata): - meta.extend(metadata_MASA[i]) + # extend the list in case ISM metadata already is present + metadata = [ + meta_list + met for meta_list, met in zip(metadata, metadata_MASA) + ] if not cfg.input["fmt"].startswith("ISM") and "MASA" not in cfg.input["fmt"]: metadata = [None] * len(cfg.items_list) @@ -190,33 +178,9 @@ def main(args): (item, tmp_dir, out_dir, chain["processes"], logger, metadata) ) - if cfg.multiprocessing: - # set up values for progress display and chunksize - count = len(item_args) - width = 80 - - # submit tasks to the pool - p = Pool() - results = p.starmap_async( - process_item, - item_args, - ) - - # poll progress - progressbar_update(0, count, width) - while not results.ready(): - progressbar_update(count - int(results._number_left), count, width) - spinner() - sleep(0.1) - progressbar_update(count, count, width) - print("", flush=True, file=sys.stdout) - results.get() - - p.close() - p.join() - - else: - apply_func_parallel(process_item, item_args, None, None, True) + apply_func_parallel( + process_item, item_args, None, "mp" if cfg.multiprocessing else None, True + ) # copy configuration to output directory cfg.to_file(cfg.output_path.joinpath(f"{cfg.name}.yml")) diff --git a/ivas_processing_scripts/audiotools/audio.py b/ivas_processing_scripts/audiotools/audio.py index a38084d42eb85b4a812f3ddad502c8d97cb175dd..3df2de94632843c6a09080904f41dffd3c49dfd3 100755 --- a/ivas_processing_scripts/audiotools/audio.py +++ b/ivas_processing_scripts/audiotools/audio.py @@ -63,7 +63,6 @@ class Audio(ABC): self.audio = None self.fs = None self.num_channels = None - # self.logger = None # TODO needed? def __repr__(self): return f"{self.__class__} : {self.__dict__}" @@ -284,7 +283,9 @@ class ObjectBasedAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise ValueError(f"Metadata file {file_name_meta} not found.") + raise FileNotFoundError( + f"Metadata file {file_name_meta} not found." + ) warn( f"No metadata files specified: The following files were found and used: \n {*obj.metadata_files,}" ) @@ -423,7 +424,9 @@ class OMASAAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise ValueError(f"Metadata file {file_name_meta} not found.") + raise FileNotFoundError( + f"Metadata file {file_name_meta} not found." + ) warn( f"No metadata files specified: The following files were found and used: \n {*obj.metadata_files,}" ) @@ -528,7 +531,9 @@ class OSBAAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise ValueError(f"Metadata file {file_name_meta} not found.") + raise FileNotFoundError( + f"Metadata file {file_name_meta} not found." + ) warn( f"No metadata files specified: The following files were found and used: \n {*obj.metadata_files,}" ) diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index 691ca1daa57aa3eddcf8769fc456b4a7e2d9f1aa..88654b6c13d7e74c3b2bb1cc90dc4312b191eb28 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -74,7 +74,7 @@ def convert_file( # get audio class object - can be either a regular single audio or scene description .txt if not isinstance(in_fmt, PurePath) and in_fmt.startswith("META"): - input = metadata.Metadata(in_file) + input = metadata.SceneDescription(in_file) else: # first check prevents crash on custom_ls setup formats if isinstance(in_fmt, str) and in_fmt.startswith("MASA") and in_meta is None: @@ -90,7 +90,7 @@ def convert_file( out_fs = input.fs if not out_fmt: - if isinstance(input, metadata.Metadata): + if isinstance(input, metadata.SceneDescription): raise ValueError( "Output format must be specified for scene description files!" ) @@ -139,7 +139,7 @@ def convert_file( output.metadata_files = copy(input.metadata_files) # apply actual conversion - if isinstance(input, metadata.Metadata): + if isinstance(input, metadata.SceneDescription): if logger: logger.debug(f"Converting metadata to {out_fmt} : {in_file} -> {out_file}") @@ -368,7 +368,7 @@ def process_audio( if loudness is not None: if logger: logger.debug( - f"Applying loudness adjustment to {loudness} LKFS for format {loudness_fmt} using ITU STL bs1770demo" + f"Applying loudness adjustment to {loudness} LKFS for format {x.name} (measured using {loudness_fmt}) using ITU STL bs1770demo" ) x.audio, _ = loudness_norm(x, loudness, loudness_fmt, logger=logger) diff --git a/ivas_processing_scripts/audiotools/convert/masa.py b/ivas_processing_scripts/audiotools/convert/masa.py index b4e099c89b70666d93052cb4f019aa2e7ee77732..6f872f5eb5a7772d6beee636d5d7ac19e2a4bafe 100755 --- a/ivas_processing_scripts/audiotools/convert/masa.py +++ b/ivas_processing_scripts/audiotools/convert/masa.py @@ -35,8 +35,7 @@ from typing import Optional, Union from warnings import warn from ivas_processing_scripts.audiotools import audio -from ivas_processing_scripts.audiotools.convert import channelbased -from ivas_processing_scripts.audiotools.wrappers.masaRenderer import masaRenderer +from ivas_processing_scripts.audiotools.wrappers.masaRenderer import ivasRendMasa """ MetadataAssistedSpatialAudio functions """ @@ -90,6 +89,8 @@ def render_masa_to_binaural( Name of binaural dataset without prefix or suffix """ + # Needed if using masaRenderer (deprecated) + """ if "ROOM" in bin.name: cba_tmp = audio.fromtype("7_1_4") cba_tmp.fs = masa.fs @@ -108,6 +109,19 @@ def render_masa_to_binaural( ) bin.audio = masaRenderer(masa, "BINAURAL") + """ + + if bin_dataset is not None: + warn( + "Binaural dataset selection not supported by IVAS_rend - please render manually" + ) + if bin.name == "BINAURAL_ROOM": + warn( + "BINAURAL_ROOM is not a valid output format for IVAS_rend. Defaulting to BINAURAL_ROOM_IR." + ) + bin.name += "_IR" + + bin.audio = ivasRendMasa(masa, bin.name, trajectory) def render_masa_to_cba( @@ -125,6 +139,8 @@ def render_masa_to_cba( Channel-based output audio """ + # Needed if using masaRenderer (deprecated) + """ if cba.name not in ["5_1", "7_1_4"]: warn( f"MasaRenderer does not support {cba.name} natively. Using 7_1_4 as an intermediate format." @@ -137,6 +153,8 @@ def render_masa_to_cba( channelbased.render_cba_to_cba(cba_tmp, cba) else: cba.audio = masaRenderer(masa, cba.name) + """ + cba.audio = ivasRendMasa(masa, cba.name) def render_masa_to_sba( @@ -154,6 +172,8 @@ def render_masa_to_sba( SBA output audio """ + # Needed if using masaRenderer (deprecated) + """ warn( f"MasaRenderer does not support {sba.name} natively. Using 7_1_4 as an intermediate format." ) @@ -163,3 +183,5 @@ def render_masa_to_sba( cba_tmp.audio = masaRenderer(masa, cba_tmp.name) channelbased.render_cba_to_sba(cba_tmp, sba) + """ + sba.audio = ivasRendMasa(masa, sba.name) diff --git a/ivas_processing_scripts/audiotools/convert/osba.py b/ivas_processing_scripts/audiotools/convert/osba.py index 1ea643d52e708c5d5a02ef54cc5b00ec09be354e..76cead88dba02cde6c360930495b1980f39cd300 100644 --- a/ivas_processing_scripts/audiotools/convert/osba.py +++ b/ivas_processing_scripts/audiotools/convert/osba.py @@ -81,14 +81,14 @@ def convert_osba( # combine results try: - out.audio = 0.5 * (out_ism.audio + out_sba.audio) + out.audio = out_ism.audio + out_sba.audio except ValueError as e: if ( out_ism.audio.shape[0] != out_sba.audio.shape[0] and out_sba.audio.shape[0] == osba.audio.shape[0] ): - out.audio = 0.5 * out_sba.audio - out.audio[: out_ism.audio.shape[0], :] += 0.5 * out_ism.audio + out.audio = out_sba.audio + out.audio[: out_ism.audio.shape[0], :] += out_ism.audio else: raise e @@ -104,7 +104,7 @@ def convert_osba( render_sba_to_cba(sba, out_sba) # combine results - out.audio = 0.5 * (out_ism.audio + out_sba.audio) + out.audio = out_ism.audio + out_sba.audio # OSBA -> SBA elif isinstance(out, audio.SceneBasedAudio): @@ -118,7 +118,7 @@ def convert_osba( render_sba_to_sba(sba, out_sba) # combine results - out.audio = 0.5 * (out_ism.audio + out_sba.audio) + out.audio = out_ism.audio + out_sba.audio # OSBA -> OMASA elif isinstance(out, audio.OMASAAudio): @@ -129,14 +129,20 @@ def convert_osba( ) # only render SBA part to MASA - out_sba = audio.fromtype(out.name[4:]) - out_sba.metadata_file = out.metadata_files[-1] - render_sba_to_masa(sba, out_sba) + out_masa = audio.fromtype(out.name[4:]) + if str(out.metadata_files[-1]).endswith(".met"): + # if MASA metadata filename is given, copy it + out_masa.metadata_file = copy(out.metadata_files[-1]) + render_sba_to_masa(sba, out_masa) + + # combine ISM audio with MASA audio into OMASA audio + out.audio = np.concatenate((oba.audio, out_masa.audio), axis=1) - # ism audio is passed through - ism_audio = osba.audio[:, : osba.num_ism_channels] + # combine ISM metadata with MASA metadata filenames + out.metadata_files = oba.metadata_files + [out_masa.metadata_file] - out.audio = np.concatenate((ism_audio, out_sba.audio), axis=1) + # copy ISM object positions + out.object_pos = copy(oba.object_pos) # OSBA -> OSBA elif isinstance(out, audio.OSBAAudio): diff --git a/ivas_processing_scripts/audiotools/convert/scenebased.py b/ivas_processing_scripts/audiotools/convert/scenebased.py index 4930526bae8b8e0b5206ef5ce4e850234b9647ac..1749a987e85300767b057fb236086ab35d152992 100755 --- a/ivas_processing_scripts/audiotools/convert/scenebased.py +++ b/ivas_processing_scripts/audiotools/convert/scenebased.py @@ -197,6 +197,17 @@ def render_sba_to_masa( masa_out: audio.MetadataAssistedSpatialAudio, ) -> None: num_tcs = masa_out.num_channels + + # convert to HOA2 if input is HOA3 + if sba_in.name.endswith("HOA3"): + warn( + "MASA conversion only supports up to 2nd order ambisonics! Converting to HOA2 format." + ) + sba_hoa2 = audio.fromtype("HOA2") + sba_hoa2.fs = sba_in.fs + render_sba_to_sba(sba_in, sba_hoa2) + sba_in = sba_hoa2 + masa = masaAnalyzer(sba_in, num_tcs, masa_out.dirs, masa_out.metadata_file) masa_out.audio = masa.audio diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 6eb1199abc40be3edcb03c1a6d18fce88a5c3682..9fd202d16ca16e0c8a2ab352c3fe17887e4c14a7 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -31,7 +31,10 @@ # import csv +import logging from pathlib import Path +from shutil import copyfile, copyfileobj +from tempfile import TemporaryDirectory from typing import Optional, TextIO, Tuple, Union import numpy as np @@ -47,7 +50,7 @@ from ivas_processing_scripts.audiotools.constants import ( ) -class Metadata: +class SceneDescription: def __init__(self, meta_file: Union[str, Path]): self.meta_file = Path(meta_file) @@ -203,6 +206,8 @@ def write_ISM_metadata_in_file( file_names = file_name for i, csv_file in enumerate(file_names): + if not str(csv_file).endswith(".csv"): + continue # skip MASA metadata number_frames = metadata[i].shape[0] number_columns = metadata[i].shape[1] with open(csv_file, "w", newline="") as file: @@ -297,7 +302,7 @@ def trim_meta( return -def concat_meta_from_file( +def concat_ism_metadata_files( audio_files: list[str], meta_files: list[list[str]], out_file: list[str], @@ -376,7 +381,9 @@ def concat_meta_from_file( # add preamble if preamble: - concat_meta_all_obj = add_remove_preamble(concat_meta_all_obj, preamble) + concat_meta_all_obj = add_remove_ism_metadata_preamble( + concat_meta_all_obj, preamble + ) write_ISM_metadata_in_file(concat_meta_all_obj, out_file) @@ -584,7 +591,7 @@ def metadata_search_ISM( if file_name_meta.is_file(): list_item.append(Path(file_name_meta).resolve()) else: - raise ValueError(f"Metadata file {file_name_meta} not found.") + raise FileNotFoundError(f"Metadata file {file_name_meta} not found.") if len(item_names) == 1: list_meta = list_item else: @@ -612,7 +619,7 @@ def metadata_search_MASA( if file_name_meta.is_file(): list_item.append(Path(file_name_meta).resolve()) else: - raise ValueError(f"Metadata file {file_name_meta} not found.") + raise FileNotFoundError(f"Metadata file {file_name_meta} not found.") if len(item_names) == 1: list_meta = list_item else: @@ -621,7 +628,7 @@ def metadata_search_MASA( return list_meta -def add_remove_preamble( +def add_remove_ism_metadata_preamble( metadata, preamble, add: Optional[bool] = True, @@ -655,3 +662,90 @@ def add_remove_preamble( ) return metadata + + +def concat_masa_metadata_files( + meta_files: list[list[str]], + out_file: Union[str, Path], +) -> None: + """ + Concatenate ISM metadata from files + + Parameters + ---------- + meta_files: list[list[str]] + List of corresponding metadata file names + out_file: Union[str, Path] + Name of concatenated output file + """ + # meta_files is a list of lists + # this could be a list of ISM metadata files (OMASA) + # or just a single MASA metadata file, so we use the last index + with open(out_file, "wb") as out_file: + for meta in meta_files: + with open(meta[-1], "rb") as in_file: + copyfileobj(in_file, out_file) + + +def add_masa_metadata_preamble_repeat( + masa: audio.MetadataAssistedSpatialAudio, + metadata_in: Path, + metadata_out: Path, + preamble: int, + repeat: Optional[bool] = False, + logger: Optional[logging.Logger] = None, +) -> None: + preamble_frames = preamble / IVAS_FRAME_LEN_MS + if not preamble_frames.is_integer(): + raise ValueError( + f"Application of preamble for MASA metadata is only possible if preamble length is multiple of frame length. " + f"Frame length: {IVAS_FRAME_LEN_MS}ms" + ) + preamble_frames = int(preamble_frames) + + from ivas_processing_scripts.audiotools.wrappers.masaAnalyzer import masaAnalyzer + + with TemporaryDirectory() as tmp_dir: + tmp_dir = Path(tmp_dir) + tmp_meta = tmp_dir.joinpath("preamble.met") + + # generate zero metadata for preamble + if preamble > 0: + frame_smp = 48 * IVAS_FRAME_LEN_MS + preamble_smp = int(frame_smp * (preamble / IVAS_FRAME_LEN_MS)) + + fmt = "HOA2" if masa.dirs == 2 else "FOA" + sba = audio.fromtype(fmt) + sba.audio = np.zeros([preamble_smp, sba.num_channels]) + sba.fs = 48000 + + num_tc = masa.num_channels - getattr(masa, "num_ism_channels", 0) + + masaAnalyzer(sba, num_tc, masa.dirs, tmp_meta) + + if logger: + logger.debug(f"Preamble Metadata size {tmp_meta.stat().st_size}") + + # concatenate preamble and metadata + with open(tmp_meta, "ab") as out_meta: + # append out the original input metadata + with open(metadata_in, "rb") as in_meta: + copyfileobj(in_meta, out_meta) + + if logger: + logger.debug(f"Input Metadata size {metadata_in.stat().st_size}") + logger.debug( + f"Input + Preamble concatenated metadata size {tmp_meta.stat().st_size}" + ) + + if repeat: + # repeat the entire file + with open(tmp_meta, "rb") as in_meta: + md = in_meta.read() + with open(metadata_out, "wb") as out_meta: + out_meta.write(md * 2) + else: + copyfile(tmp_meta, metadata_out) + + if logger: + logger.debug(f"Output Metadata size {metadata_out.stat().st_size}") diff --git a/ivas_processing_scripts/audiotools/utils.py b/ivas_processing_scripts/audiotools/utils.py index 1233f949fba0acca62e3c494e74c56c5523c34a5..c8c5e94f5e56858ffd021f1bf3e7d6c0294821e8 100755 --- a/ivas_processing_scripts/audiotools/utils.py +++ b/ivas_processing_scripts/audiotools/utils.py @@ -31,10 +31,12 @@ # from pathlib import Path +from typing import Union import numpy as np from ivas_processing_scripts.audiotools.rotation import Euler2Quat, Quat2Euler +from ivas_processing_scripts.utils import get_abs_path def read_trajectory(trj_file: Path, return_quat=True): @@ -69,3 +71,29 @@ def write_trajectory(trj, out_file, write_quat=True): for pos in trj: f.write(", ".join([f"{q:.6f}" for q in pos])) f.write("\n") + + +def get_trajectory_or_dir( + trj: Union[str, Path, bool], input_path: Path +) -> tuple[Path, Path]: + trajectory = None + trajectory_dir = None + if isinstance(trj, bool): + trajectory_dir = input_path + else: + trajectory = get_abs_path(trj) + + return trajectory, trajectory_dir + + +def truncate_trajectory_3dof( + in_file: Path, + out_file: Path, +) -> None: + data = np.genfromtxt(in_file, delimiter=",") + data = data[:, :4] + + with open(out_file, "w") as f: + for pos in data: + f.write(", ".join([f"{q:.6f}" for q in pos])) + f.write("\n") diff --git a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py index 4088993912ee668366382ccd2aacdc5e0ef7b982..fe8e133c76ef92cef363a92643962ba5b376b640 100644 --- a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py +++ b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py @@ -170,7 +170,7 @@ def evs_jbm( shift = random_seed((0, len_pattern - 1), master_seed, errpatt_seed) elif error_profile is not None: - # if eror profile number is given + # if error profile number is given if error_profile == 1 or error_profile == 2 or error_profile == 3: delay = 200 num_frames_packet = 1 @@ -288,6 +288,6 @@ def validate_evs_jbm( ) if n_frames_per_packet is not None and n_frames_per_packet not in [1, 2]: raise ValueError( - f"n_frames_per_paket is {n_frames_per_packet}. Should be 1 or 2. Please check your configuration." + f"n_frames_per_packet is {n_frames_per_packet}. Should be 1 or 2. Please check your configuration." ) return diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 47ec8c6edc1c2a6abb572051baedc3b54b7974ea..7e52d66466e1b53900e19babf06be973c0213796 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -32,6 +32,7 @@ from pathlib import Path from tempfile import TemporaryDirectory +from warnings import warn import numpy as np @@ -42,6 +43,67 @@ from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES from ivas_processing_scripts.utils import find_binary, run +def ivasRendMasa( + masa: audio.MetadataAssistedSpatialAudio, + out_fmt: str, + trajectory: Path = None, +) -> np.ndarray: + """ + Wrapper for IVAS_Rend MASA Rendering + + Parameters + ---------- + masa : MetadataAssistedSpatialAudio + Input MASA audio + out_fmt: str + Desired output format + trajectory: Path + Head rotation trajectory + + Returns + ------- + output : np.ndarray + MASA rendered to out_fmt + """ + # This import is needed here and not at the top of the file to avoid a circular dependency with imports! + from ivas_processing_scripts.processing.ivas import IVAS_rend + + if "IVAS_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]: + binary = find_binary( + DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].name, + binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].parent, + ) + else: + binary = find_binary("IVAS_rend") + + rend = IVAS_rend( + { + "bin": binary, + "in_fmt": masa.name, + "in_fs": masa.fs, + "out_fmt": out_fmt, + "trajectory": trajectory, + "use_windows_codec_binaries": False, + } + ) + + with TemporaryDirectory() as tmp_dir: + tmp_dir = Path(tmp_dir) + tmp_in = tmp_dir.joinpath("tmp_masaRendIn.wav") + tmp_out = tmp_dir.joinpath("tmp_masaRendOut.wav") + + write(tmp_in, masa.audio, masa.fs) + + masa_metadata_file = masa.metadata_file + if masa_metadata_file is not None and not isinstance(masa_metadata_file, Path): + masa_metadata_file = Path(masa_metadata_file) + + rend.process(tmp_in, tmp_out, in_meta=[masa_metadata_file]) + + output, _ = read(tmp_out) + return output + + def masaRenderer( masa: audio.MetadataAssistedSpatialAudio, out_fmt: str, @@ -61,6 +123,9 @@ def masaRenderer( output : np.ndarray MASA rendered to out_fmt """ + warn( + "This function (masaRenderer) has been replaced by ivasRendMasa, please switch code to use that instead" + ) if "masaRenderer" in DEFAULT_CONFIG_BINARIES["binary_paths"]: binary = find_binary( diff --git a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py index 615c846c796a1e9cc87062074f792c65bb07751a..83556a92e20c58bacbe6c30d0276c01231bc311c 100644 --- a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py +++ b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py @@ -90,7 +90,7 @@ def validate_network_simulator( ) if n_frames_per_packet is not None and n_frames_per_packet not in [1, 2]: raise ValueError( - f"n_frames_per_paket is {n_frames_per_packet}. Should be 1 or 2. Please check your configuration." + f"n_frames_per_packet is {n_frames_per_packet}. Should be 1 or 2. Please check your configuration." ) return diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index bfbe39eb8ce696008a73069128fb1358add6f062..5b2c408b1382521863538240d74d897ec3496d1e 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -50,6 +50,7 @@ def reverb( input: Audio, IR: Audio, align: Optional[float] = None, + mode: Optional[str] = None, ) -> Audio: """ Wrapper for the ITU-T reverb binary to convolve mono audio signal with an impulse response @@ -63,6 +64,9 @@ def reverb( Impulse response align: float multiplicative factor to apply to the reverberated sound in order to align its energy level with a second filePath to the output file + mode: str, optional + Mode of operation, None - no operation on the output, "same" centers the output signals by trimming left and right edge effects equally + "trim_left" - trims the left edge, "trim_right" - trims the right edge. Returns ------- @@ -122,15 +126,25 @@ def reverb( tmp_output_file = tmp_dir.joinpath("tmp_reverbOut.pcm") cmd.extend([tmp_input_file, tmp_IR_file, tmp_output_file]) - # run the 'reverb' command + # run the 'reverb' command (automatically prepends N zeros to the input signal to keep the output length the same as the input) run(cmd) # read the reverberated output file output = copy(tmp_input) output.audio, _ = read(tmp_output_file, nchannels=1, fs=tmp_input.fs) - # remove trailing part (to ensure that the length of the output is the same as the input) - output.audio = output.audio[: -(IR.audio.shape[0] - 1), :] + # trim the output + if mode == "same": + # center the output by trimming left and right edge effects equally + output.audio = output.audio[ + (IR.audio.shape[0] - 1) // 2 : -(IR.audio.shape[0] - 1) // 2, : + ] + elif mode == "trim_left": + # trim the left edge + output.audio = output.audio[(IR.audio.shape[0] - 1) :, :] + elif mode == "trim_right": + # trim the right edge + output.audio = output.audio[: -(IR.audio.shape[0] - 1), :] if old_fs: output.audio = resample_itu(output, old_fs) @@ -143,6 +157,7 @@ def reverb_stereo( input: Audio, stereo_IR: Audio, align: Optional[float] = None, + mode: Optional[str] = None, ) -> Audio: """ Wrapper for the ITU-T reverb binary to convolve mono audio signal with a stereo impulse response @@ -155,6 +170,9 @@ def reverb_stereo( Impulse response align: float multiplicative factor to apply to the reverberated sound in order to align its energy level with the second file + mode: str, optional + Mode of operation, None - no operation on the output, "same" centers the output signals by trimming left and right edge effects equally + "trim_left" - trims the left edge, "trim_right" - trims the right edge. Returns ------- @@ -182,8 +200,8 @@ def reverb_stereo( align = 1.0 / np.max(np.abs(H)) # convolve mono input with left and right IR - y_left = reverb(input, IR_left, align=align) - y_right = reverb(input, IR_right, align=align) + y_left = reverb(input, IR_left, align=align, mode=mode) + y_right = reverb(input, IR_right, align=align, mode=mode) # combine into stereo output y = audio.fromtype("STEREO") @@ -197,6 +215,7 @@ def reverb_foa( input: Audio, foa_IR: Audio, align: Optional[float] = None, + mode: Optional[str] = None, ) -> Audio: """ Convolve mono audio signal with an FOA impulse response @@ -209,6 +228,9 @@ def reverb_foa( FOA impulse response align: float multiplicative factor to apply to the reverberated sound in order to align its energy level with the second file + mode: str, optional + Mode of operation, None - no operation on the output, "same" centers the output signals by trimming left and right edge effects equally + "trim_left" - trims the left edge, "trim_right" - trims the right edge. Returns ------- @@ -246,10 +268,10 @@ def reverb_foa( align = 1.0 / np.max(np.abs(H)) # convolve mono input with FOA IR - y_w = reverb(input, IR_w, align=align) - y_x = reverb(input, IR_x, align=align) - y_y = reverb(input, IR_y, align=align) - y_z = reverb(input, IR_z, align=align) + y_w = reverb(input, IR_w, align=align, mode=mode) + y_x = reverb(input, IR_x, align=align, mode=mode) + y_y = reverb(input, IR_y, align=align, mode=mode) + y_z = reverb(input, IR_z, align=align, mode=mode) # combine into FOA output y = audio.fromtype("FOA") @@ -263,6 +285,7 @@ def reverb_hoa2( input: Audio, hoa2_IR: Audio, align: Optional[float] = None, + mode: Optional[str] = None, ) -> Audio: """ Convolve mono audio signal with an HOA2 impulse response @@ -300,7 +323,7 @@ def reverb_hoa2( # separate IR into each channel IR.audio = hoa2_IR.audio[:, [i]] # convolve mono input with channel IR - ych.append(reverb(input, IR, align=align)) + ych.append(reverb(input, IR, align=align, mode=mode)) # combine into HOA2 output y = audio.fromtype("HOA2") @@ -314,6 +337,7 @@ def reverb_hoa3( input: Audio, hoa3_IR: Audio, align: Optional[float] = None, + mode: Optional[str] = None, ) -> Audio: """ Convolve mono audio signal with an HOA3 impulse response @@ -351,7 +375,7 @@ def reverb_hoa3( # separate IR into each channel IR.audio = hoa3_IR.audio[:, [i]] # convolve mono input with channel IR - ych.append(reverb(input, IR, align=align)) + ych.append(reverb(input, IR, align=align, mode=mode)) # combine into HOA3 output y = audio.fromtype("HOA3") diff --git a/ivas_processing_scripts/bin/README.md b/ivas_processing_scripts/bin/README.md index 494ed5ed1c0c00d2babb1d6d3411d5634718a34b..8c44045e118ded975285284503d042f9470763c9 100755 --- a/ivas_processing_scripts/bin/README.md +++ b/ivas_processing_scripts/bin/README.md @@ -1,17 +1,27 @@ +# Necessary additional executables -Necessary additional executables: + -| Processing step | Executable | Where to find | -|-------------------------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------------| -| Loudness measurement and adjustment | bs1770demo | https://github.com/ErikNorvell-Ericsson/STL (Note branch) | -| MNRU | p50fbmnru | https://github.com/openitu/STL | -| ESDRU | esdru | https://github.com/openitu/STL | -| Frame error pattern application | eid-xor | https://github.com/openitu/STL | -| Reverberation module | reverb | https://github.com/openitu/STL | -| Error pattern generation | gen-patt | https://www.itu.int/rec/T-REC-G.191-201003-S/en (Note: Version in https://github.com/openitu/STL is buggy!) | -| Filtering, Resampling | filter | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| Random offset/seed generation (necessary for background noise and FER bitstream processing) | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| JBM network simulator | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| MASA rendering (also used in loudness measurement of MASA items) | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip | -| EVS reference conditions | EVS_cod, EVS_dec | https://www.3gpp.org/ftp/Specs/archive/26_series/26.443/26443-h00.zip | -| EVS JBM conditions | dlyerr_2_errpat | http://ftp.3gpp.org/tsg_sa/WG4_CODEC/TSGS4_70/Docs/S4-121077.zip | \ No newline at end of file +| Processing Step | Executable | Source | +| -------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------ | +| Loudness measurement and adjustment | `bs1770demo` | [openitu/STL](https://github.com/openitu/STL) | +| EVS JBM conditions | `dlyerr_2_errpat` | [3GPP S4-121077](http://ftp.3gpp.org/tsg_sa/WG4_CODEC/TSGS4_70/Docs/S4-121077.zip) | +| Frame error pattern application | `eid-xor` | [openitu/STL](https://github.com/openitu/STL) | +| ESDRU | `esdru` | [openitu/STL](https://github.com/openitu/STL) | +| EVS reference conditions (floating-point) | `EVS_cod`, `EVS_dec` | [3GPP 26.443](https://www.3gpp.org/ftp/Specs/archive/26_series/26.443/26443-h00.zip) | +| EVS reference conditions (fixed-point) | `EVS_cod_fx`, `EVS_dec_fx` | [3GPP 26.452](https://www.3gpp.org/ftp/Specs/archive/26_series/26.452/26452-i00.zip) | +| Filtering, Resampling | `filter` | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip) | +| Error pattern generation | `gen-patt` | [openitu/STL](https://github.com/openitu/STL) | +| MASA rendering and loudness measurement [^1] | `IVAS_rend` | [IVAS Codec](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec) | +| MASA format creation | `masaAnalyzer` | [Nokia MASA tools](https://github.com/Nokia-Bell-Labs/MASA_tools_for_IVAS) | +| JBM network simulator [^2] | `networkSimulator_g192` | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip) | +| JBM network simulator patch | `networkSimulator_g192` | [3GPP S4-230604](https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_123-e/Docs/S4-230604.zip) | +| MNRU | `p50fbmnru` | [openitu/STL](https://github.com/openitu/STL) | +| Random offset/seed generation [^3] | `random` | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip) | +| Reverberation module | `reverb` | [openitu/STL](https://github.com/openitu/STL) | + +[^1]: formerly required masaRenderer (now deprecated: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip) +[^2]: requires manual patching +[^3]: necessary for background noise and FER bitstream processing + + diff --git a/ivas_processing_scripts/binary_paths.yml b/ivas_processing_scripts/binary_paths.yml index 1c810062322df01caa1290e74f810d103dfc43d9..00de00dda1e6054e6591f637fe73f9cb3412285b 100644 --- a/ivas_processing_scripts/binary_paths.yml +++ b/ivas_processing_scripts/binary_paths.yml @@ -22,6 +22,8 @@ # eid-xor: "path/to/binary/eid-xor" # ### Binary for error pattern generation # gen-patt: "path/to/binary/gen-patt" +# ### Binary for IVAS Renderer +# IVAS_rend: "path/to/binary/IVAS_rend" # ### Binary for random offset/seed generation # random: "path/to/binary/random" # ### Binary for JBM network similulator diff --git a/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat new file mode 100644 index 0000000000000000000000000000000000000000..ecf898b34b2f9bbd04195bc7b0d4b9891b3765f9 --- /dev/null +++ b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854e83b31b5aa6f120e793336e8732281681fc242c86819496901a8c2a65558f +size 25512 diff --git a/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat new file mode 100644 index 0000000000000000000000000000000000000000..e7c11ad6b6c705b55576e3c4794da745e5ec7a9b --- /dev/null +++ b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8062f7f527088c256638baf3199e0aba7e4f5ca05e0ce6ee2c1cb61438f5b2a7 +size 25452 diff --git a/ivas_processing_scripts/generation/__init__.py b/ivas_processing_scripts/generation/__init__.py index 8a9dfb98fdd0f24a24ac36210068a1984f9563aa..58c75189bee0be5dacd6edb7d9f23f4af7625e5d 100755 --- a/ivas_processing_scripts/generation/__init__.py +++ b/ivas_processing_scripts/generation/__init__.py @@ -32,6 +32,10 @@ import logging +from ivas_processing_scripts.audiotools.constants import ( + CHANNEL_BASED_AUDIO_ALTNAMES, + CHANNEL_BASED_AUDIO_FORMATS, +) from ivas_processing_scripts.constants import ( LOGGER_DATEFMT, LOGGER_FORMAT, @@ -40,6 +44,8 @@ from ivas_processing_scripts.constants import ( from ivas_processing_scripts.generation import ( config, generate_ismN_items, + generate_masa_items, + generate_mc_items, generate_omasa_items, generate_osba_items, generate_sba_items, @@ -91,10 +97,19 @@ def main(args): # generate FOA/HOA2/HOA3 items according to scene description generate_sba_items.generate_sba_items(cfg, logger) elif "OMASA" in cfg.format: - # generate OMASA items from FOA/HO2/HOA3 and MONO items according to scene description + # generate OMASA items from FOA/HOA2/HOA3 and MONO items according to scene description generate_omasa_items.generate_omasa_items(cfg, logger) + elif "MASA" in cfg.format: + # generate MASA items from MONO items according to scene description + generate_masa_items.generate_masa_items(cfg, logger) elif "OSBA" in cfg.format: - # generate OSBA items from FOA/HO2/HOA3 and MONO items according to scene description + # generate OSBA items from FOA/HOA2/HOA3 and MONO items according to scene description generate_osba_items.generate_osba_items(cfg, logger) + elif ( + cfg.format in CHANNEL_BASED_AUDIO_FORMATS.keys() + or cfg.format in CHANNEL_BASED_AUDIO_ALTNAMES.keys() + ): + # generate MC items from MONO items according to scene description + generate_mc_items.generate_mc_items(cfg, logger) logger.handlers.clear() diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index dcf76cad8d11e5c2eafd295776b4d78dce1b9bc6..948c6d48c4ee7f7ce0649c09d10507d6d8edb362 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -30,6 +30,8 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # import logging +import re +import sys from itertools import groupby, repeat from pathlib import Path @@ -195,6 +197,7 @@ def generate_ismN_scene( # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # read input filename source_file = ( @@ -231,16 +234,37 @@ def generate_ismN_scene( if isinstance(scene["shift"], list) else scene["shift"] ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift = source_shift * cfg.fs if source_shift >= 0: source_shift = int(np.floor(source_shift / frame_len) * frame_len) else: source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs # read the level if "level" in scene.keys(): @@ -249,17 +273,37 @@ def generate_ismN_scene( if isinstance(scene["level"], list) else scene["level"] ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass else: level = -26 logger.info( - f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LUFS with shift of {source_shift_in_seconds} seconds" + f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LKFS with shift of {source_shift_in_seconds} seconds" ) # read source file x = audio.fromtype("ISM1") x.audio, x.fs = audiofile.read(input_filename) + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + # resample to the target fs if necessary if x.fs != cfg.fs: logger.warning( @@ -270,11 +314,20 @@ def generate_ismN_scene( x.fs = cfg.fs # adjust the level of the audio source file (need to convert to MONO first) - x_temp = audio.ChannelBasedAudio("MONO") # create a temporary mono audio object - x_temp.audio = x.audio.copy() - x_temp.fs = x.fs - x_temp.audio, _ = loudness_norm(x_temp, level, loudness_format="MONO") - x.audio = x_temp.audio + if np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) + elif level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + else: + x_temp = audio.ChannelBasedAudio( + "MONO" + ) # create a temporary mono audio object + x_temp.audio = x.audio.copy() + x_temp.fs = x.fs + x_temp.audio, _ = loudness_norm(x_temp, level, loudness_format="MONO") + x.audio = x_temp.audio # ensure the length of the audio source signal is a multiple of 20ms if len(x.audio) % frame_len != 0: @@ -364,21 +417,21 @@ def generate_ismN_scene( y.object_pos = x.object_pos.copy() y.fs = x.fs - if source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(y, limits=[source_shift, 0], samples=True) + metadata.trim_meta(y, limits=[-source_shift, 0], samples=True) else: offset = source_shift else: # shift the beginning of the audio source signal delta_offset = source_shift - offset - if delta_offset > 0: + if delta_offset < 0: # insert zeros to the previous ISM signal(s) to shift them right - metadata.trim_meta(y, limits=[-delta_offset, 0], samples=True) + metadata.trim_meta(y, limits=[delta_offset, 0], samples=True) offset = source_shift else: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(x, limits=[delta_offset, 0], samples=True) + metadata.trim_meta(x, limits=[-delta_offset, 0], samples=True) # adjust the length of the audio source signal delta_length = len(x.audio) - len(y.audio) @@ -393,7 +446,9 @@ def generate_ismN_scene( y.object_pos.extend(x.object_pos) # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) - y.metadata_files.insert(i, str(output_filename.with_suffix(f".{i}.csv"))) + y.metadata_files.insert( + i, str(output_filename.with_suffix(output_filename.suffix + f".{i}.csv")) + ) # append pre-amble and post-amble if "preamble" in cfg.__dict__ or "postamble" in cfg.__dict__: @@ -416,22 +471,18 @@ def generate_ismN_scene( noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") y.audio += noise - # adjust the length of the output signal + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: - # trim the output signal such that the total duration is X seconds - duration = int(cfg.duration * cfg.fs) # convert to samples - else: - # do not change the length of the audio signal - duration = len(y.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y.audio) != duration: - metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y.audio) > duration: + metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: - logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="BINAURAL") # apply fade-in and fade-out diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py new file mode 100644 index 0000000000000000000000000000000000000000..faba91122c383089673146dff09d07a7bef2e8ff --- /dev/null +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -0,0 +1,551 @@ +#!/usr/bin/env python3 + +# +# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository. All Rights Reserved. +# +# This software is protected by copyright law and by international treaties. +# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository retain full ownership rights in their respective contributions in +# the software. This notice grants no license of any kind, including but not limited to patent +# license, nor is any license granted by implication, estoppel or otherwise. +# +# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making +# contributions. +# +# This software is provided "AS IS", without any express or implied warranties. The software is in the +# development stage. It is intended exclusively for experts who have experience with such software and +# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability +# and fitness for a particular purpose are hereby disclaimed and excluded. +# +# Any dispute, controversy or claim arising under or in relation to providing this software shall be +# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in +# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and +# the United Nations Convention on Contracts on the International Sales of Goods. +# + +import logging +import re +import sys +from itertools import groupby, repeat +from pathlib import Path + +import numpy as np + +from ivas_processing_scripts.audiotools import audio, audioarray, audiofile +from ivas_processing_scripts.audiotools.convert.masa import convert_masa +from ivas_processing_scripts.audiotools.convert.scenebased import render_sba_to_masa +from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm +from ivas_processing_scripts.audiotools.wrappers.reverb import ( + reverb_foa, + reverb_hoa2, + reverb_hoa3, +) +from ivas_processing_scripts.generation import config +from ivas_processing_scripts.utils import apply_func_parallel + +SEED_RANDOM_NOISE = 0 + + +# function for searching sequences of same the same character and replacing it by another string +def replace_char_seq_with_string(str, char_seq, repl_str): + result = [] + + # find groups of consecutive letters + groups = ["".join(list(g)) for k, g in groupby(str)] + + # limit the length of the replacement string by the length of the character sequence + repl_str = repl_str[: len(char_seq)] + + # replace each occurence of the sequence of characters + for g in groups: + if char_seq in g: + result.append(repl_str) + else: + result.append(g) + + return "".join(result) + + +# function for appending string to a filename before file extension +def append_str_filename(filename, str_to_append): + p = Path(filename) + # Combine the stem, the string to append, and the suffix + return p.parent / (p.stem + str_to_append + p.suffix) + + +def generate_masa_items( + cfg: config.TestConfig, + logger: logging.Logger, +): + """Generate MASA items with metadata from FOA/HOA2/HOA3 and ISMn items based on scene description""" + + # set the fs + if "fs" not in cfg.__dict__: + cfg.fs = 48000 + + # set the listening lab designator + if "listening_lab" not in cfg.__dict__: + cfg.listening_lab = "l" + + # set the language designator + if "language" not in cfg.__dict__: + cfg.language = "EN" + + # set the experiment designator + if "exp" not in cfg.__dict__: + cfg.exp = "p07" + + # set the provider + if "provider" not in cfg.__dict__: + cfg.provider = "g" + + # set the prefix for all input filenames + if "use_input_prefix" not in cfg.__dict__: + cfg.use_input_prefix = "" + else: + # replace file designators + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "l", cfg.listening_lab + ) + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "LL", cfg.language + ) + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "eee", cfg.exp + ) + + # set the prefix for all IR filenames + if "use_IR_prefix" not in cfg.__dict__: + cfg.use_IR_prefix = "" + else: + # replace file designators + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "p", cfg.provider + ) + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "LL", cfg.language + ) + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "eee", cfg.exp + ) + + # set the prefix for all output filenames + if "use_output_prefix" not in cfg.__dict__: + cfg.use_output_prefix = "" + else: + # replace file designators + cfg.use_output_prefix = replace_char_seq_with_string( + cfg.use_output_prefix, "l", cfg.listening_lab + ) + cfg.use_output_prefix = replace_char_seq_with_string( + cfg.use_output_prefix, "eee", cfg.exp + ) + + # set multiprocessing + if "multiprocessing" not in cfg.__dict__: + cfg.multiprocessing = False + + apply_func_parallel( + generate_MASA_scene, + zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), + type="mp" if cfg.multiprocessing else None, + show_progress=None, + ) + + return + + +def generate_MASA_scene( + scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger +): + """ + Processes a single scene to generate MASA item with metadata. + + Args: + scene_name (str): The name of the scene being processed. + scene (dict): A dictionary containing scene description, including source files, azimuth, elevation, and other parameters. + cfg (config.TestConfig): Configuration object containing settings for processing, such as input/output paths, sampling rate, and loudness levels. + logger (logging.Logger): Logger instance for logging information and errors. + + Expected Behavior: + - Reads audio source files and processes them based on the scene description. + - Generates metadata files and appends them to the MASA object. + - Writes the processed audio and metadata to output files. + - Handles various audio formats (e.g., MONO, FOA, HOA2) and applies transformations like loudness normalization, trimming, and padding. + """ + + scenes = list(cfg.scenes.keys()) + logger.info( + f"Processing scene \"{scene_name}\" ({scenes.index(scene_name) + 1} out of {len(scenes)}), output file: {scene['output']}" + ) + + # extract the number of audio sources + N_inputs = len(np.atleast_1d(scene["input"])) + + # get output filename + masa_format = f"MASA{cfg.masa_tc}DIR{cfg.masa_dirs}" + output_filename = Path(scene["output"]).parent / ( + cfg.use_output_prefix + Path(scene["output"]).name + ) + + # initialize output dirs + dir_path = output_filename.parent + if dir_path and not dir_path.exists(): + dir_path.mkdir(parents=True, exist_ok=True) + + # initialize output MASA object + y = audio.MetadataAssistedSpatialAudio(masa_format) + y.fs = cfg.fs + + # set the frame length + frame_len = int(cfg.fs / 50) + + # repeat for all source files + offset = 0 + y_int = None + end_position = [] + for i in range(N_inputs): + # parse parameters from the scene description + source_file = ( + scene["input"][i] if isinstance(scene["input"], list) else scene["input"] + ) + IR_file = scene["IR"][i] if isinstance(scene["IR"], list) else scene["IR"] + + # get input filename and IR filename + input_filename = Path(source_file).parent / ( + cfg.use_input_prefix + Path(source_file).name + ) + IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) + + # read the shift time in seconds + if "shift" in scene.keys(): + source_shift = ( + scene["shift"][i] + if isinstance(scene["shift"], list) + else scene["shift"] + ) + else: + source_shift = 0.0 + + # read the source shift length (in seconds) + if "shift" in scene.keys(): + source_shift = ( + scene["shift"][i] + if isinstance(scene["shift"], list) + else scene["shift"] + ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap + else: + source_shift = 0.0 + + # convert shift from seconds to samples and ensure it is a multiple of 20ms + source_shift = source_shift * cfg.fs + if source_shift >= 0: + source_shift = int(np.floor(source_shift / frame_len) * frame_len) + else: + source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs + + # read the level + if "level" in scene.keys(): + level = ( + scene["level"][i] + if isinstance(scene["level"], list) + else scene["level"] + ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass + else: + level = -26 + + logger.info( + f"-- Convolving {source_file} with {IR_file} at {level} LKFS with shift of {source_shift_in_seconds} seconds" + ) + + # get the number of channels from the IR .wav file header + wav_header = audiofile.parse_wave_header(IR_filename) + IR_channels = wav_header["channels"] + + if IR_channels == 4: + IR_fmt = "FOA" + elif IR_channels == 9: + IR_fmt = "HOA2" + elif IR_channels == 16: + IR_fmt = "HOA3" + else: + logger.error( + f"Error: Input format of the IR source file with {IR_channels} channels is not supported!" + ) + sys.exit(-1) + + # initialize intermediate SBA object (based on the format of the IR file) + if y_int is None: + y_int = audio.SceneBasedAudio(IR_fmt) + y_int.fs = cfg.fs + + # read source file + x = audio.fromfile("MONO", input_filename) + + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + + # resample to the target fs if necessary + if x.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the audio source is {x.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample(x.audio, x.fs, cfg.fs) + x.audio = resampled_audio + x.fs = cfg.fs + + # read the IR file + IR = audio.fromfile(IR_fmt, IR_filename) + + # convolve MONO source audio with FOA/HOA2/HOA3 IR -> results in FOA/HOA2/HOA3 audio object + if IR_fmt == "FOA": + x = reverb_foa(x, IR, mode=None) + elif IR_fmt == "HOA2": + x = reverb_hoa2(x, IR, mode=None) + elif IR_fmt == "HOA3": + x = reverb_hoa3(x, IR, mode=None) + + # adjust the level of the FOA/HOA2/HOA3 signal + if np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) + elif level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + else: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + + # ensure the length of the audio source signal is a multiple of 20ms + if len(x.audio) % frame_len != 0: + # pad with zeros to ensure that the signal length is a multiple of 20ms + if len(x.audio) % frame_len != 0: + N_pad = int(frame_len - len(x.audio) % frame_len) + x.audio = audioarray.trim( + x.audio, x.fs, limits=[0, -N_pad], samples=True + ) + + # add the convolved FOA/HOA2/HOA3 audio source signal to the intermediate SBA output signal + if y_int.audio is None: + # this is the first SBA source signal + y_int.audio = x.audio.copy() + + if source_shift > 0: + # insert zeros to the first SBA source signal to shift it right + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[-source_shift, 0], samples=True + ) + else: + offset = source_shift + else: + # shift the beginning of the audio source signal + delta_offset = source_shift - offset + if delta_offset < 0: + # insert zeros to the output SBA signal to shift it right + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[delta_offset, 0], samples=True + ) + offset = source_shift + else: + # insert zeros to the new SBA source signal to shift it right + x.audio = audioarray.trim( + x.audio, x.fs, limits=[-delta_offset, 0], samples=True + ) + + # adjust the length of the audio source signal + delta_length = len(x.audio) - len(y_int.audio) + if delta_length > 0: + # pad zeros to the output SBA signal + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[0, -delta_length], samples=True + ) + else: + # pad zeros to the new MASA source signal + x.audio = audioarray.trim( + x.audio, x.fs, limits=[0, delta_length], samples=True + ) + + # superimpose + y_int.audio += x.audio + + # append pre-amble and post-amble + if "preamble" in cfg.__dict__ or "postamble" in cfg.__dict__: + preamble = int( + np.floor(cfg.preamble * cfg.fs / frame_len) * frame_len + ) # convert to samples and ensure multiple of 20ms + postamble = int( + np.floor(cfg.postamble * cfg.fs / frame_len) * frame_len + ) # convert to samples and ensure multiple of 20ms + if preamble != 0 or postamble != 0: + logger.info( + f"-- Adding pre-amble of {cfg.preamble} seconds and post-amble of {cfg.postamble} seconds" + ) + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[-preamble, -postamble], samples=True + ) + + # trim the output signal if the total duration exceeds X seconds + if "duration" in cfg.__dict__: + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y_int.audio) > duration: + y_int.audio = audioarray.trim( + y_int.audio, + y_int.fs, + limits=[0, len(y_int.audio) - duration], + samples=True, + ) + + # adjust the loudness of the output signal + if "loudness" in cfg.__dict__: + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") + y_int.audio, _ = loudness_norm(y_int, cfg.loudness, loudness_format="BINAURAL") + + # add background noise in FOA/HOA2/HOA3 format + if "background" in scene.keys(): + # check if [] are used in the background noise file name + if isinstance(scene["background"], list): + # if so, use the first element + background_filename = scene["background"][0] + else: + background_filename = scene["background"] + + # read the background noise file + background_filename = Path(scene["background"]).parent / ( + cfg.use_input_prefix + Path(scene["background"]).name + ) + logger.info(f"-- Adding background noise from {background_filename}") + background = audio.fromfile(IR_fmt, background_filename) + + # resample to the target fs if necessary + if background.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the background noise is {background.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample( + background.audio, background.fs, cfg.fs + ) + background.audio = resampled_audio + background.fs = cfg.fs + + # adjust the length of the background noise signal + if len(background.audio) != len(y_int.audio): + background.audio = audioarray.trim( + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y_int.audio)], + samples=True, + ) + + # adjust the loudness of the background noise signal + if "background_level" in scene.keys(): + logger.info( + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" + ) + + # check if [] are used in the background level + if isinstance(scene["background_level"], list): + # if so, use the first element + scene["background_level"] = scene["background_level"][0] + + # convert to float if the background level was entered in string format + if not isinstance(scene["background_level"], (int, float)): + scene["background_level"] = float(scene["background_level"]) + else: + logger.warning( + "-- Warning: No target loudness for background noise specified, using default value of -26 LKFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO", rms=True + ) + + # add the background noise to the output signal + y_int.audio += background.audio + elif ( + "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise + ): + # create uniformly distributed noise between -4 and 4 + np.random.seed(SEED_RANDOM_NOISE) + noise = np.random.randint(low=-4, high=5, size=y_int.audio.shape).astype( + "float" + ) + y_int.audio += noise + + # apply fade-in and fade-out + if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: + logger.info(f"-- Applying fade-in and fade-out with {cfg.fade_in_out} seconds") + y_int.audio = audioarray.window(y_int.audio, y_int.fs, cfg.fade_in_out * 1000) + + # generate MASA metadata filename (should end with .met) + y.metadata_file = output_filename.with_suffix(output_filename.suffix + ".met") + + # convert the intermediate SBA output signal to MASA format + render_sba_to_masa(y_int, y) + + # write the MASA audio signal to the output file + audiofile.write(output_filename, y.audio, y.fs) + + # convert the MASA audio signal to BINAURAL, if option was chosen + if cfg.binaural_output: + binaural_output_filename = output_filename.with_name( + output_filename.stem + "_BINAURAL" + output_filename.suffix + ) + logger.info( + f"-- Converting to BINAURAL output file: {binaural_output_filename}" + ) + binaudio = audio.fromtype("BINAURAL") + binaudio.fs = y.fs + convert_masa(y, binaudio) + audiofile.write( + binaural_output_filename, + binaudio.audio, + binaudio.fs, + ) diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py new file mode 100644 index 0000000000000000000000000000000000000000..35dcbb3be7be6b646c39e6f16b1ae84bfa8bf50b --- /dev/null +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -0,0 +1,538 @@ +#!/usr/bin/env python3 + +# +# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository. All Rights Reserved. +# +# This software is protected by copyright law and by international treaties. +# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository retain full ownership rights in their respective contributions in +# the software. This notice grants no license of any kind, including but not limited to patent +# license, nor is any license granted by implication, estoppel or otherwise. +# +# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making +# contributions. +# +# This software is provided "AS IS", without any express or implied warranties. The software is in the +# development stage. It is intended exclusively for experts who have experience with such software and +# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability +# and fitness for a particular purpose are hereby disclaimed and excluded. +# +# Any dispute, controversy or claim arising under or in relation to providing this software shall be +# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in +# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and +# the United Nations Convention on Contracts on the International Sales of Goods. +# + +import logging +import re +import sys +from itertools import groupby, repeat +from pathlib import Path + +import numpy as np + +from ivas_processing_scripts.audiotools import audio, audioarray, audiofile +from ivas_processing_scripts.audiotools.convert.channelbased import ( + render_cba_to_binaural, +) +from ivas_processing_scripts.audiotools.convert.scenebased import render_sba_to_cba +from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm +from ivas_processing_scripts.audiotools.wrappers.reverb import ( + reverb_foa, + reverb_hoa2, + reverb_hoa3, +) +from ivas_processing_scripts.generation import config +from ivas_processing_scripts.utils import apply_func_parallel + +SEED_RANDOM_NOISE = 0 + + +# function for searching sequences of same the same character and replacing it by another string +def replace_char_seq_with_string(str, char_seq, repl_str): + result = [] + + # find groups of consecutive letters + groups = ["".join(list(g)) for k, g in groupby(str)] + + # limit the length of the replacement string by the length of the character sequence + repl_str = repl_str[: len(char_seq)] + + # replace each occurence of the sequence of characters + for g in groups: + if char_seq in g: + result.append(repl_str) + else: + result.append(g) + + return "".join(result) + + +# function for appending string to a filename before file extension +def append_str_filename(filename, str_to_append): + p = Path(filename) + # Combine the stem, the string to append, and the suffix + return p.parent / (p.stem + str_to_append + p.suffix) + + +def generate_mc_items( + cfg: config.TestConfig, + logger: logging.Logger, +): + """Generate MC items with metadata from FOA/HOA2/HOA3 and ISMn items based on scene description""" + + # set the fs + if "fs" not in cfg.__dict__: + cfg.fs = 48000 + + # set the listening lab designator + if "listening_lab" not in cfg.__dict__: + cfg.listening_lab = "l" + + # set the language designator + if "language" not in cfg.__dict__: + cfg.language = "EN" + + # set the experiment designator + if "exp" not in cfg.__dict__: + cfg.exp = "p07" + + # set the provider + if "provider" not in cfg.__dict__: + cfg.provider = "g" + + # set the prefix for all input filenames + if "use_input_prefix" not in cfg.__dict__: + cfg.use_input_prefix = "" + else: + # replace file designators + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "l", cfg.listening_lab + ) + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "LL", cfg.language + ) + cfg.use_input_prefix = replace_char_seq_with_string( + cfg.use_input_prefix, "eee", cfg.exp + ) + + # set the prefix for all IR filenames + if "use_IR_prefix" not in cfg.__dict__: + cfg.use_IR_prefix = "" + else: + # replace file designators + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "p", cfg.provider + ) + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "LL", cfg.language + ) + cfg.use_IR_prefix = replace_char_seq_with_string( + cfg.use_IR_prefix, "eee", cfg.exp + ) + + # set the prefix for all output filenames + if "use_output_prefix" not in cfg.__dict__: + cfg.use_output_prefix = "" + else: + # replace file designators + cfg.use_output_prefix = replace_char_seq_with_string( + cfg.use_output_prefix, "l", cfg.listening_lab + ) + cfg.use_output_prefix = replace_char_seq_with_string( + cfg.use_output_prefix, "eee", cfg.exp + ) + + # set multiprocessing + if "multiprocessing" not in cfg.__dict__: + cfg.multiprocessing = False + + apply_func_parallel( + generate_MC_scene, + zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), + type="mp" if cfg.multiprocessing else None, + show_progress=None, + ) + + return + + +def generate_MC_scene( + scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger +): + """ + Processes a single scene to generate MC item. + + Args: + scene_name (str): The name of the scene being processed. + scene (dict): A dictionary containing scene description, including source files, azimuth, elevation, and other parameters. + cfg (config.TestConfig): Configuration object containing settings for processing, such as input/output paths, sampling rate, and loudness levels. + logger (logging.Logger): Logger instance for logging information and errors. + + Expected Behavior: + - Reads audio source files and processes them based on the scene description. + - Writes the processed audio and metadata to output files. + - Handles various audio formats (e.g., MONO, FOA, HOA2) and applies transformations like loudness normalization, trimming, and padding. + """ + + scenes = list(cfg.scenes.keys()) + logger.info( + f"Processing scene \"{scene_name}\" ({scenes.index(scene_name) + 1} out of {len(scenes)}), output file: {scene['output']}" + ) + + # extract the number of audio sources + N_inputs = len(np.atleast_1d(scene["input"])) + + # get output filename + output_filename = Path(scene["output"]).parent / ( + cfg.use_output_prefix + Path(scene["output"]).name + ) + + # initialize output dirs + dir_path = output_filename.parent + if dir_path and not dir_path.exists(): + dir_path.mkdir(parents=True, exist_ok=True) + + # initialize output MC object + y = audio.ChannelBasedAudio(cfg.format) + y.fs = cfg.fs + + # set the frame length + frame_len = int(cfg.fs / 50) + + # repeat for all source files + offset = 0 + y_int = None + end_position = [] + for i in range(N_inputs): + # parse parameters from the scene description + source_file = ( + scene["input"][i] if isinstance(scene["input"], list) else scene["input"] + ) + IR_file = scene["IR"][i] if isinstance(scene["IR"], list) else scene["IR"] + + # get input filename and IR filename + input_filename = Path(source_file).parent / ( + cfg.use_input_prefix + Path(source_file).name + ) + IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) + + # read the source shift length (in seconds) + if "shift" in scene.keys(): + source_shift = ( + scene["shift"][i] + if isinstance(scene["shift"], list) + else scene["shift"] + ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap + else: + source_shift = 0.0 + + # convert shift from seconds to samples and ensure it is a multiple of 20ms + source_shift = source_shift * cfg.fs + if source_shift >= 0: + source_shift = int(np.floor(source_shift / frame_len) * frame_len) + else: + source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs + + # read the level + if "level" in scene.keys(): + level = ( + scene["level"][i] + if isinstance(scene["level"], list) + else scene["level"] + ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass + else: + level = -26 + + logger.info( + f"-- Convolving {source_file} with {IR_file} at {level} LKFS with shift of {source_shift_in_seconds} seconds" + ) + + # get the number of channels from the IR .wav file header + wav_header = audiofile.parse_wave_header(IR_filename) + IR_channels = wav_header["channels"] + + if IR_channels == 4: + IR_fmt = "FOA" + elif IR_channels == 9: + IR_fmt = "HOA2" + elif IR_channels == 16: + IR_fmt = "HOA3" + else: + logger.error( + f"Error: Input format of the IR source file with {IR_channels} channels is not supported!" + ) + sys.exit(-1) + + # initialize intermediate SBA object (based on the format of the IR file) + if y_int is None: + y_int = audio.SceneBasedAudio(IR_fmt) + y_int.fs = cfg.fs + + # read source file + x = audio.fromfile("MONO", input_filename) + + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + + # resample to the target fs if necessary + if x.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the audio source is {x.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample(x.audio, x.fs, cfg.fs) + x.audio = resampled_audio + x.fs = cfg.fs + + # read the IR file + IR = audio.fromfile(IR_fmt, IR_filename) + + # convolve MONO source audio with FOA/HOA2/HOA3 IR -> results in FOA/HOA2/HOA3 audio object + if IR_fmt == "FOA": + x = reverb_foa(x, IR, mode=None) + elif IR_fmt == "HOA2": + x = reverb_hoa2(x, IR, mode=None) + elif IR_fmt == "HOA3": + x = reverb_hoa3(x, IR, mode=None) + + # adjust the level of the FOA/HOA2/HOA3 signal + if level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + elif np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) + else: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + + # ensure the length of the audio source signal is a multiple of 20ms + if len(x.audio) % frame_len != 0: + # pad with zeros to ensure that the signal length is a multiple of 20ms + if len(x.audio) % frame_len != 0: + N_pad = int(frame_len - len(x.audio) % frame_len) + x.audio = audioarray.trim( + x.audio, x.fs, limits=[0, -N_pad], samples=True + ) + + # add the convolved FOA/HOA2/HOA3 audio source signal to the intermediate SBA output signal + if y_int.audio is None: + # this is the first SBA source signal + y_int.audio = x.audio.copy() + + if source_shift > 0: + # insert zeros to the first SBA source signal to shift it right + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[-source_shift, 0], samples=True + ) + else: + offset = source_shift + else: + # shift the beginning of the audio source signal + delta_offset = source_shift - offset + if delta_offset < 0: + # insert zeros to the output SBA signal to shift it right + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[delta_offset, 0], samples=True + ) + offset = source_shift + else: + # insert zeros to the new SBA source signal to shift it right + x.audio = audioarray.trim( + x.audio, x.fs, limits=[-delta_offset, 0], samples=True + ) + + # adjust the length of the audio source signal + delta_length = len(x.audio) - len(y_int.audio) + if delta_length > 0: + # pad zeros to the output SBA signal + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[0, -delta_length], samples=True + ) + else: + # pad zeros to the new SBA source signal + x.audio = audioarray.trim( + x.audio, x.fs, limits=[0, delta_length], samples=True + ) + + # superimpose + y_int.audio += x.audio + + # append pre-amble and post-amble + if "preamble" in cfg.__dict__ or "postamble" in cfg.__dict__: + preamble = int( + np.floor(cfg.preamble * cfg.fs / frame_len) * frame_len + ) # convert to samples and ensure multiple of 20ms + postamble = int( + np.floor(cfg.postamble * cfg.fs / frame_len) * frame_len + ) # convert to samples and ensure multiple of 20ms + if preamble != 0 or postamble != 0: + logger.info( + f"-- Adding pre-amble of {cfg.preamble} seconds and post-amble of {cfg.postamble} seconds" + ) + y_int.audio = audioarray.trim( + y_int.audio, y_int.fs, limits=[-preamble, -postamble], samples=True + ) + + # trim the output signal if the total duration exceeds X seconds + if "duration" in cfg.__dict__: + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y_int.audio) > duration: + y_int.audio = audioarray.trim( + y_int.audio, + y_int.fs, + limits=[0, len(y_int.audio) - duration], + samples=True, + ) + + # adjust the loudness of the output signal + if "loudness" in cfg.__dict__: + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") + y_int.audio, _ = loudness_norm(y_int, cfg.loudness, loudness_format="BINAURAL") + + # add background noise in FOA/HOA2/HOA3 format + if "background" in scene.keys(): + # check if [] are used in the background noise file name + if isinstance(scene["background"], list): + # if so, use the first element + background_filename = scene["background"][0] + else: + background_filename = scene["background"] + + # read the background noise file + background_filename = Path(scene["background"]).parent / ( + cfg.use_input_prefix + Path(scene["background"]).name + ) + logger.info(f"-- Adding background noise from {background_filename}") + background = audio.fromfile(IR_fmt, background_filename) + + # resample to the target fs if necessary + if background.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the background noise is {background.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample( + background.audio, background.fs, cfg.fs + ) + background.audio = resampled_audio + background.fs = cfg.fs + + # adjust the length of the background noise signal + if len(background.audio) != len(y_int.audio): + background.audio = audioarray.trim( + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y_int.audio)], + samples=True, + ) + + # adjust the loudness of the background noise signal + if "background_level" in scene.keys(): + logger.info( + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" + ) + + # check if [] are used in the background level + if isinstance(scene["background_level"], list): + # if so, use the first element + scene["background_level"] = scene["background_level"][0] + + # convert to float if the background level was entered in string format + if not isinstance(scene["background_level"], (int, float)): + scene["background_level"] = float(scene["background_level"]) + else: + logger.warning( + "-- Warning: No target loudness for background noise specified, using default value of -26 LKFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO", rms=True + ) + + # add the background noise to the output signal + y_int.audio += background.audio + elif ( + "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise + ): + # create uniformly distributed noise between -4 and 4 + np.random.seed(SEED_RANDOM_NOISE) + noise = np.random.randint(low=-4, high=5, size=y_int.audio.shape).astype( + "float" + ) + y_int.audio += noise + + # apply fade-in and fade-out + if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: + logger.info(f"-- Applying fade-in and fade-out with {cfg.fade_in_out} seconds") + y_int.audio = audioarray.window(y_int.audio, y_int.fs, cfg.fade_in_out * 1000) + + # convert the intermediate SBA output signal to MC format + render_sba_to_cba(y_int, y) + + # write the MC audio signal to the output file + audiofile.write(output_filename, y.audio, y.fs) + + # convert the MC audio signal to BINAURAL, if option was chosen + if cfg.binaural_output: + binaural_output_filename = output_filename.with_name( + output_filename.stem + "_BINAURAL" + output_filename.suffix + ) + logger.info( + f"-- Converting to BINAURAL output file: {binaural_output_filename}" + ) + binaudio = audio.fromtype("BINAURAL") + binaudio.fs = y.fs + render_cba_to_binaural(y, binaudio) + audiofile.write( + binaural_output_filename, + binaudio.audio, + binaudio.fs, + ) diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index ed48c37b7ee3a7213bf0c0b868901dcf1e9a19d0..b8aba2b6105a9675a4bd778ba6b872c7fc93b571 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -31,6 +31,7 @@ # import logging +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -39,7 +40,7 @@ import numpy as np from ivas_processing_scripts.audiotools import audio, audioarray, audiofile, metadata from ivas_processing_scripts.audiotools.convert.omasa import convert_omasa -from ivas_processing_scripts.audiotools.convert.scenebased import render_sba_to_masa +from ivas_processing_scripts.audiotools.convert.osba import convert_osba from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm from ivas_processing_scripts.generation import config from ivas_processing_scripts.utils import apply_func_parallel @@ -67,18 +68,11 @@ def replace_char_seq_with_string(str, char_seq, repl_str): return "".join(result) -# function for appending string to a filename before file extension -def append_str_filename(filename, str_to_append): - p = Path(filename) - # Combine the stem, the string to append, and the suffix - return p.parent / (p.stem + str_to_append + p.suffix) - - def generate_omasa_items( cfg: config.TestConfig, logger: logging.Logger, ): - """Generate OMASA items with metadata from FOA/HO2 and ISMn items based on scene description""" + """Generate OMASA items with metadata from FOA/HOA2/HOA3 and ISMn items based on scene description""" # set the fs if "fs" not in cfg.__dict__: @@ -183,12 +177,14 @@ def generate_OMASA_scene( # initialize output OMASA object y = audio.OMASAAudio(omasa_format) y.fs = cfg.fs + y_int = None # intermediate OSBA object # set the frame length frame_len = int(cfg.fs / 50) # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -226,16 +222,37 @@ def generate_OMASA_scene( if isinstance(scene["shift"], list) else scene["shift"] ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift = source_shift * cfg.fs if source_shift >= 0: source_shift = int(np.floor(source_shift / frame_len) * frame_len) else: source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs # read the level if "level" in scene.keys(): @@ -244,11 +261,28 @@ def generate_OMASA_scene( if isinstance(scene["level"], list) else scene["level"] ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass else: level = -26 logger.info( - f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LUFS with shift of {source_shift_in_seconds} seconds" + f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LKFS with shift of {source_shift_in_seconds} seconds" ) # get the number of channels from the .wav file header @@ -261,19 +295,37 @@ def generate_OMASA_scene( fmt = "STEREO" elif N_channels == 4: fmt = "FOA" + sba_order = 1 elif N_channels == 9: fmt = "HOA2" + sba_order = 2 elif N_channels == 16: fmt = "HOA3" + sba_order = 3 else: logger.error( f"Error: Input format of the source file with {N_channels} channels is not supported!" ) sys.exit(-1) + # initialize intermediate OSBA object + if y_int is None: + if fmt not in ["FOA", "HOA2", "HOA3"]: + logger.error( + "Error: Expecting FOA/HOA2/HOA3 as the first file in the list!" + ) + sys.exit(-1) + + osba_format = f"ISM{N_ISMs}SBA{sba_order}" + y_int = audio.OSBAAudio(osba_format) + y_int.fs = cfg.fs + # read source file x = audio.fromfile(fmt, input_filename) + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + # resample to the target fs if necessary if x.fs != cfg.fs: logger.warning( @@ -284,10 +336,17 @@ def generate_OMASA_scene( x.fs = cfg.fs # adjust the level of the source file - if fmt in ["FOA", "HOA2", "HOA3"]: - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + if level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + elif np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) else: - x.audio, _ = loudness_norm(x, level, loudness_format="MONO") + if fmt in ["FOA", "HOA2", "HOA3"]: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + else: + x.audio, _ = loudness_norm(x, level, loudness_format="MONO") # ensure the length of the audio source signal is a multiple of 20ms if len(x.audio) % frame_len != 0: @@ -301,18 +360,8 @@ def generate_OMASA_scene( # get the number of frames (multiple of 20ms) N_frames = int(len(x.audio) / frame_len) - # convert the input audio source signal to MASA or ISM - if fmt in ["FOA", "HOA2", "HOA3"]: - # convert FOA/HOA2/HOA3 to MASA - x_masa = audio.MetadataAssistedSpatialAudio( - f"MASA{cfg.masa_tc}DIR{cfg.masa_dirs}" - ) - x_masa.fs = cfg.fs - # generate MASA metadata filename (should end with .met) - x_masa.metadata_file = output_filename.with_suffix(".met") - render_sba_to_masa(x, x_masa) - x = x_masa # replace x with the MASA object - elif fmt == "MONO": + # convert the input MONO audio source signal to ISM1 object + if fmt == "MONO": # convert MONO to ISM1 x_ism = audio.ObjectBasedAudio("ISM1") # ISM with 1 channel x_ism.fs = cfg.fs @@ -389,50 +438,48 @@ def generate_OMASA_scene( x = x_ism # replace x with the ISM object - # copy new audio source signal to the OMASA object - if y.audio is None: - # add the first audio source signal (should be MASA) to the array of all source signals - y.audio = x.audio.copy() + # copy new audio source signal to the intermediate OSBA object + if y_int.audio is None: + # add the first audio source signal (should be FOA/HOA2/HOA3) to the array of all source signals + y_int.audio = x.audio.copy() - if "MASA" in x.name: - # if MASA, append metadata file to the OMASA object - y.metadata_files.append(x.metadata_file) - else: - # if ISM, append object position to the OMASA object - y.object_pos = x.object_pos.copy() - - if source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(y, limits=[source_shift, 0], samples=True) + metadata.trim_meta(y_int, limits=[-source_shift, 0], samples=True) else: offset = source_shift else: # shift the beginning of the audio source signal delta_offset = source_shift - offset - if delta_offset > 0: - # insert zeros to the previous ISM signal(s) to shift them right - metadata.trim_meta(y, limits=[-delta_offset, 0], samples=True) + if delta_offset < 0: + # insert zeros to the existing intermediate OSBA object to shift it right + metadata.trim_meta(y_int, limits=[delta_offset, 0], samples=True) offset = source_shift else: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(x, limits=[delta_offset, 0], samples=True) + metadata.trim_meta(x, limits=[-delta_offset, 0], samples=True) # adjust the length of the audio source signal - delta_length = len(x.audio) - len(y.audio) + delta_length = len(x.audio) - len(y_int.audio) if delta_length > 0: - # pad zeros to the previous ISM signal(s) - metadata.trim_meta(y, limits=[0, -delta_length], samples=True) + # pad zeros to the existing intermediate OSBA object signal + metadata.trim_meta(y_int, limits=[0, -delta_length], samples=True) else: # pad zeros to the new audio source signal metadata.trim_meta(x, limits=[0, delta_length], samples=True) - # append ISM signal to the OMASA object (ISM comes first !!!) - y.audio = np.insert(y.audio, [i - 1], x.audio, axis=1) - y.object_pos.extend(x.object_pos) + # append ISM signal to the intermediate OSBA object (ISM comes first !!!) + y_int.audio = np.insert(y_int.audio, [i - 1], x.audio, axis=1) + y_int.object_pos.extend(x.object_pos) # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) - y.metadata_files.insert( - i - 1, str(output_filename.with_suffix(f".{i - 1}.csv")) + y_int.metadata_files.insert( + i - 1, + str( + output_filename.with_suffix( + output_filename.suffix + f".{i - 1}.csv" + ) + ), ) # append pre-amble and post-amble @@ -447,43 +494,49 @@ def generate_OMASA_scene( logger.info( f"-- Adding pre-amble of {cfg.preamble} seconds and post-amble of {cfg.postamble} seconds" ) - metadata.trim_meta(y, limits=[-preamble, -postamble], samples=True) + metadata.trim_meta(y_int, limits=[-preamble, -postamble], samples=True) # add random noise if "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise: # create uniformly distributed noise between -4 and 4 np.random.seed(SEED_RANDOM_NOISE) noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - y.audio += noise + y_int.audio += noise - # adjust the length of the output signal + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: - # trim the output signal such that the total duration is X seconds - duration = int(cfg.duration * cfg.fs) # convert to samples - else: - # do not change the length of the audio signal - duration = len(y.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y.audio) != duration: - metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y_int.audio) > duration: + metadata.trim_meta( + y_int, limits=[0, len(y_int.audio) - duration], samples=True + ) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: - logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") - y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="BINAURAL") + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") + y_int.audio, _ = loudness_norm(y_int, cfg.loudness, loudness_format="BINAURAL") # apply fade-in and fade-out if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: logger.info(f"-- Applying fade-in and fade-out with {cfg.fade_in_out} seconds") - y.audio = audioarray.window(y.audio, y.fs, cfg.fade_in_out * 1000) + y_int.audio = audioarray.window(y_int.audio, y_int.fs, cfg.fade_in_out * 1000) + + # generate and insert MASA metadata filename (should end with .met) + y.metadata_files.append( + str(output_filename.with_suffix(output_filename.suffix + ".met")) + ) + + # convert the intermediate OSBA object to OMASA object + convert_osba(y_int, y) # write the OMASA audio output to .wav file in an interleaved format and ISM metadata in .csv files audiofile.write(output_filename, y.audio, y.fs) metadata.write_ISM_metadata_in_file(y.object_pos, y.metadata_files[:-1]) - # convert to OMASA output to BINAURAL, if option was chosen + # convert the OMASA output to BINAURAL output, if option was chosen if cfg.binaural_output: binaural_output_filename = output_filename.with_name( output_filename.stem + "_BINAURAL" + output_filename.suffix diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 815be0b563beda1b33dc37f6aef3af81f983af75..8190f5ca32425c96f8af35aae5c070d46f5f996b 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -31,6 +31,7 @@ # import logging +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -187,6 +188,7 @@ def generate_OSBA_scene( # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -210,23 +212,44 @@ def generate_OSBA_scene( else scene["elevation"] ) - # read the overlap length + # read the source shift length (in seconds) if "shift" in scene.keys(): source_shift = ( scene["shift"][i] if isinstance(scene["shift"], list) else scene["shift"] ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift = source_shift * cfg.fs if source_shift >= 0: source_shift = int(np.floor(source_shift / frame_len) * frame_len) else: source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs # read the level if "level" in scene.keys(): @@ -235,11 +258,28 @@ def generate_OSBA_scene( if isinstance(scene["level"], list) else scene["level"] ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass else: level = -26 logger.info( - f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LUFS with shift of {source_shift_in_seconds} seconds" + f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LKFS with shift of {source_shift_in_seconds} seconds" ) # get the number of channels from the .wav file header @@ -265,6 +305,9 @@ def generate_OSBA_scene( # read source file x = audio.fromfile(fmt, input_filename) + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + # resample to the target fs if necessary if x.fs != cfg.fs: logger.warning( @@ -275,10 +318,17 @@ def generate_OSBA_scene( x.fs = cfg.fs # adjust the level of the source file - if fmt in ["FOA", "HOA2", "HOA3"]: - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + if level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + elif np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) else: - x.audio, _ = loudness_norm(x, level, loudness_format="MONO") + if fmt in ["FOA", "HOA2", "HOA3"]: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + else: + x.audio, _ = loudness_norm(x, level, loudness_format="MONO") # ensure the length of the audio source signal is a multiple of 20ms if len(x.audio) % frame_len != 0: @@ -379,21 +429,21 @@ def generate_OSBA_scene( # if ISM, append object position to the OSBA object y.object_pos = x.object_pos.copy() - if source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(y, limits=[source_shift, 0], samples=True) + metadata.trim_meta(y, limits=[-source_shift, 0], samples=True) else: offset = source_shift else: # shift the beginning of the audio source signal delta_offset = source_shift - offset - if delta_offset > 0: + if delta_offset < 0: # insert zeros to the previous ISM signal(s) to shift them right - metadata.trim_meta(y, limits=[-delta_offset, 0], samples=True) + metadata.trim_meta(y, limits=[delta_offset, 0], samples=True) offset = source_shift else: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(x, limits=[delta_offset, 0], samples=True) + metadata.trim_meta(x, limits=[-delta_offset, 0], samples=True) # adjust the length of the audio source signal delta_length = len(x.audio) - len(y.audio) @@ -410,7 +460,12 @@ def generate_OSBA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y.metadata_files.insert( - i - 1, str(output_filename.with_suffix(f".{i - 1}.csv")) + i - 1, + str( + output_filename.with_suffix( + output_filename.suffix + f".{i - 1}.csv" + ) + ), ) # append pre-amble and post-amble @@ -434,22 +489,18 @@ def generate_OSBA_scene( noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") y.audio += noise - # adjust the length of the output signal + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: - # trim the output signal such that the total duration is X seconds - duration = int(cfg.duration * cfg.fs) # convert to samples - else: - # do not change the length of the audio signal - duration = len(y.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y.audio) != duration: - metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y.audio) > duration: + metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: - logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="BINAURAL") # apply fade-in and fade-out diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 6904f107245c3156e3c1dec2d59ef8d42a7d060a..22aba8ab77bc2ca71a4249d6bc1e77b30e9820fd 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -31,12 +31,15 @@ # import logging +import re +import sys from itertools import groupby, repeat from pathlib import Path import numpy as np from ivas_processing_scripts.audiotools import audio, audioarray, audiofile +from ivas_processing_scripts.audiotools.convert.objectbased import convert_objectbased from ivas_processing_scripts.audiotools.convert.scenebased import convert_scenebased from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm from ivas_processing_scripts.audiotools.wrappers.reverb import ( @@ -200,36 +203,74 @@ def generate_sba_scene( # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # parse parameters from the scene description source_file = ( scene["input"][i] if isinstance(scene["input"], list) else scene["input"] ) - IR_file = scene["IR"][i] if isinstance(scene["IR"], list) else scene["IR"] - # get input filename and IR filename input_filename = Path(source_file).parent / ( cfg.use_input_prefix + Path(source_file).name ) - IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the overlap length + # get input filename and IR filename + if "IR" in scene.keys(): + IR_file = scene["IR"][i] if isinstance(scene["IR"], list) else scene["IR"] + IR_filename = Path(IR_file).parent / ( + cfg.use_IR_prefix + Path(IR_file).name + ) + else: + # read azimuth and elevation information + source_azi = ( + scene["azimuth"][i] + if isinstance(scene["azimuth"], list) + else scene["azimuth"] + ) + source_ele = ( + scene["elevation"][i] + if isinstance(scene["elevation"], list) + else scene["elevation"] + ) + + # read the source shift length (in seconds) if "shift" in scene.keys(): source_shift = ( scene["shift"][i] if isinstance(scene["shift"], list) else scene["shift"] ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift = source_shift * cfg.fs if source_shift >= 0: source_shift = int(np.floor(source_shift / frame_len) * frame_len) else: source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs # read the level if "level" in scene.keys(): @@ -238,16 +279,41 @@ def generate_sba_scene( if isinstance(scene["level"], list) else scene["level"] ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass else: level = -26 - logger.info( - f"-- Convolving {source_file} with {IR_file} at {level} LUFS with shift of {source_shift_in_seconds} seconds" - ) + if "IR" in scene.keys(): + logger.info( + f"-- Convolving {source_file} with {IR_file} at {level} LKFS with shift of {source_shift_in_seconds} seconds" + ) + else: + logger.info( + f"-- Encoding {source_file} at position(s) {source_azi},{source_ele} at {level} LKFS with shift of {source_shift_in_seconds} seconds" + ) # read source file x = audio.fromfile("MONO", input_filename) + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + # resample to the target fs if necessary if x.fs != cfg.fs: logger.warning( @@ -257,19 +323,15 @@ def generate_sba_scene( x.audio = resampled_audio x.fs = cfg.fs - # read the IR file (!must be in target format!) - IR = audio.fromfile(cfg.format, IR_filename) - - # convolve MONO source audio with FOA/HOA2/HOA3 IR -> results in FOA/HOA2/HOA3 audio object - if cfg.format == "FOA": - x = reverb_foa(x, IR) - elif cfg.format == "HOA2": - x = reverb_hoa2(x, IR) - elif cfg.format == "HOA3": - x = reverb_hoa3(x, IR) - # adjust the level of the FOA/HOA2/HOA3 signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + if level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + elif np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) + else: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") # ensure the length of the audio source signal is a multiple of 20ms if len(x.audio) % frame_len != 0: @@ -280,31 +342,125 @@ def generate_sba_scene( x.audio, x.fs, limits=[0, -N_pad], samples=True ) + # get the number of frames (multiple of 20ms) + N_frames = int(len(x.audio) / frame_len) + + if "IR" in scene.keys(): + # read the IR file (!must be in target format!) + IR = audio.fromfile(cfg.format, IR_filename) + + # convolve MONO source audio with FOA/HOA2/HOA3 IR -> results in FOA/HOA2/HOA3 audio object + if cfg.format == "FOA": + x = reverb_foa(x, IR, mode=None) + elif cfg.format == "HOA2": + x = reverb_hoa2(x, IR, mode=None) + elif cfg.format == "HOA3": + x = reverb_hoa3(x, IR, mode=None) + else: + # convert MONO to ISM1 + x_ism = audio.ObjectBasedAudio("ISM1") # ISM with 1 channel + x_ism.fs = cfg.fs + x_ism.audio = x.audio.copy() + + # convert azimuth information in case of moving object + if isinstance(source_azi, str): + if ":" in source_azi: + # convert into array (initial_value:step:stop_value) + start_str, step_str, stop_str = source_azi.split(":") + start = float(eval(start_str)) + step = float(eval(step_str)) + stop = float(eval(stop_str)) + azi = np.arange(start, stop, step) + + # adjust length to N_frames + if len(azi) > N_frames: + azi = azi[:N_frames] + elif len(azi) < N_frames: + azi = np.append(azi, np.full(N_frames - len(azi), azi[-1])) + else: + # replicate static azimuth value N_frames times + azi = np.repeat(float(eval(source_azi)), N_frames) + else: + # replicate static azimuth value N_frames times + azi = np.repeat(float(source_azi), N_frames) + + # convert azimuth from 0 .. 360 to -180 .. +180 + azi = (azi + 180) % 360 - 180 + + # check if azimuth is from -180 .. +180 + if any(azi > 180) or any(azi < -180): + logger.error( + f"Incorrect value(s) of azimuth: {azi[(azi > 180) | (azi < -180)]}" + ) + + # convert elevation information in case mof moving object + if isinstance(source_ele, str): + if ":" in source_ele: + # convert into array (initial_value:step:stop_value) + start_str, step_str, stop_str = source_ele.split(":") + start = float(eval(start_str)) + step = float(eval(step_str)) + stop = float(eval(stop_str)) + ele = np.arange(start, stop, step) + + # adjust length to N_frames + if len(ele) > N_frames: + ele = ele[:N_frames] + elif len(ele) < N_frames: + ele = np.append(ele, np.full(N_frames - len(ele), ele[-1])) + + else: + # replicate static elevation value N_frames times + ele = np.repeat(float(eval(source_ele)), N_frames) + else: + # replicate static elevation value N_frames times + ele = np.repeat(float(source_ele), N_frames) + + # wrap elevation angle to -90 .. +90 + ele = ((ele + 90) % 180) - 90 + + # check if elevation is from -90 .. +90 + if any(ele > 90) or any(ele < -90): + logger.error( + f"Incorrect value(s) of elevation: {ele[(ele > 90) | (ele < -90)]}" + ) + + # generate radius vector with all values equal to 1.0 + rad = np.ones(N_frames) + + # arrange all metadata fields column-wise into a matrix + x_ism.object_pos.append(np.column_stack((azi, ele, rad))) + + # convert ISM1 object to SBA + x_sba = audio.SceneBasedAudio(cfg.format) + convert_objectbased(x_ism, x_sba) + x = x_sba # replace x with the SBA object + # add the convolved FOA/HOA2/HOA3 audio source signal to the output signal if y.audio is None: # add source signal to the array of all source signals y.audio = x.audio.copy() - if source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right - y.audio = audioarray.trim_meta( - y.audio, y.fs, limits=[source_shift, 0], samples=True + y.audio = audioarray.trim( + y.audio, y.fs, limits=[-source_shift, 0], samples=True ) else: offset = source_shift else: # shift the beginning of the audio source signal delta_offset = source_shift - offset - if delta_offset > 0: + if delta_offset < 0: # insert zeros to the existing output signal to shift it right y.audio = audioarray.trim( - y.audio, y.fs, limits=[0, -delta_offset], samples=True + y.audio, y.fs, limits=[delta_offset, 0], samples=True ) offset = source_shift else: # insert zeros to the new audio source signal to shift it right x.audio = audioarray.trim( - x.audio, x.fs, limits=[0, delta_offset], samples=True + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal @@ -339,33 +495,91 @@ def generate_sba_scene( y.audio, y.fs, limits=[-preamble, -postamble], samples=True ) - # add random noise - if "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - y.audio += noise - - # adjust the length of the output signal + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: - # trim the output signal such that the total duration is X seconds - duration = int(cfg.duration * cfg.fs) # convert to samples - else: - # do not change the length of the audio signal - duration = len(y.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y.audio) != duration: - y.audio = audioarray.trim( - y.audio, y.fs, limits=[0, len(y.audio) - duration], samples=True - ) + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y.audio) > duration: + y.audio = audioarray.trim( + y.audio, y.fs, limits=[0, len(y.audio) - duration], samples=True + ) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: - logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="BINAURAL") + # add background noise in FOA/HOA2/HOA3 format + if "background" in scene.keys(): + # check if [] are used in the background noise file name + if isinstance(scene["background"], list): + # if so, use the first element + background_filename = scene["background"][0] + else: + background_filename = scene["background"] + + # read the background noise file + background_filename = Path(scene["background"]).parent / ( + cfg.use_input_prefix + Path(scene["background"]).name + ) + logger.info(f"-- Adding background noise from {background_filename}") + background = audio.fromfile(cfg.format, background_filename) + + # resample to the target fs if necessary + if background.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the background noise is {background.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample( + background.audio, background.fs, cfg.fs + ) + background.audio = resampled_audio + background.fs = cfg.fs + + # adjust the length of the background noise signal + if len(background.audio) != len(y.audio): + background.audio = audioarray.trim( + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y.audio)], + samples=True, + ) + + # adjust the loudness of the background noise signal + if "background_level" in scene.keys(): + logger.info( + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" + ) + + # check if [] are used in the background level + if isinstance(scene["background_level"], list): + # if so, use the first element + scene["background_level"] = scene["background_level"][0] + + # convert to float if the background level was entered in string format + if not isinstance(scene["background_level"], (int, float)): + scene["background_level"] = float(scene["background_level"]) + else: + logger.warning( + "-- Warning: No target loudness for background noise specified, using default value of -26 LKFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO", rms=True + ) + + # add the background noise to the output signal + y.audio += background.audio + elif ( + "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise + ): + # create uniformly distributed noise between -4 and 4 + np.random.seed(SEED_RANDOM_NOISE) + noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") + y.audio += noise + # apply fade-in and fade-out if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: logger.info(f"-- Applying fade-in and fade-out with {cfg.fade_in_out} seconds") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index d6208096b5848aedc8f0eb26b526f1fc975aeb06..1ad8a6ae47936af4a8ba9d71ab09634525fa2b95 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -32,6 +32,8 @@ import logging import os +import re +import sys from itertools import groupby, repeat from pathlib import Path @@ -206,6 +208,7 @@ def generate_stereo_scene( # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -219,23 +222,44 @@ def generate_stereo_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the overlap length + # read the source shift length (in seconds) if "shift" in scene.keys(): source_shift = ( scene["shift"][i] if isinstance(scene["shift"], list) else scene["shift"] ) + + # check if shift is defined with X(i_ref) notation where X specifies the overlap value and i_ref is the index + # of the reference signal (0-based index) + if isinstance(scene["shift"][i], str) and "(" in scene["shift"][i]: + # extract X and i_ref + match = re.match( + r"([+-]?\d*\.?\d+)[\(\[]([+-]?\d+)[\)\]]", scene["shift"][i] + ) + + if match: + overlap = float(match.group(1)) + overlap_ref = int(match.group(2)) + else: + scene_shift_str = scene["shift"][i] + logger.error( + f"Unable to parse {scene_shift_str}. The specification of overlap or reference is incorrect!" + ) + sys.exit(-1) + + # calculate absolute shift of the source signal in seconds + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift = source_shift * cfg.fs if source_shift >= 0: source_shift = int(np.floor(source_shift / frame_len) * frame_len) else: source_shift = int(np.ceil(source_shift / frame_len) * frame_len) + source_shift_in_seconds = source_shift / cfg.fs # read the level if "level" in scene.keys(): @@ -244,11 +268,28 @@ def generate_stereo_scene( if isinstance(scene["level"], list) else scene["level"] ) + + # check if level is "-Inf" string or "N/A" or "n/a" or "NaN" + if isinstance(level, str): + if level.lower() in ["-inf"]: + level = -np.inf + elif level.lower() in ["none", "no", "", "null", "n/a", "na", "nan"]: + level = None + else: + # convert to float + try: + level = float(level) + except ValueError: + logger.error(f"Error: Level {level} is not a valid entry!") + sys.exit(-1) + elif isinstance(level, (int, float)): + # do nothing, it is already a number + pass else: level = -26 logger.info( - f"-- Convolving {source_file} with {IR_file} at {level} LUFS with shift of {source_shift_in_seconds} seconds" + f"-- Convolving {source_file} with {IR_file} at {level} LKFS with shift of {source_shift_in_seconds} seconds" ) # read source file @@ -266,11 +307,21 @@ def generate_stereo_scene( # read the IR file (!must be in STEREO format!) IR = audio.fromfile("STEREO", IR_filename) + # record the total duration of the source signal, taking into account the shift of the starting position + end_position.append(x.audio.shape[0] / x.fs + source_shift_in_seconds) + # convolve MONO source audio with STEREO IR -> results in STEREO audio object - x = reverb_stereo(x, IR) + x = reverb_stereo(x, IR, mode=None) # adjust the level of the STEREO signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + if level is None: + # do not change the level of the audio source signal + logger.info("-- Level of the audio source signal is not changed") + elif np.isinf(level): + # set all channels to zero + x.audio = np.zeros_like(x.audio) + else: + x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") # ensure the length of the audio source signal is a multiple of 20ms if len(x.audio) % frame_len != 0: @@ -286,26 +337,26 @@ def generate_stereo_scene( # add source signal to the array of all source signals y.audio = x.audio.copy() - if source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right y.audio = audioarray.trim( - y.audio, x.fs, limits=[source_shift, 0], samples=True + y.audio, x.fs, limits=[-source_shift, 0], samples=True ) else: offset = source_shift else: # shift the beginning of the audio source signal delta_offset = source_shift - offset - if delta_offset > 0: + if delta_offset < 0: # insert zeros to the existing output signal to shift it right y.audio = audioarray.trim( - y.audio, y.fs, limits=[0, -delta_offset], samples=True + y.audio, y.fs, limits=[delta_offset, 0], samples=True ) offset = source_shift else: # insert zeros to the new audio source signal to shift it right x.audio = audioarray.trim( - x.audio, x.fs, limits=[0, delta_offset], samples=True + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal @@ -340,33 +391,91 @@ def generate_stereo_scene( y.audio, y.fs, limits=[-preamble, -postamble], samples=True ) - # add random noise - if "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - y.audio += noise - - # adjust the length of the output signal + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: - # trim the output signal such that the total duration is X seconds - duration = int(cfg.duration * cfg.fs) # convert to samples - else: - # do not change the length of the audio signal - duration = len(y.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y.audio) != duration: - y.audio = audioarray.trim( - y.audio, y.fs, limits=[0, len(y.audio) - duration], samples=True - ) + # convert from seconds to samples (ensure multiple of 20ms) + duration = int(np.floor(int(cfg.duration * cfg.fs) / frame_len) * frame_len) + + # check if the current length of the output signal exceeds the duration + if len(y.audio) > duration: + y.audio = audioarray.trim( + y.audio, y.fs, limits=[0, len(y.audio) - duration], samples=True + ) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: - logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") + logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LKFS") y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="STEREO") + # add background noise in STEREO format + if "background" in scene.keys(): + # check if [] are used in the background noise file name + if isinstance(scene["background"], list): + # if so, use the first element + background_filename = scene["background"][0] + else: + background_filename = scene["background"] + + # read the background noise file + background_filename = Path(scene["background"]).parent / ( + cfg.use_input_prefix + Path(scene["background"]).name + ) + logger.info(f"-- Adding background noise from {background_filename}") + background = audio.fromfile("STEREO", background_filename) + + # resample to the target fs if necessary + if background.fs != cfg.fs: + logger.warning( + f"Warning: Sample rate of the background noise is {background.fs} Hz and needs to be resampled to {cfg.fs}!" + ) + resampled_audio = audioarray.resample( + background.audio, background.fs, cfg.fs + ) + background.audio = resampled_audio + background.fs = cfg.fs + + # adjust the length of the background noise signal + if len(background.audio) != len(y.audio): + background.audio = audioarray.trim( + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y.audio)], + samples=True, + ) + + # adjust the loudness of the background noise signal + if "background_level" in scene.keys(): + logger.info( + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" + ) + + # check if [] are used in the background level + if isinstance(scene["background_level"], list): + # if so, use the first element + scene["background_level"] = scene["background_level"][0] + + # convert to float if the background level was entered in string format + if not isinstance(scene["background_level"], (int, float)): + scene["background_level"] = float(scene["background_level"]) + else: + logger.warning( + "-- Warning: No target loudness for background noise specified, using default value of -26 LKFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO", rms=True + ) + + # add the background noise to the output signal + y.audio += background.audio + elif ( + "add_low_level_random_noise" in cfg.__dict__ and cfg.add_low_level_random_noise + ): + # create uniformly distributed noise between -4 and 4 + np.random.seed(SEED_RANDOM_NOISE) + noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") + y.audio += noise + # apply fade-in and fade-out if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: logger.info(f"-- Applying fade-in and fade-out with {cfg.fade_in_out} seconds") diff --git a/ivas_processing_scripts/generation/process_ambi_items.py b/ivas_processing_scripts/generation/process_ambi_items.py deleted file mode 100644 index 913fdcc4792cfd9793f1cfcf0213da33a4f30054..0000000000000000000000000000000000000000 --- a/ivas_processing_scripts/generation/process_ambi_items.py +++ /dev/null @@ -1,353 +0,0 @@ -#!/usr/bin/env python3 - -# -# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository. All Rights Reserved. -# -# This software is protected by copyright law and by international treaties. -# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository retain full ownership rights in their respective contributions in -# the software. This notice grants no license of any kind, including but not limited to patent -# license, nor is any license granted by implication, estoppel or otherwise. -# -# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making -# contributions. -# -# This software is provided "AS IS", without any express or implied warranties. The software is in the -# development stage. It is intended exclusively for experts who have experience with such software and -# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability -# and fitness for a particular purpose are hereby disclaimed and excluded. -# -# Any dispute, controversy or claim arising under or in relation to providing this software shall be -# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in -# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and -# the United Nations Convention on Contracts on the International Sales of Goods. -# - -import logging -import os -from itertools import groupby, repeat -from math import floor - -import numpy as np - -from ivas_processing_scripts.audiotools import audio, audiofile, convert -from ivas_processing_scripts.audiotools.wrappers.bs1770 import get_loudness -from ivas_processing_scripts.audiotools.wrappers.reverb import reverb_foa, reverb_hoa2 -from ivas_processing_scripts.generation import config -from ivas_processing_scripts.utils import apply_func_parallel - -SEED_RANDOM_NOISE = 0 - - -# function for converting nd numpy array to strings with 2 decimal digits -def csv_formatdata(data): - for row in data: - yield ["%0.2f" % v for v in row] - - -# function for searching sequences of same the same character and replacing it by another string -def replace_char_seq_with_string(str, char_seq, repl_str): - result = [] - - # find groups of consecutive letters - groups = ["".join(list(g)) for k, g in groupby(str)] - - # limit the length of the replacement string by the length of the character sequence - repl_str = repl_str[: len(char_seq)] - - # replace each occurence of the sequence of characters - for g in groups: - if char_seq in g: - result.append(repl_str) - else: - result.append(g) - - return "".join(result) - - -def generate_ambi_items( - cfg: config.TestConfig, - logger: logging.Logger, -): - """Generate FOA/HOA2 items from mono items based on scene description""" - - # set the target level - if "loudness" not in cfg.__dict__: - cfg.loudness = -26 - - # set the fs - if "fs" not in cfg.__dict__: - cfg.fs = 48000 - - # set the IR fs - if "IR_fs" not in cfg.__dict__: - cfg.IR_fs = 48000 - - # set the pre-amble and post-amble - if "preamble" not in cfg.__dict__: - cfg.preamble = 0.0 - - if "postamble" not in cfg.__dict__: - cfg.postamble = 0.0 - - # set the IR path - if "IR_path" not in cfg.__dict__: - cfg.IR_path = os.path.join(os.path.dirname(__file__), "IR") - - # set the pre-amble and post-amble - if "add_low_level_random_noise" not in cfg.__dict__: - cfg.add_low_level_random_noise = False - - # setup binaural rendering - if "binaural_path" not in cfg.__dict__: - cfg.binaural_path = "" - - # set the listening lab designator - if "listening_lab" not in cfg.__dict__: - cfg.listening_lab = "l" - - # set the language designator - if "language" not in cfg.__dict__: - cfg.language = "EN" - - # set the experiment designator - if "exp" not in cfg.__dict__: - cfg.exp = "p04" - - # set the provider - if "provider" not in cfg.__dict__: - cfg.provider = "g" - - # set the prefix for all input filenames - if "use_input_prefix" not in cfg.__dict__: - cfg.use_input_prefix = "" - else: - # replace file designators - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "l", cfg.listening_lab - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "LL", cfg.language - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "eee", cfg.exp - ) - - # set the prefix for all IR filenames - if "use_IR_prefix" not in cfg.__dict__: - cfg.use_IR_prefix = "" - else: - # replace file designators - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "p", cfg.provider - ) - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "LL", cfg.language - ) - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "eee", cfg.exp - ) - - # set the prefix for all output filenames - if "use_output_prefix" not in cfg.__dict__: - cfg.use_output_prefix = None - else: - # replace file designators - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "l", cfg.listening_lab - ) - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "eee", cfg.exp - ) - - # set multiprocessing - if "multiprocessing" not in cfg.__dict__: - cfg.multiprocessing = True - - apply_func_parallel( - generate_ambi_scene, - zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), - None, - "mp" if cfg.multiprocessing else None, - ) - - return - - -def generate_ambi_scene( - scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger -): - logger.info( - f"Processing scene: {scene_name} out of {len(cfg.scenes)} scenes, name: {scene['name']}" - ) - - # extract the number of audio sources - N_sources = len(np.atleast_1d(scene["source"])) - - # read the overlap length - if "overlap" in scene.keys(): - source_overlap = float(scene["overlap"]) - else: - source_overlap = 0.0 - - # read the ambi format - if "format" in scene.keys(): - ambi_format = scene["format"] - else: - ambi_format = "FOA" - - len_s1 = 0 - y = audio.SceneBasedAudio(ambi_format) - for i in range(N_sources): - # parse parameters from the scene description - source_file = np.atleast_1d(scene["source"])[i] - IR_file = np.atleast_1d(scene["IR"])[i] - - logger.info(f"Convolving {source_file} with {IR_file}") - - # read source file - x = audio.fromfile( - "MONO", - os.path.join( - cfg.input_path, - os.path.dirname(source_file), - cfg.use_input_prefix + os.path.basename(source_file), - ), - fs=cfg.fs, - ) - - # read the IR file - IR = audio.fromfile( - ambi_format, - os.path.join( - cfg.IR_path, - os.path.dirname(IR_file), - cfg.use_IR_prefix + os.path.basename(IR_file), - ), - fs=cfg.IR_fs, - ) - - if i == 0: - len_s1 = x.audio.shape[0] - - # convolve with the FOA/HOA2 IR - if ambi_format == "FOA": - x = reverb_foa(x, IR) - elif ambi_format == "HOA2": - x = reverb_hoa2(x, IR) - - # adjust the level of the foa signal - _, scale_factor, _ = get_loudness(x, cfg.loudness, "BINAURAL") - x.audio *= scale_factor - - # shift the second (and all other) source files (positive shift creates overlap, negative shift creates a gap) - if i > 0: - # get the length of the first source file - N_delay = len_s1 - - # add the shift - N_delay += int(-source_overlap * x.fs) - - # insert all-zero preamble - pre = np.zeros((N_delay, x.audio.shape[1])) - x.audio = np.concatenate([pre, x.audio]) - - # pad with zeros to ensure that the signal length is a multiple of 20ms - N_frame = x.fs / 50 - if len(x.audio) % N_frame != 0: - N_pad = int(N_frame - len(x.audio) % N_frame) - - # insert all-zero preamble - pre = np.zeros((N_pad, x.audio.shape[1])) - x.audio = np.concatenate([pre, x.audio]) - - # add source signal to the array of source signals - y.fs = x.fs - if y.audio is None: - y.audio = x.audio.copy() - else: - # pad with zeros to have equal length of all source signals - if x.audio.shape[0] > y.audio.shape[0]: - y.audio = np.vstack( - ( - y.audio, - np.zeros( - ( - x.audio.shape[0] - y.audio.shape[0], - y.audio.shape[1], - ) - ), - ) - ) - elif y.audio.shape[0] > x.audio.shape[0]: - x.audio = np.vstack( - ( - x.audio, - np.zeros( - ( - y.audio.shape[0] - x.audio.shape[0], - x.audio.shape[1], - ) - ), - ) - ) - - # superimpose - y.audio += x.audio - - # append pre-amble and post-amble to all sources - if cfg.preamble != 0.0: - # ensure that pre-amble is a multiple of 20ms - N_pre = int(floor(cfg.preamble * 50) / 50 * y.fs) - - # insert all-zero preamble to all sources - pre = np.zeros((N_pre, y.audio.shape[1])) - y.audio = np.concatenate([pre, y.audio]) - - if cfg.postamble != 0.0: - # ensure that post-mable is a multiple of 20ms - N_post = int(floor(cfg.postamble * 50) / 50 * y.fs) - - # append all-zero postamble to all sources - post = np.zeros((N_post, y.audio.shape[1])) - y.audio = np.concatenate([y.audio, post]) - - # add random noise - if cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - - # superimpose - y.audio += noise - - # write the reverberated audio into output file - audiofile.write( - os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]), - ), - y.audio, - y.fs, - ) - - # convert to binaural if option chosen - if cfg.binaural_path != "": - binaudio = audio.fromtype("BINAURAL") - binaudio.fs = y.fs - convert.format_conversion(y, binaudio) - audiofile.write( - os.path.join(cfg.binaural_path, scene["name"]), - binaudio.audio, - binaudio.fs, - ) - - return diff --git a/ivas_processing_scripts/generation/process_ism1_items.py b/ivas_processing_scripts/generation/process_ism1_items.py deleted file mode 100644 index ac1f273e417200b3b95cec2e8e2b38d73496cc38..0000000000000000000000000000000000000000 --- a/ivas_processing_scripts/generation/process_ism1_items.py +++ /dev/null @@ -1,356 +0,0 @@ -#!/usr/bin/env python3 - -# -# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository. All Rights Reserved. -# -# This software is protected by copyright law and by international treaties. -# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository retain full ownership rights in their respective contributions in -# the software. This notice grants no license of any kind, including but not limited to patent -# license, nor is any license granted by implication, estoppel or otherwise. -# -# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making -# contributions. -# -# This software is provided "AS IS", without any express or implied warranties. The software is in the -# development stage. It is intended exclusively for experts who have experience with such software and -# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability -# and fitness for a particular purpose are hereby disclaimed and excluded. -# -# Any dispute, controversy or claim arising under or in relation to providing this software shall be -# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in -# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and -# the United Nations Convention on Contracts on the International Sales of Goods. -# - -import csv -import logging -import os -from itertools import groupby, repeat -from math import floor - -import numpy as np - -from ivas_processing_scripts.audiotools import audio, audiofile -from ivas_processing_scripts.audiotools.wrappers.bs1770 import get_loudness -from ivas_processing_scripts.generation import config -from ivas_processing_scripts.utils import apply_func_parallel - -SEED_RANDOM_NOISE = 0 - - -# function for converting nd numpy array to strings with 2 decimal digits -def csv_formatdata(data): - for row in data: - yield ["%0.2f" % v for v in row] - - -# function for searching sequences of same the same character and replacing it by another string -def replace_char_seq_with_string(str, char_seq, repl_str): - result = [] - - # find groups of consecutive letters - groups = ["".join(list(g)) for k, g in groupby(str)] - - # limit the length of the replacement string by the length of the character sequence - repl_str = repl_str[: len(char_seq)] - - # replace each occurence of the sequence of characters - for g in groups: - if char_seq in g: - result.append(repl_str) - else: - result.append(g) - - return "".join(result) - - -def generate_ism1_items( - cfg: config.TestConfig, - logger: logging.Logger, -): - """Generate ISM2 items with metadata from mono items based on scene description""" - - # set the target level - if "loudness" not in cfg.__dict__: - cfg.loudness = -26 - - # set the fs - if "fs" not in cfg.__dict__: - cfg.fs = 48000 - - # set the pre-amble and post-amble - if "preamble" not in cfg.__dict__: - cfg.preamble = 0.0 - - if "postamble" not in cfg.__dict__: - cfg.postamble = 0.0 - - # set the pre-amble and post-amble - if "add_low_level_random_noise" not in cfg.__dict__: - cfg.add_low_level_random_noise = False - - # set the listening lab designator - if "listening_lab" not in cfg.__dict__: - cfg.listening_lab = "l" - - # set the language designator - if "language" not in cfg.__dict__: - cfg.language = "EN" - - # set the experiment designator - if "exp" not in cfg.__dict__: - cfg.exp = "p06" - - # set the provider - if "provider" not in cfg.__dict__: - cfg.provider = "g" - - # set the prefix for all input filenames - if "use_input_prefix" not in cfg.__dict__: - cfg.use_input_prefix = "" - else: - # replace file designators - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "l", cfg.listening_lab - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "LL", cfg.language - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "eee", cfg.exp - ) - - # set the prefix for all output filenames - if "use_output_prefix" not in cfg.__dict__: - cfg.use_output_prefix = None - else: - # replace file designators - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "l", cfg.listening_lab - ) - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "eee", cfg.exp - ) - - # set multiprocessing - if "multiprocessing" not in cfg.__dict__: - cfg.multiprocessing = True - - apply_func_parallel( - generate_ism1_scene, - zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), - None, - "mp" if cfg.multiprocessing else None, - ) - - return - - -def generate_ism1_scene( - scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger -): - logger.info( - f"Processing {scene_name} out of {len(cfg.scenes)} scenes, name: {scene['name']}" - ) - - # extract the number of audio sources - N_sources = len(np.atleast_1d(scene["source"])) - - # initialize output arrays - y = audio.ChannelBasedAudio("MONO") - y_meta = None - - # read the overlap length - if "overlap" in scene.keys(): - source_overlap = float(scene["overlap"]) - else: - source_overlap = 0.0 - - logger.info( - f"Encoding {scene['source']} at position(s) {scene['azimuth']},{scene['elevation']}" - ) - - # repeat for all source files - for i in range(N_sources): - # parse parameters from the scene description - source_file = ( - scene["source"][i] if isinstance(scene["source"], list) else scene["source"] - ) - - # read source file - x = audio.fromfile( - "MONO", - os.path.join( - cfg.input_path, - os.path.dirname(source_file), - cfg.use_input_prefix + os.path.basename(source_file), - ), - fs=cfg.fs, - ) - - # get the number of frames (multiple of 20ms) - N_frames = int(len(x.audio) / x.fs * 50) - frame_len = int(x.fs / 50) - - # trim the samples from the end to ensure that the signal length is a multiple of 20ms - x.audio = x.audio[: N_frames * frame_len] - - # adjust the level of the source file - _, scale_factor, _ = get_loudness(x, cfg.loudness, "MONO") - x.audio *= scale_factor - - # shift the second (and all other) source files (positive shift creates overlap, negative shift creates a gap) - if i > 0: - # get the length of the first source file - N_delay = len(y.audio) - - # add the shift value (ensure that the shift is a multiple of 20ms) - N_delay += int(floor(-source_overlap * 50) / 50 * x.fs) - - # insert all-zero signal - pre = np.zeros((N_delay, 1)) - x.audio = np.concatenate([pre, x.audio]) - - # pad with zeros to ensure that the signal length is a multiple of 20ms - if len(x.audio) % frame_len != 0: - # pad the source signal - N_pad = int(frame_len - len(x.audio) % frame_len) - post = np.zeros((N_pad, 1)) - x.audio = np.concatenate([x.audio, post]) - - # superimpose all source signals together - y.fs = x.fs - if y.audio is None: - y.audio = x.audio.copy() - else: - y.audio.resize(x.audio.shape, refcheck=False) - y.audio += x.audio - - # append pre-amble and post-amble to all sources - if cfg.preamble != 0.0: - # ensure that pre-amble is a multiple of 20ms - N_pre = int(floor(cfg.preamble * 50) / 50 * y.fs) - - # insert all-zero preamble to all sources - pre = np.zeros((N_pre, y.audio.shape[1])) - y.audio = np.concatenate([pre, y.audio]) - - if cfg.postamble != 0.0: - # ensure that post-amble is a multiple of 20ms - N_post = int(floor(cfg.postamble * 50) / 50 * y.fs) - - # append all-zero postamble to all sources - post = np.zeros((N_post, y.audio.shape[1])) - y.audio = np.concatenate([y.audio, post]) - - # add random noise - if cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - - # superimpose - y.audio += noise - - # process azimuth and elevation - source_azi = scene["azimuth"] - source_ele = scene["elevation"] - - N_frames = int(len(y.audio) / y.fs * 50) - - # read azimuth information and convert to an array - if isinstance(source_azi, str): - if ":" in source_azi: - # start with the initial azimuth value and apply step N_frames times - source_azi = source_azi.split(":") - azi = np.arange( - float(eval(source_azi[0])), - float(eval(source_azi[0])) + N_frames * float(eval(source_azi[1])), - float(eval(source_azi[1])), - ) - else: - # replicate static azimuth value N_frames times - azi = np.repeat(float(eval(source_azi)), N_frames) - else: - # replicate static azimuth value N_frames times - azi = np.repeat(float(source_azi), N_frames) - - # convert azimuth from 0 .. 360 to -180 .. +180 - azi = (azi + 180) % 360 - 180 - - # check, if azimuth is from -180 .. +180 - if any(azi > 180) or any(azi < -180): - logger.error( - f"Incorrect value(s) of azimuth: {azi[(azi > 180) | (azi < -180)]}" - ) - - # read elevation information and convert to an array - if isinstance(source_ele, str): - if ":" in source_ele: - # convert into array (initial_value:step:stop_value) - # note: the stop_value value is +-90 degrees depending on the sign of the step - source_ele = source_ele.split(":") - ele = np.arange( - float(eval(source_ele[0])), - np.sign(float(eval(source_ele[1]))) * 90, - float(eval(source_ele[1])), - )[:N_frames] - - # repeat the last elevation value, if array is shorter than N_frames - if len(ele) < N_frames: - ele = np.append(ele, np.full(N_frames - len(ele), ele[-1])) - else: - # replicate static elevation value N_frames times - ele = np.repeat(float(eval(source_ele)), N_frames) - else: - # replicate static elevation value N_frames times - ele = np.repeat(float(source_ele), N_frames) - - # check if elevation is from -90 .. +90 - if any(ele > 90) or any(ele < -90): - logger.error( - f"Incorrect value(s) of elevation: {ele[(ele > 90) | (ele < -90)]}" - ) - - # arrange all metadata fields column-wise into a matrix - y_meta = np.column_stack((azi, ele)) - - # write ISM audio stream to the output file - audiofile.write( - os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]), - ), - y.audio, - y.fs, - ) - - # write ISM metadata to the output file in .0.csv format - csv_filename = os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]) + ".0.csv", - ) - - with open( - csv_filename, - "w", - newline="", - encoding="utf-8", - ) as f: - # create csv writer - writer = csv.writer(f) - - # write all rows to the .csv file - writer.writerows(csv_formatdata(y_meta)) - - return diff --git a/ivas_processing_scripts/generation/process_ism2_items.py b/ivas_processing_scripts/generation/process_ism2_items.py deleted file mode 100644 index e944ca2c5e88bd1d40e0343b290dd23df7a28f1c..0000000000000000000000000000000000000000 --- a/ivas_processing_scripts/generation/process_ism2_items.py +++ /dev/null @@ -1,400 +0,0 @@ -#!/usr/bin/env python3 - -# -# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository. All Rights Reserved. -# -# This software is protected by copyright law and by international treaties. -# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository retain full ownership rights in their respective contributions in -# the software. This notice grants no license of any kind, including but not limited to patent -# license, nor is any license granted by implication, estoppel or otherwise. -# -# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making -# contributions. -# -# This software is provided "AS IS", without any express or implied warranties. The software is in the -# development stage. It is intended exclusively for experts who have experience with such software and -# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability -# and fitness for a particular purpose are hereby disclaimed and excluded. -# -# Any dispute, controversy or claim arising under or in relation to providing this software shall be -# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in -# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and -# the United Nations Convention on Contracts on the International Sales of Goods. -# - -import csv -import logging -import os -from itertools import groupby, repeat -from math import floor - -import numpy as np - -from ivas_processing_scripts.audiotools import audio, audiofile -from ivas_processing_scripts.audiotools.wrappers.bs1770 import get_loudness -from ivas_processing_scripts.generation import config -from ivas_processing_scripts.utils import apply_func_parallel - -SEED_RANDOM_NOISE = 0 - - -# function for converting nd numpy array to strings with 2 decimal digits -def csv_formatdata(data): - for row in data: - yield ["%0.2f" % v for v in row] - - -# function for searching sequences of same the same character and replacing it by another string -def replace_char_seq_with_string(str, char_seq, repl_str): - result = [] - - # find groups of consecutive letters - groups = ["".join(list(g)) for k, g in groupby(str)] - - # limit the length of the replacement string by the length of the character sequence - repl_str = repl_str[: len(char_seq)] - - # replace each occurence of the sequence of characters - for g in groups: - if char_seq in g: - result.append(repl_str) - else: - result.append(g) - - return "".join(result) - - -def generate_ism2_items( - cfg: config.TestConfig, - logger: logging.Logger, -): - """Generate ISM2 items with metadata from mono items based on scene description""" - - # set the target level - if "loudness" not in cfg.__dict__: - cfg.loudness = -26 - - # set the fs - if "fs" not in cfg.__dict__: - cfg.fs = 48000 - - # set the pre-amble and post-amble - if "preamble" not in cfg.__dict__: - cfg.preamble = 0.0 - - if "postamble" not in cfg.__dict__: - cfg.postamble = 0.0 - - # set the pre-amble and post-amble - if "add_low_level_random_noise" not in cfg.__dict__: - cfg.add_low_level_random_noise = False - - # set the listening lab designator - if "listening_lab" not in cfg.__dict__: - cfg.listening_lab = "l" - - # set the language designator - if "language" not in cfg.__dict__: - cfg.language = "EN" - - # set the experiment designator - if "exp" not in cfg.__dict__: - cfg.exp = "p07" - - # set the provider - if "provider" not in cfg.__dict__: - cfg.provider = "g" - - # set the prefix for all input filenames - if "use_input_prefix" not in cfg.__dict__: - cfg.use_input_prefix = "" - else: - # replace file designators - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "l", cfg.listening_lab - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "LL", cfg.language - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "eee", cfg.exp - ) - - # set the prefix for all output filenames - if "use_output_prefix" not in cfg.__dict__: - cfg.use_output_prefix = None - else: - # replace file designators - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "l", cfg.listening_lab - ) - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "eee", cfg.exp - ) - - # set multiprocessing - if "multiprocessing" not in cfg.__dict__: - cfg.multiprocessing = True - - apply_func_parallel( - generate_ism2_scene, - zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), - None, - "mp" if cfg.multiprocessing else None, - ) - - return - - -def generate_ism2_scene( - scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger -): - logger.info( - f"Processing {scene_name} out of {len(cfg.scenes)} scenes, name: {scene['name']}" - ) - - # extract the number of audio sources - N_sources = len(np.atleast_1d(scene["source"])) - - # initialize output arrays - y = audio.ChannelBasedAudio("STEREO") - y_meta = None - - # read the overlap length - if "overlap" in scene.keys(): - source_overlap = float(scene["overlap"]) - else: - source_overlap = 0.0 - - # repeat for all source files - for i in range(N_sources): - # parse parameters from the scene description - source_file = ( - scene["source"][i] if isinstance(scene["source"], list) else scene["source"] - ) - source_azi = ( - scene["azimuth"][i] - if isinstance(scene["azimuth"], list) - else scene["azimuth"] - ) - source_ele = ( - scene["elevation"][i] - if isinstance(scene["elevation"], list) - else scene["elevation"] - ) - - logger.info(f"Encoding {source_file} at position(s) {source_azi},{source_ele}") - - # read source file - x = audio.fromfile( - "MONO", - os.path.join( - cfg.input_path, - os.path.dirname(source_file), - cfg.use_input_prefix + os.path.basename(source_file), - ), - fs=cfg.fs, - ) - - # get the number of frames (multiple of 20ms) - N_frames = int(len(x.audio) / x.fs * 50) - frame_len = int(x.fs / 50) - - # trim the samples from the end to ensure that the signal length is a multiple of 20ms - x.audio = x.audio[: N_frames * frame_len] - - # adjust the level of the source file - _, scale_factor, _ = get_loudness(x, cfg.loudness, "MONO") - x.audio *= scale_factor - - # shift the second (and all other) source files (positive shift creates overlap, negative shift creates a gap) - if i > 0: - # get the length of the first source file - N_delay = len(y.audio[:, 0]) - - # add the shift value (ensure that the shift is a multiple of 20ms) - N_delay += int(floor(-source_overlap * 50) / 50 * x.fs) - - # insert all-zero signal - pre = np.zeros((N_delay, x.audio.shape[1])) - x.audio = np.concatenate([pre, x.audio]) - - # pad with zeros to ensure that the signal length is a multiple of 20ms - if len(x.audio) % frame_len != 0: - # pad the source signal - N_pad = int(frame_len - len(x.audio) % frame_len) - post = np.zeros((N_pad, x.audio.shape[1])) - x.audio = np.concatenate([x.audio, post]) - - # add source signal to the array of all source signals - y.fs = x.fs - if y.audio is None: - y.audio = x.audio.copy() - else: - # pad with zeros to have the same length of all source signals - if x.audio.shape[0] > y.audio.shape[0]: - y.audio = np.vstack( - ( - y.audio, - np.zeros( - (x.audio.shape[0] - y.audio.shape[0], y.audio.shape[1]) - ), - ) - ) - elif y.audio.shape[0] > x.audio.shape[0]: - x.audio = np.vstack( - ( - x.audio, - np.zeros( - (y.audio.shape[0] - x.audio.shape[0], x.audio.shape[1]) - ), - ) - ) - y.audio = np.hstack((y.audio, x.audio)) - - # append pre-amble and post-amble to all sources - if cfg.preamble != 0.0: - # ensure that pre-amble is a multiple of 20ms - N_pre = int(floor(cfg.preamble * 50) / 50 * y.fs) - - # insert all-zero preamble to all sources - pre = np.zeros((N_pre, y.audio.shape[1])) - y.audio = np.concatenate([pre, y.audio]) - - if cfg.postamble != 0.0: - # ensure that post-mable is a multiple of 20ms - N_post = int(floor(cfg.postamble * 50) / 50 * y.fs) - - # append all-zero postamble to all sources - post = np.zeros((N_post, y.audio.shape[1])) - y.audio = np.concatenate([y.audio, post]) - - # add random noise - if cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - - # superimpose - y.audio += noise - - # create metadata files - for i in range(N_sources): - # parse metadata parameters from the scene description - source_azi = ( - scene["azimuth"][i] - if isinstance(scene["azimuth"], list) - else scene["azimuth"] - ) - source_ele = ( - scene["elevation"][i] - if isinstance(scene["elevation"], list) - else scene["elevation"] - ) - - N_frames = int(len(y.audio) / y.fs * 50) - - # read azimuth information and convert to an array - if isinstance(source_azi, str): - if ":" in source_azi: - # start with the initial azimuth value and apply step N_frames times - source_azi = source_azi.split(":") - azi = np.arange( - float(eval(source_azi[0])), - float(eval(source_azi[0])) + N_frames * float(eval(source_azi[1])), - float(eval(source_azi[1])), - ) - else: - # replicate static azimuth value N_frames times - azi = np.repeat(float(eval(source_azi)), N_frames) - else: - # replicate static azimuth value N_frames times - azi = np.repeat(float(source_azi), N_frames) - - # convert azimuth from 0 .. 360 to -180 .. +180 - azi = (azi + 180) % 360 - 180 - - # check if azimuth is from -180 .. +180 - if any(azi > 180) or any(azi < -180): - logger.error( - f"Incorrect value(s) of azimuth: {azi[(azi > 180) | (azi < -180)]}" - ) - - # read elevation information and convert to an array - if isinstance(source_ele, str): - if ":" in source_ele: - # convert into array (initial_value:step:stop_value) - # note: the stop_value value is +-90 degrees depending on the sign of the step - source_ele = source_ele.split(":") - ele = np.arange( - float(eval(source_ele[0])), - np.sign(float(eval(source_ele[1]))) * 90, - float(eval(source_ele[1])), - )[:N_frames] - - # repeat the last elevation value, if array is shorter than N_frames - if len(ele) < N_frames: - ele = np.append(ele, np.full(N_frames - len(ele), ele[-1])) - else: - # replicate static elevation value N_frames times - ele = np.repeat(float(eval(source_ele)), N_frames) - else: - # replicate static elevation value N_frames times - ele = np.repeat(float(source_ele), N_frames) - - # check if elevation is from -90 .. +90 - if any(ele > 90) or any(ele < -90): - logger.error( - f"Incorrect value(s) of elevation: {ele[(ele > 90) | (ele < -90)]}" - ) - - # arrange all metadata fields column-wise into a matrix - x_meta = np.column_stack((azi, ele)) - - x_meta = x_meta[np.newaxis, :] - if y_meta is None: - y_meta = x_meta - else: - y_meta = np.concatenate([y_meta, x_meta]) - - # write individual ISM audio streams to the output file in an interleaved format - audiofile.write( - os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]), - ), - y.audio, - y.fs, - ) - - # write individual ISM metadata to output files in .csv format - for i in range(N_sources): - # generate .csv filename (should end with .0.csv, .1.csv, ...) - csv_filename = os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]) + f".{i}.csv", - ) - - with open( - csv_filename, - "w", - newline="", - encoding="utf-8", - ) as f: - # create csv writer - writer = csv.writer(f) - - # write all rows to the .csv file - writer.writerows(csv_formatdata(y_meta[i])) - - return diff --git a/ivas_processing_scripts/generation/process_stereo_items.py b/ivas_processing_scripts/generation/process_stereo_items.py deleted file mode 100644 index b4c171976493c09e21f84f9e4e0343ec88c4e696..0000000000000000000000000000000000000000 --- a/ivas_processing_scripts/generation/process_stereo_items.py +++ /dev/null @@ -1,327 +0,0 @@ -#!/usr/bin/env python3 - -# -# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository. All Rights Reserved. -# -# This software is protected by copyright law and by international treaties. -# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, -# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., -# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, -# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other -# contributors to this repository retain full ownership rights in their respective contributions in -# the software. This notice grants no license of any kind, including but not limited to patent -# license, nor is any license granted by implication, estoppel or otherwise. -# -# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making -# contributions. -# -# This software is provided "AS IS", without any express or implied warranties. The software is in the -# development stage. It is intended exclusively for experts who have experience with such software and -# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability -# and fitness for a particular purpose are hereby disclaimed and excluded. -# -# Any dispute, controversy or claim arising under or in relation to providing this software shall be -# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in -# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and -# the United Nations Convention on Contracts on the International Sales of Goods. -# - -import logging -import os -from itertools import groupby, repeat -from math import floor - -import numpy as np - -from ivas_processing_scripts.audiotools import audio, audiofile -from ivas_processing_scripts.audiotools.wrappers.bs1770 import get_loudness -from ivas_processing_scripts.audiotools.wrappers.reverb import reverb_stereo -from ivas_processing_scripts.generation import config -from ivas_processing_scripts.utils import apply_func_parallel - -SEED_RANDOM_NOISE = 0 - - -# function for converting nd numpy array to strings with 2 decimal digits -def csv_formatdata(data): - for row in data: - yield ["%0.2f" % v for v in row] - - -# function for searching sequences of same the same character and replacing it by another string -def replace_char_seq_with_string(str, char_seq, repl_str): - result = [] - - # find groups of consecutive letters - groups = ["".join(list(g)) for k, g in groupby(str)] - - # limit the length of the replacement string by the length of the character sequence - repl_str = repl_str[: len(char_seq)] - - # replace each occurence of the sequence of characters - for g in groups: - if char_seq in g: - result.append(repl_str) - else: - result.append(g) - - return "".join(result) - - -def generate_stereo_items( - cfg: config.TestConfig, - logger: logging.Logger, -): - """Generate STEREO items from mono items based on scene description""" - - # set the target level - if "loudness" not in cfg.__dict__: - cfg.loudness = -26 - - # set the fs - if "fs" not in cfg.__dict__: - cfg.fs = 48000 - - # set the IR fs - if "IR_fs" not in cfg.__dict__: - cfg.IR_fs = 48000 - - # set the pre-amble and post-amble - if "preamble" not in cfg.__dict__: - cfg.preamble = 0.0 - - if "postamble" not in cfg.__dict__: - cfg.postamble = 0.0 - - # set the IR path - if "IR_path" not in cfg.__dict__: - cfg.IR_path = os.path.join(os.path.dirname(__file__), "IRs") - - # set the pre-amble and post-amble - if "add_low_level_random_noise" not in cfg.__dict__: - cfg.add_low_level_random_noise = False - - # set the listening lab designator - if "listening_lab" not in cfg.__dict__: - cfg.listening_lab = "l" - - # set the language designator - if "language" not in cfg.__dict__: - cfg.language = "EN" - - # set the experiment designator - if "exp" not in cfg.__dict__: - cfg.exp = "p01" - - # set the provider - if "provider" not in cfg.__dict__: - cfg.provider = "g" - - # set the prefix for all input filenames - if "use_input_prefix" not in cfg.__dict__: - cfg.use_input_prefix = "" - else: - # replace file designators - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "l", cfg.listening_lab - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "LL", cfg.language - ) - cfg.use_input_prefix = replace_char_seq_with_string( - cfg.use_input_prefix, "eee", cfg.exp - ) - - # set the prefix for all IR filenames - if "use_IR_prefix" not in cfg.__dict__: - cfg.use_IR_prefix = "" - else: - # replace file designators - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "p", cfg.provider - ) - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "LL", cfg.language - ) - cfg.use_IR_prefix = replace_char_seq_with_string( - cfg.use_IR_prefix, "eee", cfg.exp - ) - - # set the prefix for all output filenames - if "use_output_prefix" not in cfg.__dict__: - cfg.use_output_prefix = None - else: - # replace file designators - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "l", cfg.listening_lab - ) - cfg.use_output_prefix = replace_char_seq_with_string( - cfg.use_output_prefix, "eee", cfg.exp - ) - - # set multiprocessing - if "multiprocessing" not in cfg.__dict__: - cfg.multiprocessing = True - - apply_func_parallel( - generate_stereo_scene, - zip(cfg.scenes.keys(), cfg.scenes.values(), repeat(cfg), repeat(logger)), - None, - "mp" if cfg.multiprocessing else None, - ) - - return - - -def generate_stereo_scene( - scene_name: str, scene: dict, cfg: config.TestConfig, logger: logging.Logger -): - logger.info( - f"Processing scene: {scene_name} out of {len(cfg.scenes)} scenes, name: {scene['name']}" - ) - - # extract the number of audio sources - N_sources = len(np.atleast_1d(scene["source"])) - - # read the overlap length - if "overlap" in scene.keys(): - source_overlap = float(scene["overlap"]) - else: - source_overlap = 0.0 - - len_s1 = 0 - y = audio.ChannelBasedAudio("STEREO") - for i in range(N_sources): - # parse parameters from the scene description - source_file = np.atleast_1d(scene["source"])[i] - IR_file = np.atleast_1d(scene["IR"])[i] - - logger.info(f"Convolving {source_file} with {IR_file}") - - # read source file - x = audio.fromfile( - "MONO", - os.path.join( - cfg.input_path, - os.path.dirname(source_file), - cfg.use_input_prefix + os.path.basename(source_file), - ), - fs=cfg.fs, - ) - - # read the IR file - IR = audio.fromfile( - "STEREO", - os.path.join( - cfg.IR_path, - os.path.dirname(IR_file), - cfg.use_IR_prefix + os.path.basename(IR_file), - ), - fs=cfg.IR_fs, - ) - - if i == 0: - len_s1 = x.audio.shape[0] - - # convolve with stereo IR - x = reverb_stereo(x, IR) - - # adjust the level of the stereo signal - _, scale_factor, _ = get_loudness(x, cfg.loudness, "STEREO") - x.audio *= scale_factor - - # shift the second (and all other) source files (positive shift creates overlap, negative shift creates a gap) - if i > 0: - # get the length of the first source file - N_delay = len_s1 - - # add the shift - N_delay += int(-source_overlap * x.fs) - - # insert all-zero preamble - pre = np.zeros((N_delay, x.audio.shape[1])) - x.audio = np.concatenate([pre, x.audio]) - - # add source signal to the array of source signals - y.fs = x.fs - if y.audio is None: - y.audio = x.audio.copy() - else: - # pad with zeros to have equal length of all source signals - if x.audio.shape[0] > y.audio.shape[0]: - y.audio = np.vstack( - ( - y.audio, - np.zeros( - ( - x.audio.shape[0] - y.audio.shape[0], - y.audio.shape[1], - ) - ), - ) - ) - elif y.audio.shape[0] > x.audio.shape[0]: - x.audio = np.vstack( - ( - x.audio, - np.zeros( - ( - y.audio.shape[0] - x.audio.shape[0], - x.audio.shape[1], - ) - ), - ) - ) - - # superimpose - y.audio += x.audio - - # append pre-amble and post-amble to all sources - if cfg.preamble != 0.0: - # ensure that pre-amble is a multiple of 20ms - N_pre = int(floor(cfg.preamble * 50) / 50 * y.fs) - - # insert all-zero preamble to all sources - pre = np.zeros((N_pre, y.audio.shape[1])) - y.audio = np.concatenate([pre, y.audio]) - - if cfg.postamble != 0.0: - # ensure that post-mable is a multiple of 20ms - N_post = int(floor(cfg.postamble * 50) / 50 * y.fs) - - # append all-zero postamble to all sources - post = np.zeros((N_post, y.audio.shape[1])) - y.audio = np.concatenate([y.audio, post]) - - # pad with zeros to ensure that the signal length is a multiple of 20ms - N_frame = y.fs / 50 - if y.audio.shape[0] % N_frame != 0: - N_pad = int(N_frame - y.audio.shape[0] % N_frame) - - # insert all-zero postamble - post = np.zeros((N_pad, y.audio.shape[1])) - y.audio = np.concatenate([y.audio, post]) - - # add random noise - if cfg.add_low_level_random_noise: - # create uniformly distributed noise between -4 and 4 - np.random.seed(SEED_RANDOM_NOISE) - noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") - - # superimpose - y.audio += noise - - # write the reverberated audio into output file - audiofile.write( - os.path.join( - cfg.output_path, - os.path.dirname(scene["name"]), - cfg.use_output_prefix + os.path.basename(scene["name"]), - ), - y.audio, - y.fs, - ) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 84f125a1bc767a4536963cea41c7e4e9f754bb80..9c52bdc8af1c93af291c71cf0871fa31cea3f857 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -31,6 +31,7 @@ # from pathlib import Path +from platform import system from shutil import copyfile, rmtree from typing import Optional from warnings import warn @@ -38,6 +39,7 @@ from warnings import warn from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import trim from ivas_processing_scripts.audiotools.audiofile import read, write +from ivas_processing_scripts.audiotools.utils import get_trajectory_or_dir from ivas_processing_scripts.processing.config import TestConfig from ivas_processing_scripts.processing.evs import EVS from ivas_processing_scripts.processing.ivas import IVAS, IVAS_rend @@ -49,7 +51,12 @@ from ivas_processing_scripts.processing.processing_splitting_scaling import ( Processing_splitting_scaling, ) from ivas_processing_scripts.processing.tx import get_tx_cfg -from ivas_processing_scripts.utils import get_abs_path, list_audio, parse_gain +from ivas_processing_scripts.utils import ( + find_binary, + get_abs_path, + list_audio_or_md, + parse_gain, +) def init_processing_chains(cfg: TestConfig) -> None: @@ -105,7 +112,7 @@ def init_processing_chains(cfg: TestConfig) -> None: ) # list items in input directory - cfg.items_list = list_audio( + cfg.items_list = list_audio_or_md( cfg.input_path, select_list=getattr(cfg, "input_select", None) ) if len(cfg.items_list) == 0: @@ -218,6 +225,34 @@ def get_preprocessing_2(cfg: TestConfig) -> dict: return chain +def get_prerend( + rend_cfg: dict = None, + name="prerend", + use_windows_codec_binaries: bool = False, + attrs: dict = None, +): + if rend_cfg: + # set to dict; if the user didn't configure anything and wants defaults + # Workaround since processing:TestConfig:_validate_file_cfg() removes keys with None values + if isinstance(rend_cfg, bool): + rend_cfg = { + "bin": find_binary( + f"IVAS_rend{ '.exe' if system() == 'Linux' and use_windows_codec_binaries else '' }" + ) + } + attrs.setdefault("bin", get_abs_path(rend_cfg.get("bin"))) + attrs.setdefault("opts", rend_cfg.get("opts")) + attrs.setdefault("use_windows_codec_binaries", use_windows_codec_binaries) + return IVAS_rend( + attrs, + ) + else: + return Postprocessing( + attrs, + name=name, + ) + + def get_processing_chain( condition: str, cfg: TestConfig, @@ -334,8 +369,11 @@ def get_processing_chain( # if the encoding format differs from the format after the preprocessing, add format conversion stuff if (cod_fmt := cod_cfg.get("fmt", tmp_in_fmt)) != tmp_in_fmt: chain["processes"].append( - Postprocessing( - { + get_prerend( + cod_cfg.get("ivas_prerend"), + name="cod_fmt", + use_windows_codec_binaries=cfg.use_windows_codec_binaries, + attrs={ "in_fs": tmp_in_fs, "in_fmt": tmp_in_fmt, "out_fs": tmp_in_fs, @@ -343,7 +381,6 @@ def get_processing_chain( "multiprocessing": cfg.multiprocessing, "tx_condition": False, }, - name="cod_fmt", ) ) tmp_in_fmt = cod_fmt @@ -411,8 +448,11 @@ def get_processing_chain( # if the encoding format differs from the format after the preprocessing, add format conversion if (cod_fmt := cod_cfg.get("fmt", tmp_in_fmt)) != tmp_in_fmt: chain["processes"].append( - Postprocessing( - { + get_prerend( + cod_cfg.get("ivas_prerend"), + name="cod_fmt", + use_windows_codec_binaries=cfg.use_windows_codec_binaries, + attrs={ "in_fs": tmp_in_fs, "in_fmt": tmp_in_fmt, "out_fs": tmp_in_fs, @@ -420,7 +460,6 @@ def get_processing_chain( "multiprocessing": cfg.multiprocessing, "tx_condition": False, }, - name="cod_fmt", ) ) tmp_in_fmt = cod_fmt @@ -431,6 +470,15 @@ def get_processing_chain( cond_fmt.extend(tmp_out_fmt) tmp_out_fmt = tmp_out_fmt[0] + # check if trajectory is a path or boolean, boolean will trigger a search in the input dir + trajectory, trajectory_dir = get_trajectory_or_dir( + dec_cfg.get("trajectory"), cfg.input_path + ) + + # check if render config search is enabled + render_config = dec_cfg.get("render_config") + render_config_dir = cfg.input_path if render_config else None + ivas_cls = IVAS if cond_cfg["type"] == "ivas_combined": ivas_cls = IVASCombined @@ -447,6 +495,11 @@ def get_processing_chain( "dec_bin": get_abs_path(dec_cfg.get("bin", None)), "dec_opts": dec_cfg.get("opts"), "extended_metadata": cod_cfg.get("extended_metadata", False), + "trajectory": trajectory, + "trajectory_dir": trajectory_dir, + "only_3dof": dec_cfg.get("only_3dof"), + "render_config": render_config, + "render_config_dir": render_config_dir, "multiprocessing": cfg.multiprocessing, "tx": tx_cfg, "preamble": preamble, @@ -467,6 +520,16 @@ def get_processing_chain( # add optional IVAS_rend rendering step after each condition if cond_cfg.get("ivas_rend"): rend_cfg = cond_cfg["ivas_rend"] + + # check if trajectory is a path or boolean, boolean will trigger a search in the input dir + trajectory, trajectory_dir = get_trajectory_or_dir( + rend_cfg.get("trajectory"), cfg.input_path + ) + + # check if render config search is enabled + render_config = rend_cfg.get("render_config") + render_config_dir = cfg.input_path if render_config else None + chain["processes"].append( IVAS_rend( { @@ -475,6 +538,11 @@ def get_processing_chain( "out_fmt": rend_cfg.get("fmt", tmp_out_fmt), "bin": get_abs_path(rend_cfg.get("bin", None)), "opts": rend_cfg.get("opts"), + "trajectory": trajectory, + "trajectory_dir": trajectory_dir, + "only_3dof": rend_cfg.get("only_3dof"), + "render_config": render_config, + "render_config_dir": render_config_dir, "use_windows_codec_binaries": cfg.use_windows_codec_binaries, } ) @@ -515,6 +583,11 @@ def get_processing_chain( if cond_cfg.get("out_fc") is not None: tmp_lp_cutoff = cond_cfg.get("out_fc") + # check if trajectory is a path or boolean, boolean will trigger a search in the input dir + trajectory, trajectory_dir = get_trajectory_or_dir( + post_cfg.get("trajectory"), cfg.input_path + ) + chain["processes"].append( Postprocessing( { @@ -528,7 +601,9 @@ def get_processing_chain( "bin_dataset": post_cfg.get("bin_dataset"), "bin_lfe_gain": parse_gain(post_cfg.get("bin_lfe_gain")), "limit": post_cfg.get("limit", True), - "trajectory": get_abs_path(post_cfg.get("trajectory", None)), + "trajectory": trajectory, + "trajectory_dir": trajectory_dir, + "only_3dof": post_cfg.get("only_3dof"), "multiprocessing": cfg.multiprocessing, "mnru_q": tmp_mnru_q, "esdru_alpha": tmp_esdru_alpha, @@ -575,16 +650,19 @@ def validate_input_files(cfg: TestConfig): # always throw an error for ISM (and MASA) input if input_format.startswith("ISM") or input_format.startswith("MASA"): frame_alignment = "error" + # NOTE: to override this warning for local testing, simply uncomment the below line + # this will override the above variable and enable padding for non-aligned files + # frame_alignment = "padding" if frame_alignment == "padding": # Create new input directory for padded files - output_dir = cfg.output_path / "20ms_aligned_files" + aligned_output_dir = cfg.output_path / "20ms_aligned_files" try: - output_dir.mkdir(exist_ok=False, parents=True) - except FileExistsError: - raise ValueError( - "Folder for 20ms aligned files already exists. Please move or delete folder" - ) + aligned_output_dir.mkdir(exist_ok=False, parents=True) + except FileExistsError as e: + raise FileExistsError( + f"Folder for 20ms aligned files already exists. Please move or delete folder {aligned_output_dir}" + ) from e for i, item in enumerate(cfg.items_list): if "fs" in cfg.input: @@ -639,24 +717,29 @@ def validate_input_files(cfg: TestConfig): samples=True, ) # Write padded data to output directory - write(output_dir / item.name, padded_data, fs) + write(aligned_output_dir / item.name, padded_data, fs) # Update audio file path in list - cfg.items_list[i] = output_dir / item.name + cfg.items_list[i] = aligned_output_dir / item.name else: raise ValueError( f"Value of key frame_alignment does not match possible options. Value: {frame_alignment}. Options: 'padding', 'ignore', 'warning', 'error'" ) else: if frame_alignment == "padding": - copyfile(item, output_dir / item.name) + copyfile(item, aligned_output_dir / item.name) # Update audio file path in list - cfg.items_list[i] = output_dir / item.name - else: - pass + cfg.items_list[i] = aligned_output_dir / item.name if frame_alignment == "padding": + # copy over any metadata files + [ + copyfile(f, aligned_output_dir / f.name) + for f in list(cfg.input_path.glob("*.csv")) + + list(cfg.input_path.glob("*.met")) + ] + # Make the output path as the new input path - cfg.input_path = output_dir + cfg.input_path = aligned_output_dir def clean_outputs(cfg: TestConfig) -> None: diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 22f285cbc30442a6d71b4785ee75e8924e887b6a..c2e728e6e2379c05d7b0e29827578602adf9375e 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -37,16 +37,21 @@ from pathlib import Path from typing import Optional, Tuple, Union from ivas_processing_scripts.audiotools import audio -from ivas_processing_scripts.audiotools.audiofile import parse_wave_header, read +from ivas_processing_scripts.audiotools.audiofile import parse_wave_header, read, write from ivas_processing_scripts.audiotools.constants import IVAS_FRAME_LEN_MS +from ivas_processing_scripts.audiotools.utils import truncate_trajectory_3dof +from ivas_processing_scripts.audiotools.wrappers.dlyerr_2_errpat import dlyerr_2_errpat from ivas_processing_scripts.audiotools.wrappers.eid_xor import ( create_and_apply_error_pattern, + eid_xor, validate_error_pattern_application, ) from ivas_processing_scripts.audiotools.wrappers.networkSimulator import ( apply_network_simulator, + length_pattern, validate_network_simulator, ) +from ivas_processing_scripts.audiotools.wrappers.random_seed import random_seed from ivas_processing_scripts.processing.processing import Processing from ivas_processing_scripts.utils import run, use_wine @@ -128,6 +133,10 @@ class IVAS(Processing): bitstream_noerror = bitstream bitstream, voip = self.simulate_tx(in_file, bitstream, logger) + # change suffix to PCM for EVS decoding mode + if getattr(self, "use_evs_dec", None): + out_file = out_file.with_suffix(".pcm") + # decode twice with and without bitstream errors self.dec(bitstream, out_file, voip=voip, logger=logger) if bitstream_noerror != bitstream and self.tx_condition: @@ -136,6 +145,19 @@ class IVAS(Processing): ) self.dec(bitstream_noerror, out_file_unprocessed, voip=False, logger=logger) + # convert PCM back to WAV in case of EVS decoding + if getattr(self, "use_evs_dec", None): + out_file_orig = out_file.with_suffix(".wav") + data, fs = read(out_file, self.out_fmt.num_channels, self.out_fs) + write(out_file_orig, data, fs) + + if bitstream_noerror != bitstream and self.tx_condition: + out_file_unprocessed_orig = out_file_unprocessed.with_suffix(".wav") + data, fs = read( + out_file_unprocessed, self.out_fmt.num_channels, self.out_fs + ) + write(out_file_unprocessed_orig, data, fs) + def enc( self, in_file: Path, @@ -222,6 +244,13 @@ class IVAS(Processing): ] ) + # check for special case of -stereo_dmx_evs + if "-stereo" in cmd and "-stereo_dmx_evs" in cmd: + # done this way to ensure `output_format` is replaced in the correct position + cmd.remove("-stereo_dmx_evs") + cmd[cmd.index("-stereo")] = "-stereo_dmx_evs" + self.use_evs_dec = True # signal the decoder to use EVS commandline + run(cmd, logger=logger) def simulate_tx( @@ -231,9 +260,10 @@ class IVAS(Processing): logger: Optional[logging.Logger] = None, ) -> Tuple[Union[Path, str], bool]: if self.tx is not None: + bs, ext = os.path.splitext(bitstream) + bitstream_processed = Path(f"{bs}_processed{ext}") + voip = False if self.tx["type"] == "JBM": - bs, ext = os.path.splitext(bitstream) - bitstream_processed = Path(f"{bs}_processed{ext}") logger.debug(f"Network simulator {bitstream} -> {bitstream_processed}") apply_network_simulator( bitstream, @@ -246,11 +276,36 @@ class IVAS(Processing): logger=logger, ) voip = True - return bitstream_processed, voip + elif self.tx["type"] == "JBM2FER": + delay_profile = self.tx["error_pattern"] + len_pattern = length_pattern(delay_profile) + + if not self.tx.get("errpatt_late_loss_rate") and not self.tx.get( + "errpatt_delay" + ): + raise KeyError( + f"Either errpatt_late_loss_rate or errpat_delay must be specified for converting a delay error profile to an error profile!\nGenerating {bitstream_processed}" + ) + + errpat = bitstream.with_name( + f"{bitstream.stem}_{delay_profile.stem}_to_err.192" + ) + shift = random_seed( + (0, len_pattern - 1), + self.tx["master_seed"], + self.tx.get("errpatt_seed", 0), + False, + ) + dlyerr_2_errpat( + delay_profile, + delay=self.tx.get("errpatt_delay"), + fer_pattern=errpat, + late_loss_rate=self.tx.get("errpatt_late_loss_rate"), + shift=shift, + ) + eid_xor(errpat, bitstream, bitstream_processed) elif self.tx["type"] == "FER": - bs, ext = os.path.splitext(bitstream) - bitstream_processed = Path(f"{bs}_processed{ext}") signal, _ = read( in_file, fs=self.in_fs, nchannels=self.in_fmt.num_channels ) @@ -272,8 +327,9 @@ class IVAS(Processing): master_seed=self.tx["master_seed"], prerun_seed=self.tx["prerun_seed"], ) - voip = False - return bitstream_processed, voip + + return bitstream_processed, voip + else: return bitstream, False @@ -290,16 +346,41 @@ class IVAS(Processing): if self._use_wine: cmd.insert(0, "wine") - if hasattr(self, "trajectory"): + # search for a trajectory file if the trajectory dir is specified + if getattr(self, "trajectory_dir", None): + trj_name = out_file.name.split(".")[0] + self.trajectory = self.trajectory_dir.joinpath(f"{trj_name}.wav.ht.csv") + if not self.trajectory.exists(): + raise FileNotFoundError( + f"Trajectory file {self.trajectory} not found! Please check the configuration" + ) + + # truncate to 3DoF if needed + if getattr(self, "only_3dof", None): + trj_3dof = out_file.with_suffix(".3dof.ht.csv") + truncate_trajectory_3dof(self.trajectory, trj_3dof) + self.trajectory = trj_3dof + + if getattr(self, "trajectory", None): cmd.extend(["-T", self.trajectory]) + # add renderer config if specified + if getattr(self, "render_config", None): + rend_cfg_name = out_file.name.split(".")[0] + rend_cfg_file = self.render_config_dir.joinpath(f"{rend_cfg_name}.wav.cfg") + cmd.extend(["-render_config", rend_cfg_file]) + + if self.dec_opts: + cmd.extend(self.dec_opts) + # add -voip cmdline option to the decoder if voip: cmd.extend( ["-voip", "-Tracefile", f"{str(out_file).split('.')[0]}.tracefile.csv"] ) - if self.dec_opts: - cmd.extend(self.dec_opts) + + if voip and "-no_delay_cmp" not in cmd: + cmd.extend(["-no_delay_cmp"]) # use quiet mode cmd.extend(["-q"]) @@ -329,7 +410,7 @@ class IVAS(Processing): else: output_format = self.out_fmt.name - if output_format == "": + if output_format == "" or getattr(self, "use_evs_dec", None): cmd.extend( [ str(self.out_fs // 1000), @@ -430,8 +511,9 @@ class IVAS_rend(Processing): in_meta, logger: Optional[logging.Logger] = None, ) -> None: - logger.debug(f"IVAS rend configuration : {self.__dict__}") - logger.debug(f"IVAS rend {in_file.absolute()} -> {out_file.absolute()}") + if logger: + logger.debug(f"IVAS rend configuration : {self.__dict__}") + logger.debug(f"IVAS rend {in_file.absolute()} -> {out_file.absolute()}") # set defaults in case input sampling rate is not specified if not self.in_fs: @@ -449,6 +531,33 @@ class IVAS_rend(Processing): if self._use_wine: cmd.insert(0, "wine") + # search for a trajectory file if the trajectory dir is specified + if getattr(self, "trajectory_dir", None): + trj_name = out_file.name.split(".")[0] + self.trajectory = self.trajectory_dir.joinpath(f"{trj_name}.wav.ht.csv") + if not self.trajectory.exists(): + raise FileNotFoundError( + f"Trajectory file {self.trajectory} not found! Please check the configuration" + ) + + # truncate to 3DoF if needed + if getattr(self, "only_3dof", None): + trj_3dof = out_file.with_suffix(".3dof.ht.csv") + truncate_trajectory_3dof(self.trajectory, trj_3dof) + self.trajectory = trj_3dof + + if getattr(self, "trajectory", None): + cmd.extend(["-T", self.trajectory]) + + # add renderer config if specified + if getattr(self, "render_config", None): + rend_cfg_name = out_file.name.split(".")[0] + rend_cfg_file = self.render_config_dir.joinpath(f"{rend_cfg_name}.wav.cfg") + cmd.extend(["-render_config", rend_cfg_file]) + + # remove MASA number of directions + in_fmt = self.in_fmt.name.replace("DIR1", "").replace("DIR2", "") + cmd.extend( [ "-fs", @@ -456,7 +565,7 @@ class IVAS_rend(Processing): "-i", str(in_file), "-if", - self.in_fmt.name, + in_fmt, "-o", str(out_file), "-of", @@ -468,7 +577,7 @@ class IVAS_rend(Processing): cmd.append("-im") cmd.extend([str(f) for f in in_meta]) - if self.opts: + if getattr(self, "opts", None): cmd.extend(self.opts) run(cmd, logger=logger) diff --git a/ivas_processing_scripts/processing/postprocessing.py b/ivas_processing_scripts/processing/postprocessing.py index a440518a1290a95bdb01a8bc761b00fa07e51579..b7a470023b5cbbcd691430220607d40c658c88de 100755 --- a/ivas_processing_scripts/processing/postprocessing.py +++ b/ivas_processing_scripts/processing/postprocessing.py @@ -34,6 +34,7 @@ import logging from pathlib import Path from ivas_processing_scripts.audiotools import convert +from ivas_processing_scripts.audiotools.utils import truncate_trajectory_3dof from ivas_processing_scripts.processing.processing import Processing @@ -49,6 +50,21 @@ class Postprocessing(Processing): logger.debug(f"Postprocessing configuration : {self.__dict__}") logger.debug(f"Postprocessing {in_file.absolute()} -> {out_file.absolute()}") + # search for a trajectory file if the trajectory is not given, but the dir is specified + if getattr(self, "trajectory_dir", None): + trj_name = out_file.name.split(".")[0] + self.trajectory = self.trajectory_dir.joinpath(f"{trj_name}.wav.ht.csv") + if not self.trajectory.exists(): + raise FileNotFoundError( + f"Trajectory file {self.trajectory} not found! Please check the configuration" + ) + + # truncate trajectory to 3DoF if needed + if getattr(self, "only_3dof", None): + trj_3dof = out_file.with_suffix("_3dof.csv") + truncate_trajectory_3dof(self.trajectory, trj_3dof) + self.trajectory = trj_3dof + convert.convert_file( in_file, out_file, logger=logger, in_meta=in_meta, **self.__dict__ ) diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index 646dc3cbd645b4bddf4ced33fa78fb7007ce5fa4..2402a856ef519add7d89e1db535ab96c3af867d9 100644 --- a/ivas_processing_scripts/processing/preprocessing_2.py +++ b/ivas_processing_scripts/processing/preprocessing_2.py @@ -40,7 +40,8 @@ from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import trim from ivas_processing_scripts.audiotools.audiofile import write from ivas_processing_scripts.audiotools.metadata import ( - add_remove_preamble, + add_masa_metadata_preamble_repeat, + add_remove_ism_metadata_preamble, write_ISM_metadata_in_file, ) from ivas_processing_scripts.audiotools.wrappers.bs1770 import ( @@ -64,26 +65,15 @@ class Preprocessing2(Processing): self.in_fmt, in_file, fs=self.in_fs, in_meta=in_meta ) - if isinstance( - audio_object, (audio.MetadataAssistedSpatialAudio, audio.OMASAAudio) - ): - if self.preamble > 0 or self.background_noise or self.repeat_signal: - raise ValueError( - "No preprocessing 2 possible for formats including MASA metadata" - ) - # modify ISM metadata if self.in_fmt.startswith("ISM"): - if not self.preamble: - preamble = 0 - else: - preamble = self.preamble + preamble = self.preamble or 0 # read out old metadata = audio_object.object_pos # add preamble - metadata = add_remove_preamble(metadata, preamble) + metadata = add_remove_ism_metadata_preamble(metadata, preamble) # repeat signal if self.repeat_signal: @@ -95,6 +85,16 @@ class Preprocessing2(Processing): audio_object.metadata_files = meta_files audio_object.object_pos = metadata + if "MASA" in self.in_fmt: + add_masa_metadata_preamble_repeat( + audio_object, + in_meta[-1], + out_file.with_suffix(".wav.met"), + self.preamble or 0, + self.repeat_signal, + logger, + ) + # modify audio signal # add preamble if self.preamble > 0: diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index ca4c6940fc6f5fce6f6c71e33d80254deb4b152e..64368954b9d9736b252db6bd1e0e1520cc66af41 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -31,34 +31,30 @@ # import logging -import sys from abc import ABC, abstractmethod from itertools import repeat -from multiprocessing import Pool from pathlib import Path from shutil import copyfile -from time import sleep from typing import Iterable, Union from warnings import warn -import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import window from ivas_processing_scripts.audiotools.audiofile import concat, trim from ivas_processing_scripts.audiotools.constants import IVAS_FRAME_LEN_MS from ivas_processing_scripts.audiotools.convert.__init__ import convert from ivas_processing_scripts.audiotools.metadata import ( - add_remove_preamble, - concat_meta_from_file, + add_remove_ism_metadata_preamble, + concat_ism_metadata_files, + concat_masa_metadata_files, ) from ivas_processing_scripts.constants import LOGGER_DATEFMT, LOGGER_FORMAT from ivas_processing_scripts.processing.config import TestConfig +from ivas_processing_scripts.processing.tx import get_timescaled_splits from ivas_processing_scripts.utils import ( - list_audio, + apply_func_parallel, + list_audio_or_md, pairwise, - progressbar_update, - spinner, ) @@ -129,30 +125,41 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger): except AttributeError: input_format = cfg.input["fmt"] - # concatenation of met files not possible -> do not concatenate MASA and OMASA - if "MASA" in input_format: - raise ValueError( - "Concatenation of formats including MASA metadata not possible" - ) + concat_md_prefix = cfg.tmp_dirs[0].joinpath( + f"{cfg.input_path.name}_concatenated.wav" + ) - # concatenate ISM metadata if input_format.startswith("ISM"): cfg.concat_meta = [] - for obj_idx in range(len(cfg.metadata_path[0])): - cfg.concat_meta.append( - cfg.tmp_dirs[0].joinpath( - f"{cfg.input_path.name}_concatenated.wav.{obj_idx}.csv" - ) - ) - concat_meta_from_file( + for i, md in enumerate(cfg.metadata_path[0]): + if md.suffix == ".csv": + cfg.concat_meta.append(Path(f"{concat_md_prefix}.{i}.csv")) + elif md.suffix == ".met": + cfg.concat_meta.append(Path(f"{concat_md_prefix}.met")) + + concat_ism_metadata_files( cfg.items_list, cfg.metadata_path, cfg.concat_meta, input_format, ) + if "MASA" in input_format: + concat_masa_metadata_files( + cfg.metadata_path, + cfg.concat_meta[-1], + ) # set input to the concatenated file we have just written to the output dir cfg.metadata_path = [cfg.concat_meta] + elif input_format.startswith("MASA"): + cfg.concat_meta = Path(f"{concat_md_prefix}.met") + concat_masa_metadata_files( + cfg.metadata_path, + cfg.concat_meta, + ) + + # set input to the concatenated file we have just written to the output dir + cfg.metadata_path = [[cfg.concat_meta]] # concatenate audio cfg.concat_file = cfg.tmp_dirs[0].joinpath( @@ -202,92 +209,71 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger): def concat_teardown( - x, splits, out_fmt, fs, in_fs, meta, tracefile, ivas_jbm, logger: logging.Logger + x, + splits, + out_fmt, + fs, + in_fs, + meta, + tracefile, + tracefile_needed, + repeat_signal, + preamble, + logger: logging.Logger, ): if splits is None: raise ValueError("Splitting not possible without split marker") - if ivas_jbm and tracefile is None: + if tracefile_needed and tracefile is None: raise ValueError( "Splitting for IVAS JBM conditions not possible without tracefile" ) - if (out_fmt.startswith("ISM") or out_fmt.startswith("MASA")) and ivas_jbm: + if (out_fmt.startswith("ISM") or out_fmt.startswith("MASA")) and tracefile_needed: raise ValueError( - "Splitting with JBM compensation not supportet for formats with metadata (e.g. MASA, ISM)" + "Splitting with JBM compensation not supported for formats with metadata (e.g. MASA, ISM)" ) - if logger and ivas_jbm: + if logger and tracefile_needed: logger.debug("Split files with JBM compensation") elif logger: logger.debug("Split files") - if not ivas_jbm: + if not tracefile_needed: # if sampling rate changed, adjust splits fs_new = float(fs) fs_old = float(in_fs) relative_fs_change = fs_new / fs_old new_splits = [0] for split_i in splits: - new_splits.append(int(float(split_i) * relative_fs_change)) + new_splits.append(int(split_i * relative_fs_change)) splits = new_splits else: - # adjust splits for jbm ivas conditions - # following code is based on jbmtrim.cpp script - rtpTimeScale = 1000 # in ms - playTimeScale = 1000 # in ms - new_splits = [None] * (len(splits) + 1) - - split_start = 1 / float(fs) - i = 0 - lastRtpTs = 0 - lastPlayTime = 0 - # find last JBM trace entry with lower or equal RTP time stamp - for j in range(tracefile.shape[0]): - entry = tracefile[j] - # ignore frames with unknown RTP time stamp or playout time - if entry[1] == -1 or entry[3] < 0: - continue - # check if the next position to cut is found - if entry[1] / rtpTimeScale >= split_start: - # interpolate between current and previous RTP time stamp to - # increase accuracy in case of DTX where lot of time stamps are missing - if (num := entry[1] / rtpTimeScale - split_start) == 0: - rtpTsRelErr = num - else: - rtpTsRelErr = num / ( - ((entry[1] - lastRtpTs) / rtpTimeScale) + sys.float_info.epsilon - ) - playTimeAbsErr = rtpTsRelErr * (entry[3] - lastPlayTime) / playTimeScale - # found one split, save in list and search for next - new_splits[i] = entry[3] / playTimeScale - playTimeAbsErr - # get next split marker; add one to make computation more similar to jbmtrim - split_start = (float(splits[i]) + 1) / float(fs) - i += 1 - if i >= len(new_splits): - break - lastRtpTs = entry[1] - lastPlayTime = entry[3] - - # check if all splits are found - if i < (len(new_splits) - 1): - raise ValueError("Error in item splitting with JBM compensation") - elif i < (len(new_splits)): - # catch item with missing end - warn("Last split after end of file for IVAS JBM condition") - new_splits[i] = lastPlayTime / playTimeScale - - # set new values and use new sampling rate - splits = new_splits - for s in range(len(splits)): - # subtract one again (was only used to make computation more similar to jbmtrim) - splits[s] = int(np.floor(splits[s] * float(in_fs))) - 1 + # handle signal repeat and preamble for JBM conditions since we have trace data + + # for preamble, the first split point should be at the end of the preamble + preamble_smp = preamble * in_fs // 1000 if preamble > 0 else 0 + # for repeat signal, the first split point should be the start of the repetition + repeat_start = preamble_smp + splits[-1] if repeat_signal else 0 + + # adjust the offsets of the splits accordingly + splits = [ + preamble_smp + repeat_start, + *[s + preamble_smp + repeat_start for s in splits], + ] + + splits_ts = get_timescaled_splits(tracefile, splits, fs, in_fs) + + # the above function assumes the starting point is the first playout frame + # for repeat signal or preamble, we don't want the split to start there + if repeat_signal or preamble > 0: + splits = splits_ts[1:] # check if last split ending coincides with last sample of signal if splits[-1] > len(x): raise ValueError( f"Last split index {splits[-1]} is larger than the signal length {len(x)}" ) - elif (splits[-1] < len(x)) and not ivas_jbm: + elif (splits[-1] < len(x)) and not tracefile_needed: warn( f"Last split index {splits[-1]} is smaller than the signal length {len(x)}" ) @@ -331,10 +317,6 @@ def preprocess(cfg, logger): logger.info(f" Generating condition: {preprocessing['name']}") - # set up values for progress display and chunksize - count = len(cfg.items_list) - width = 80 - # run preprocessing args = list( zip( @@ -346,27 +328,12 @@ def preprocess(cfg, logger): cfg.metadata_path, ) ) - p = Pool() - results = p.starmap_async( - process_item, - args, + apply_func_parallel( + process_item, args, None, "mp" if cfg.multiprocessing else None, True ) - # poll progress - progressbar_update(0, count, width) - while not results.ready(): - progressbar_update(count - int(results._number_left), count, width) - spinner() - sleep(0.1) - progressbar_update(count, count, width) - print("", flush=True, file=sys.stdout) - results.get() - - p.close() - p.join() - # update the configuration to use preprocessing outputs as new inputs - cfg.items_list = list_audio( + cfg.items_list = list_audio_or_md( cfg.out_dirs[0], select_list=getattr(cfg, "input_select", None) ) @@ -427,10 +394,6 @@ def preprocess_2(cfg, logger): if chain[0].concatenate_input: concat_setup(cfg, chain, logger) - # set up values for progress display and chunksize - count = len(cfg.items_list) - width = 80 - # run preprocessing 2 args = list( zip( @@ -442,37 +405,21 @@ def preprocess_2(cfg, logger): cfg.metadata_path, ) ) - p = Pool() - results = p.starmap_async( - process_item, - args, + apply_func_parallel( + process_item, args, None, "mp" if cfg.multiprocessing else None, True ) - # poll progress - progressbar_update(0, count, width) - while not results.ready(): - progressbar_update(count - int(results._number_left), count, width) - spinner() - sleep(0.1) - progressbar_update(count, count, width) - print("", flush=True, file=sys.stdout) - results.get() - - p.close() - p.join() - # update the configuration to use preprocessing 2 outputs as new inputs - cfg.items_list = list_audio( + cfg.items_list = list_audio_or_md( cfg.out_dirs[0], select_list=getattr(cfg, "input_select", None) ) - if cfg.metadata_path[0] is not None: - for item_idx in range(len(cfg.metadata_path)): - for obj_idx in range(len(cfg.metadata_path[item_idx])): - if cfg.metadata_path[item_idx][obj_idx]: - cfg.metadata_path[item_idx][obj_idx] = cfg.out_dirs[0] / Path( - f"{cfg.items_list[item_idx].stem}.wav.{obj_idx}.csv" - ) + # update the metadata list to use preprocessing 2 outputs as well + for md_files in cfg.metadata_path: + for i, md in enumerate(md_files): + if md: + md_files[i] = cfg.out_dirs[0] / md.name + # remove already applied processing stage cfg.proc_chains = cfg.proc_chains[1:] cfg.tmp_dirs = cfg.tmp_dirs[1:] @@ -604,7 +551,7 @@ def remove_preamble(x, out_fmt, fs, repeat_signal, preamble_len_ms, meta, logger # remove preamble if preamble_len_ms > 0: - meta = add_remove_preamble(meta, preamble_len_ms, add=False) + meta = add_remove_ism_metadata_preamble(meta, preamble_len_ms, add=False) # cut first half of signal if repeat_signal: diff --git a/ivas_processing_scripts/processing/processing_splitting_scaling.py b/ivas_processing_scripts/processing/processing_splitting_scaling.py index 2280f2036e1f8553d19fe2cf1d4a89aa5b6d19b2..5f9ac34fe210d9a49d4c76966fcebad2b64d30e6 100644 --- a/ivas_processing_scripts/processing/processing_splitting_scaling.py +++ b/ivas_processing_scripts/processing/processing_splitting_scaling.py @@ -203,8 +203,19 @@ class Processing_splitting_scaling(Processing): def revert_preamble_concatenation( self, x, fs, in_file, out_file, in_meta, noerror=False, logger=None ): + tracefile_needed = self.ivas_jbm and not noerror + + if tracefile_needed: + # read JBM data + tracefile = in_file.with_name(f"{in_file.name.split('.')[0]}.tracefile.csv") + tracefile_data = np.genfromtxt(tracefile, delimiter=";") + validate_tracefile(tracefile_data) + else: + tracefile_data = None + # remove preamble and first half of signal due to repetition - if self.preamble or self.repeat_signal: + # JBM conditions are handled later in concat_teardown + if not tracefile_needed and (self.preamble or self.repeat_signal): x, in_meta = remove_preamble( x, self.out_fmt, @@ -215,7 +226,7 @@ class Processing_splitting_scaling(Processing): logger, ) - # reverse concatenation + # reverse concatenation, also handles repeat_signal/preamble reversal for JBM if self.concatenate_input: # read out splits file -> start/end, names, sampling rate splits_info_file = Path( @@ -224,22 +235,6 @@ class Processing_splitting_scaling(Processing): ) ) splits, split_names, split_fs = read_splits_file(splits_info_file) - if self.ivas_jbm and not noerror: - # read out tracefile with jbm info - tracefile_info_file = Path( - f"{in_file.with_suffix('').with_suffix('')}.tracefile.csv" - ) - tracefile_info = np.genfromtxt(tracefile_info_file, delimiter=";") - validate_tracefile(tracefile_info) - else: - tracefile_info = None - - # split file - if self.ivas_jbm and not noerror: - # only use flag if IVAS JBM condition but not the loudness reference without error is processed - ivas_jbm_splitting_flag = True - else: - ivas_jbm_splitting_flag = False file_splits, meta_splits, new_splits = concat_teardown( x, @@ -248,8 +243,10 @@ class Processing_splitting_scaling(Processing): fs, split_fs, in_meta, - tracefile_info, - ivas_jbm_splitting_flag, + tracefile_data, + tracefile_needed, + self.repeat_signal, + self.preamble, logger, ) @@ -311,8 +308,9 @@ def read_splits_file(splits_file): """Read out splitting information from split log in preproceesing 2 temp folder""" with open(splits_file, "r") as f: splits = f.readline()[:-1].split(", ") + splits = [int(s) for s in splits] names = f.readline()[:-1].split(", ") - fs = f.readline()[:-1] + fs = int(f.readline()[:-1]) return splits, names, fs diff --git a/ivas_processing_scripts/processing/tx.py b/ivas_processing_scripts/processing/tx.py index e8f3f954a45f32e471d232cc2c282bca75b75eb8..4aab2d7f3cda40b48ffa5ba3b424c2cdec1f098a 100755 --- a/ivas_processing_scripts/processing/tx.py +++ b/ivas_processing_scripts/processing/tx.py @@ -30,7 +30,11 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import sys from typing import Optional +from warnings import warn + +import numpy as np from ivas_processing_scripts.processing.config import TestConfig from ivas_processing_scripts.utils import get_abs_path @@ -46,27 +50,75 @@ def get_tx_cfg(cfg: TestConfig, cond_cfg: dict, is_EVS: bool = False) -> Optiona if tx_cfg_tmp.get("type", None) == "FER": tx_cfg = { "type": tx_cfg_tmp.get("type"), - "error_pattern": get_abs_path(tx_cfg_tmp.get("error_pattern", None)), - "error_rate": tx_cfg_tmp.get("error_rate", None), + "error_pattern": get_abs_path(tx_cfg_tmp.get("error_pattern")), + "error_rate": tx_cfg_tmp.get("error_rate"), "master_seed": cfg.master_seed, "prerun_seed": cfg.prerun_seed, } - elif tx_cfg_tmp.get("type", None) == "JBM": + elif tx_cfg_tmp.get("type", None).startswith("JBM"): tx_cfg = { "type": tx_cfg_tmp.get("type"), - "error_pattern": get_abs_path(tx_cfg_tmp.get("error_pattern", None)), - "errpatt_seed": tx_cfg_tmp.get("errpatt_seed", None), - "error_profile": tx_cfg_tmp.get("error_profile", None), - "n_frames_per_packet": tx_cfg_tmp.get("n_frames_per_packet", None), + "error_pattern": get_abs_path(tx_cfg_tmp.get("error_pattern")), + "errpatt_seed": tx_cfg_tmp.get("errpatt_seed"), + "error_profile": tx_cfg_tmp.get("error_profile"), + "n_frames_per_packet": tx_cfg_tmp.get("n_frames_per_packet"), "master_seed": cfg.master_seed, + "errpatt_late_loss_rate": tx_cfg_tmp.get("errpatt_late_loss_rate"), + "errpatt_delay": tx_cfg_tmp.get("errpatt_delay"), } - # EVS specific keys - if is_EVS: - tx_cfg["errpatt_late_loss_rate"] = tx_cfg_tmp.get( - "errpatt_late_loss_rate", None - ) - tx_cfg["errpatt_delay"] = tx_cfg_tmp.get("errpatt_delay", None) else: raise ValueError("Type of bitstream procesing either missing or not valid") return tx_cfg + + +def get_timescaled_splits(tracefile, splits, out_fs, in_fs): + # adjust splits for jbm ivas conditions + # following code is based on jbmtrim.cpp script + rtpTimeScale = 1000 # in ms + playTimeScale = 1000 # in ms + new_splits = [None] * (len(splits) + 1) + + split_start = 1 / float(out_fs) + i = 0 + lastRtpTs = 0 + lastPlayTime = 0 + # find last JBM trace entry with lower or equal RTP time stamp + for entry in tracefile: + # ignore frames with unknown RTP time stamp or playout time + if entry[1] == -1 or entry[3] < 0: + continue + # check if the next position to cut is found + if entry[1] / rtpTimeScale >= split_start: + # interpolate between current and previous RTP time stamp to + # increase accuracy in case of DTX where lot of time stamps are missing + if (num := entry[1] / rtpTimeScale - split_start) == 0: + rtpTsRelErr = num + else: + rtpTsRelErr = num / ( + ((entry[1] - lastRtpTs) / rtpTimeScale) + sys.float_info.epsilon + ) + playTimeAbsErr = rtpTsRelErr * (entry[3] - lastPlayTime) / playTimeScale + # found one split, save in list and search for next + new_splits[i] = entry[3] / playTimeScale - playTimeAbsErr + # get next split marker; add one to make computation more similar to jbmtrim + split_start = (splits[i] + 1) / float(out_fs) + i += 1 + if i >= len(new_splits): + break + lastRtpTs = entry[1] + lastPlayTime = entry[3] + + # check if all splits are found + if i < (len(new_splits) - 1): + raise ValueError("Error in item splitting with JBM compensation") + elif i < (len(new_splits)): + # catch item with missing end + warn("Last split after end of file for IVAS JBM condition") + new_splits[i] = lastPlayTime / playTimeScale + + # set new values and use new sampling rate + # subtract one again (was only used to make computation more similar to jbmtrim) + new_splits = [int(np.floor(s * float(in_fs))) - 1 for s in new_splits] + + return new_splits diff --git a/ivas_processing_scripts/utils.py b/ivas_processing_scripts/utils.py index 945d07911c6ee8a7048399b5c23132b51f6a5aab..a12b886aa0fe28d4cc45c5f42cb147ef1d7a4853 100755 --- a/ivas_processing_scripts/utils.py +++ b/ivas_processing_scripts/utils.py @@ -45,6 +45,7 @@ from typing import Callable, Iterable, Optional, Union import yaml ALLOWED_INPUT_EXT = (".wav", ".pcm", ".txt", ".raw") +ALLOWED_INPUT_EXT_MD = (".csv", ".met") BIN_DIR = Path(__file__).parent.joinpath("bin") BUSY_SPINNER = cycle(["|", "/", "-", "\\"]) @@ -99,7 +100,9 @@ class DirManager: ) -def list_audio(path: str, select_list: list = None) -> list: +def list_audio_or_md( + path: str, select_list: list = None, allowed_ext=ALLOWED_INPUT_EXT +) -> list: """ Return list with all files with ALLOWED_INPUT_EXT found under the given path. @@ -114,11 +117,11 @@ def list_audio(path: str, select_list: list = None) -> list: audio_list = [ f.resolve().absolute() for f in path.iterdir() - if f.suffix in ALLOWED_INPUT_EXT + if f.suffix in allowed_ext ] else: ext = path.suffix - if ext in ALLOWED_INPUT_EXT: + if ext in allowed_ext: audio_list.append(path.resolve().absolute()) # filter according to select list diff --git a/other/check_ISM.sh b/other/check_ISM.sh new file mode 100755 index 0000000000000000000000000000000000000000..97690317a94be5f08f80cf038e9e419ba23748d4 --- /dev/null +++ b/other/check_ISM.sh @@ -0,0 +1,92 @@ +#!/usr/bin/env bash + +# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository. All Rights Reserved. + +# This software is protected by copyright law and by international treaties. +# The IVAS codec Public Collaboration consisting of Dolby International AB, Ericsson AB, +# Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., +# Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, +# Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other +# contributors to this repository retain full ownership rights in their respective contributions in +# the software. This notice grants no license of any kind, including but not limited to patent +# license, nor is any license granted by implication, estoppel or otherwise. + +# Contributors are required to enter into the IVAS codec Public Collaboration agreement before making +# contributions. + +# This software is provided "AS IS", without any express or implied warranties. The software is in the +# development stage. It is intended exclusively for experts who have experience with such software and +# solely for the purpose of inspection. All implied warranties of non-infringement, merchantability +# and fitness for a particular purpose are hereby disclaimed and excluded. + +# Any dispute, controversy or claim arising under or in relation to providing this software shall be +# submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in +# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and +# the United Nations Convention on Contracts on the International Sales of Goods. + + +# Usage: check_ISM.sh audio.wav ism_metadata.0.csv [... ism_metadata.4.csv] +# Compares the number of audio frames against the number of frames in the object metadata +# Requires: InfoAudio + + +if (( $# < 2 || $# > 5 )); then + echo "" + echo "Usage: $0 audio.wav ism_metadata.0.csv [... ism_metadata.4.csv]" >&2 + echo "file_name;success;audio_20ms_aligned;no_audio_frames;no_object_frames" >&2 + exit 1 +fi + +InfoAudio=InfoAudio + +audio_file=$1 +metadata_files=("${@:2}") +line_counts=() + +# getting all info from InfoAudio - storing in res +res=`$InfoAudio "$audio_file"` +# paring res +sampleFreq=`echo "$res" | grep -m1 "Sampling frequency" | sed -e 's/\([a-zA-Z\. ]*: \)\([0-9]*\)\(.*\)/\2/g'` +frameSize=$(( sampleFreq / 50 )) +numberSamples=`echo "$res" | grep -m1 "No. frames" | sed -e 's/\([a-zA-Z\. ]*: \)\([0-9]*\)\(.*\)/\2/g'` +numberSampleFrames=$(( numberSamples / frameSize )) + +aligned20ms=false +remainder=$(expr $numberSamples % 960) +if [ $remainder -eq 0 ]; then + aligned20ms=true +fi + +# iterate over metadata-files +for file in "${metadata_files[@]}"; do + if [[ -r $file ]]; then + # count number of lines + lines=$(wc -l < "$file") + line_counts+=("$lines") + else + echo "Warning: File '$file' not found or not readable" >&2 + line_counts+=(0) + fi +done + +success=true +if [[ "$aligned20ms" == "false" ]]; then + success=false +fi + +no_object_frames="" +for i in "${!line_counts[@]}"; do + count="${line_counts[i]//[[:space:]]/}" # also remove any whitespace + no_object_frames+=";$count" + + if (( count != numberSampleFrames )); then + success=false + fi +done + +# echo "file_name;success;audio_20ms_aligned;no_audio_frames;no_object_frames" +echo "${audio_file};${success};${aligned20ms};${numberSampleFrames}${no_object_frames}" diff --git a/tests/test_binaries_present.py b/tests/test_binaries_present.py index 4567afa49e9f8279e48683f6e263f61cbbea67f9..05045fe477b13c283c1cf98e1ad1da08c747ae55 100755 --- a/tests/test_binaries_present.py +++ b/tests/test_binaries_present.py @@ -41,9 +41,10 @@ BINARIES = [ "eid-xor", "gen-patt", "filter", + "IVAS_rend", "random", "networkSimulator_g192", - "masaRenderer", + # "masaRenderer", "masaAnalyzer", ] diff --git a/tests/test_experiments.py b/tests/test_experiments.py index b645d3a9e35ec467d6b71d99ec792b90372cad5c..34d8ddf32c829a646cb56711c9d853dda3410a92 100644 --- a/tests/test_experiments.py +++ b/tests/test_experiments.py @@ -41,7 +41,7 @@ from ivas_processing_scripts import main as generate_test from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.processing.config import TestConfig -from ivas_processing_scripts.utils import list_audio +from ivas_processing_scripts.utils import list_audio_or_md from tests.constants import ( FORMAT_TO_METADATA_FILES, INPUT_EXPERIMENT_NAMES, @@ -51,7 +51,7 @@ from tests.constants import ( HERE = Path(__file__).parent.absolute() sys.path.append(HERE.parent) -from generate_test import Arguments, create_experiment_setup # NOQA +from generate_test_selection import Arguments, create_experiment_setup # NOQA N_INPUT_SIGNALS = 2 @@ -108,7 +108,7 @@ def all_lengths_equal(cfg): all_lengths_equal = True for condition in cfg.conditions_to_generate.keys(): output_condition_folder = output_folder.joinpath(condition) - for input_file in list_audio(cfg.input_path): + for input_file in list_audio_or_md(cfg.input_path): output_file = output_condition_folder.joinpath(input_file.name).with_suffix( f".{condition}.wav" )