From a3db971fbcd879d2b8f5cb0aa1aec08274393983 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 1 Jul 2025 16:25:44 +0200 Subject: [PATCH 001/159] add dly_error_profile_I1.dat --- .../dly_error_profiles/dly_error_profile_I1.dat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.dat diff --git a/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.dat b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.dat new file mode 100644 index 00000000..ecf898b3 --- /dev/null +++ b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854e83b31b5aa6f120e793336e8732281681fc242c86819496901a8c2a65558f +size 25512 -- GitLab From d8d8a3fbd26c382aba930a3d508f814e0a7b083b Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 2 Jul 2025 16:12:54 +0200 Subject: [PATCH 002/159] update link to patch for networkSimulator_g192 --- ivas_processing_scripts/bin/README.md | 33 +++++++++++++++------------ 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/ivas_processing_scripts/bin/README.md b/ivas_processing_scripts/bin/README.md index 494ed5ed..413de93a 100755 --- a/ivas_processing_scripts/bin/README.md +++ b/ivas_processing_scripts/bin/README.md @@ -1,17 +1,20 @@ - 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 | 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 [^1] | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | +| JBM network simulator [^2] | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | +| Patch to MAX_FRAME_SIZE for JBM network simulator from above | networkSimulator_g192 | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_123-e/Docs/S4-230604.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 | + +[^1]: necessary for background noise and FER bitstream processing +[^2]: requires manual patching -- GitLab From 89018bbcb5fcf91369bd91b5570455f539aa8b6f Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 22 Jul 2025 17:19:59 +0200 Subject: [PATCH 003/159] [fix] remove scaling factor for OSBA --- ivas_processing_scripts/audiotools/convert/osba.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/osba.py b/ivas_processing_scripts/audiotools/convert/osba.py index 1ea643d5..3fdd582c 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): -- GitLab From ceb3a31a37b4955e384c95fb66232041714b54cf Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 22 Jul 2025 17:25:30 +0200 Subject: [PATCH 004/159] [fix] copy over metadata files to 20ms aligned output dir if this is created --- ivas_processing_scripts/processing/chains.py | 23 +++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 84f125a1..405e1bc8 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -575,12 +575,12 @@ 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" - + 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) + aligned_output_dir.mkdir(exist_ok=False, parents=True) except FileExistsError: raise ValueError( "Folder for 20ms aligned files already exists. Please move or delete folder" @@ -639,24 +639,31 @@ 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 + cfg.items_list[i] = aligned_output_dir / item.name else: pass 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: -- GitLab From 1f2f0c863f766ceba6ad8ad0e00efeb99c0d8884 Mon Sep 17 00:00:00 2001 From: Dominik Weckbecker Date: Thu, 24 Jul 2025 10:57:21 +0200 Subject: [PATCH 005/159] do not set frame_alignment = "error" for OSBA formats --- ivas_processing_scripts/processing/chains.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 405e1bc8..60f0e37d 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -574,7 +574,15 @@ 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" + isosb = False + isosba = (input_format in ['ISM1SBA1', 'ISM1SBA2', 'ISM1SBA3', 'ISM2SBA1', 'ISM2SBA2', 'ISM2SBA3', + 'ISM3SBA1', 'ISM3SBA2', 'ISM3SBA3', 'ISM4SBA1', 'ISM4SBA2', 'ISM4SBA3', + 'ISM1PLANARSBA1', 'ISM1PLANARSBA2', 'ISM1PLANARSBA3', 'ISM2PLANARSBA1', + 'ISM2PLANARSBA2', 'ISM2PLANARSBA3', 'ISM3PLANARSBA1', 'ISM3PLANARSBA2', + 'ISM3PLANARSBA3', 'ISM4PLANARSBA1', 'ISM4PLANARSBA2', 'ISM4PLANARSBA3' ] + ) + if not isosba: + frame_alignment = "error" if frame_alignment == "padding": # Create new input directory for padded files -- GitLab From f7cdbb3ccf970d0a871fc76b3bc2df273c43926e Mon Sep 17 00:00:00 2001 From: Dominik Weckbecker Date: Thu, 24 Jul 2025 11:10:19 +0200 Subject: [PATCH 006/159] fix formatting --- ivas_processing_scripts/processing/chains.py | 34 ++++++++++++++++---- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 60f0e37d..ed8ca3bc 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -575,15 +575,35 @@ 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"): isosb = False - isosba = (input_format in ['ISM1SBA1', 'ISM1SBA2', 'ISM1SBA3', 'ISM2SBA1', 'ISM2SBA2', 'ISM2SBA3', - 'ISM3SBA1', 'ISM3SBA2', 'ISM3SBA3', 'ISM4SBA1', 'ISM4SBA2', 'ISM4SBA3', - 'ISM1PLANARSBA1', 'ISM1PLANARSBA2', 'ISM1PLANARSBA3', 'ISM2PLANARSBA1', - 'ISM2PLANARSBA2', 'ISM2PLANARSBA3', 'ISM3PLANARSBA1', 'ISM3PLANARSBA2', - 'ISM3PLANARSBA3', 'ISM4PLANARSBA1', 'ISM4PLANARSBA2', 'ISM4PLANARSBA3' ] - ) + isosba = input_format in [ + "ISM1SBA1", + "ISM1SBA2", + "ISM1SBA3", + "ISM2SBA1", + "ISM2SBA2", + "ISM2SBA3", + "ISM3SBA1", + "ISM3SBA2", + "ISM3SBA3", + "ISM4SBA1", + "ISM4SBA2", + "ISM4SBA3", + "ISM1PLANARSBA1", + "ISM1PLANARSBA2", + "ISM1PLANARSBA3", + "ISM2PLANARSBA1", + "ISM2PLANARSBA2", + "ISM2PLANARSBA3", + "ISM3PLANARSBA1", + "ISM3PLANARSBA2", + "ISM3PLANARSBA3", + "ISM4PLANARSBA1", + "ISM4PLANARSBA2", + "ISM4PLANARSBA3", + ] if not isosba: frame_alignment = "error" - + if frame_alignment == "padding": # Create new input directory for padded files aligned_output_dir = cfg.output_path / "20ms_aligned_files" -- GitLab From d6b5e9116263a22f1c2dc4a5be5715edb2801da2 Mon Sep 17 00:00:00 2001 From: Dominik Weckbecker Date: Thu, 24 Jul 2025 11:11:44 +0200 Subject: [PATCH 007/159] fix lint error --- ivas_processing_scripts/processing/chains.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index ed8ca3bc..be94e7c0 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -574,7 +574,6 @@ 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"): - isosb = False isosba = input_format in [ "ISM1SBA1", "ISM1SBA2", -- GitLab From beda33e50d12d3ee31f0bca8e0731b3895cf52e5 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 14:04:11 +0200 Subject: [PATCH 008/159] fix incorrect shifting of audio signal when creating oerlap between items --- ivas_processing_scripts/generation/generate_sba_items.py | 4 ++-- ivas_processing_scripts/generation/generate_stereo_items.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 6904f107..1c5d5ba6 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -298,13 +298,13 @@ def generate_sba_scene( 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 diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index d6208096..8dc6d50c 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -299,13 +299,13 @@ def generate_stereo_scene( 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 -- GitLab From cd2f9f636b58bd76506dfa3663ba5483e2f95018 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 18:16:10 +0200 Subject: [PATCH 009/159] support addition of custom background noise file for each generated item --- examples/ITEM_GENERATION_STEREO.yml | 14 +++- .../generation/generate_stereo_items.py | 67 +++++++++++++++++-- 2 files changed, 73 insertions(+), 8 deletions(-) diff --git a/examples/ITEM_GENERATION_STEREO.yml b/examples/ITEM_GENERATION_STEREO.yml index 14731b4b..48c6aa61 100644 --- a/examples/ITEM_GENERATION_STEREO.yml +++ b/examples/ITEM_GENERATION_STEREO.yml @@ -95,6 +95,8 @@ provider: "g" ### 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) +### 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 +111,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 +120,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 +129,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 +138,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/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 8dc6d50c..55be6e85 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -340,13 +340,6 @@ 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 if "duration" in cfg.__dict__: # trim the output signal such that the total duration is X seconds @@ -367,6 +360,66 @@ def generate_stereo_scene( logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") 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']} LUFS" + ) + + # 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 LUFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm(background, scene['background_level'], loudness_format="STEREO") + + # 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") -- GitLab From dc3a06caf779a9789ad55e2c990ce53ee52a9ef5 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 18:34:13 +0200 Subject: [PATCH 010/159] fix incorrect shifting of audio signal when creating overlap between items (SBA) --- examples/ITEM_GENERATION_FOA.yml | 96 ++++++++++--------- .../generation/generate_sba_items.py | 67 +++++++++++-- .../generation/generate_stereo_items.py | 2 +- 3 files changed, 114 insertions(+), 51 deletions(-) diff --git a/examples/ITEM_GENERATION_FOA.yml b/examples/ITEM_GENERATION_FOA.yml index 2287af4c..46cbe845 100644 --- a/examples/ITEM_GENERATION_FOA.yml +++ b/examples/ITEM_GENERATION_FOA.yml @@ -95,6 +95,8 @@ use_output_prefix: "leee" ### 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) +### 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,52 +111,60 @@ 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 - "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] + # "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] - "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] + # "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 - "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] + # "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 - "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] - - "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] + # "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] - "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] + # "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] - "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] + # "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] diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 1c5d5ba6..dbda385f 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -339,13 +339,6 @@ 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 if "duration" in cfg.__dict__: # trim the output signal such that the total duration is X seconds @@ -366,6 +359,66 @@ def generate_sba_scene( logger.info(f"-- Rescaling to target loudness: {cfg.loudness} LUFS") 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']} LUFS" + ) + + # 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 LUFS" + ) + scene["background_level"] = -26 + background.audio, _ = loudness_norm(background, scene['background_level'], loudness_format="STEREO") + + # 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 55be6e85..a825a6c6 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -418,7 +418,7 @@ def generate_stereo_scene( # 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.audio += noise # apply fade-in and fade-out if "fade_in_out" in cfg.__dict__ and cfg.fade_in_out > 0: -- GitLab From 901f6468b301a5cefb995a66e3e854f3e63250c5 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 18:36:34 +0200 Subject: [PATCH 011/159] change LUFS to LKFS --- ivas_processing_scripts/generation/generate_ismN_items.py | 4 ++-- .../generation/generate_omasa_items.py | 4 ++-- ivas_processing_scripts/generation/generate_osba_items.py | 4 ++-- ivas_processing_scripts/generation/generate_sba_items.py | 8 ++++---- .../generation/generate_stereo_items.py | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index dcf76cad..bd92367e 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -253,7 +253,7 @@ def generate_ismN_scene( 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 @@ -431,7 +431,7 @@ def generate_ismN_scene( # 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_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index ed48c37b..603a3593 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -248,7 +248,7 @@ def generate_OMASA_scene( 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 @@ -471,7 +471,7 @@ def generate_OMASA_scene( # 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_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 815be0b5..d2a71777 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -239,7 +239,7 @@ def generate_OSBA_scene( 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 @@ -449,7 +449,7 @@ def generate_OSBA_scene( # 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 dbda385f..0aab6994 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -242,7 +242,7 @@ def generate_sba_scene( 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 @@ -356,7 +356,7 @@ def generate_sba_scene( # 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 @@ -393,7 +393,7 @@ def generate_sba_scene( # 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']} LUFS" + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" ) # check if [] are used in the background level @@ -406,7 +406,7 @@ def generate_sba_scene( scene["background_level"] = float(scene["background_level"]) else: logger.warning( - "-- Warning: No target loudness for background noise specified, using default value of -26 LUFS" + "-- 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") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index a825a6c6..648c02d0 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -248,7 +248,7 @@ def generate_stereo_scene( 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 @@ -357,7 +357,7 @@ def generate_stereo_scene( # 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 @@ -394,7 +394,7 @@ def generate_stereo_scene( # 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']} LUFS" + f"-- Rescaling background noise to target loudness: {scene['background_level']} LKFS" ) # check if [] are used in the background level @@ -407,7 +407,7 @@ def generate_stereo_scene( scene["background_level"] = float(scene["background_level"]) else: logger.warning( - "-- Warning: No target loudness for background noise specified, using default value of -26 LUFS" + "-- 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") -- GitLab From cf5cc8f3c133345de4e2535000453406881ea23c Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 18:52:08 +0200 Subject: [PATCH 012/159] update readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5ebd10e..e508ad3a 100755 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Each entry under `scenes:` describes one test item, specifying: - `azimuth` / `elevation`: spatial placement (°) - `level`: loudness in dB - `shift`: timing offsets 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. @@ -84,6 +86,8 @@ The total duration of the output signal can be controlled using the `duration` f 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`. +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 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. -- GitLab From 08118ad0e75b280d46fb778612697da4ae28cb89 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 18:55:33 +0200 Subject: [PATCH 013/159] fix formatting --- .../generation/generate_sba_items.py | 17 +++++++++++++---- .../generation/generate_stereo_items.py | 17 +++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 0aab6994..5b3ee6f2 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -380,14 +380,19 @@ def generate_sba_scene( 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) + 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 + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y.audio)], + samples=True, ) # adjust the loudness of the background noise signal @@ -409,11 +414,15 @@ def generate_sba_scene( "-- 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") + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO" + ) # 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: + 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") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 648c02d0..2d6fd97f 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -381,14 +381,19 @@ def generate_stereo_scene( 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) + 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 + background.audio, + background.fs, + limits=[0, len(background.audio) - len(y.audio)], + samples=True, ) # adjust the loudness of the background noise signal @@ -410,11 +415,15 @@ def generate_stereo_scene( "-- 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") + background.audio, _ = loudness_norm( + background, scene["background_level"], loudness_format="STEREO" + ) # 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: + 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") -- GitLab From 927393262cbc82dff8330609cb55c60cf9c561e8 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 24 Jul 2025 19:03:04 +0200 Subject: [PATCH 014/159] use -rms option when adjusting the level of the background noise --- ivas_processing_scripts/generation/generate_sba_items.py | 2 +- ivas_processing_scripts/generation/generate_stereo_items.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 5b3ee6f2..bdb40b1b 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -415,7 +415,7 @@ def generate_sba_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( - background, scene["background_level"], loudness_format="STEREO" + background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 2d6fd97f..92a68906 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -416,7 +416,7 @@ def generate_stereo_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( - background, scene["background_level"], loudness_format="STEREO" + background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal -- GitLab From bc8c4ee9506a1f352025e64a89b9ada80f76974e Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 25 Jul 2025 10:40:00 +0200 Subject: [PATCH 015/159] add comment about disabling error for padding ISM/MASA based inputs --- ivas_processing_scripts/processing/chains.py | 34 +++----------------- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index be94e7c0..6ee222dc 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -574,34 +574,10 @@ 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"): - isosba = input_format in [ - "ISM1SBA1", - "ISM1SBA2", - "ISM1SBA3", - "ISM2SBA1", - "ISM2SBA2", - "ISM2SBA3", - "ISM3SBA1", - "ISM3SBA2", - "ISM3SBA3", - "ISM4SBA1", - "ISM4SBA2", - "ISM4SBA3", - "ISM1PLANARSBA1", - "ISM1PLANARSBA2", - "ISM1PLANARSBA3", - "ISM2PLANARSBA1", - "ISM2PLANARSBA2", - "ISM2PLANARSBA3", - "ISM3PLANARSBA1", - "ISM3PLANARSBA2", - "ISM3PLANARSBA3", - "ISM4PLANARSBA1", - "ISM4PLANARSBA2", - "ISM4PLANARSBA3", - ] - if not isosba: - frame_alignment = "error" + 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 @@ -678,8 +654,6 @@ def validate_input_files(cfg: TestConfig): copyfile(item, aligned_output_dir / item.name) # Update audio file path in list cfg.items_list[i] = aligned_output_dir / item.name - else: - pass if frame_alignment == "padding": # copy over any metadata files -- GitLab From 884d79aa4e3cfa60ba6e48317f04c9f8fb073c4c Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Sun, 27 Jul 2025 14:55:06 +0200 Subject: [PATCH 016/159] add support for item generation in MASA format --- examples/ITEM_GENERATION_FOA.yml | 96 ++-- examples/ITEM_GENERATION_MASA.yml | 177 +++++++ examples/ITEM_GENERATION_OMASA.yml | 4 +- .../generation/__init__.py | 8 +- .../generation/generate_ismN_items.py | 2 +- .../generation/generate_masa_items.py | 484 ++++++++++++++++++ .../generation/generate_omasa_items.py | 4 +- .../generation/generate_osba_items.py | 4 +- .../generation/generate_sba_items.py | 4 +- .../generation/generate_stereo_items.py | 4 +- .../generation/process_ambi_items.py | 2 +- .../generation/process_ism1_items.py | 2 +- .../generation/process_ism2_items.py | 2 +- .../generation/process_stereo_items.py | 2 +- 14 files changed, 730 insertions(+), 65 deletions(-) create mode 100644 examples/ITEM_GENERATION_MASA.yml create mode 100644 ivas_processing_scripts/generation/generate_masa_items.py diff --git a/examples/ITEM_GENERATION_FOA.yml b/examples/ITEM_GENERATION_FOA.yml index 46cbe845..879735d4 100644 --- a/examples/ITEM_GENERATION_FOA.yml +++ b/examples/ITEM_GENERATION_FOA.yml @@ -114,57 +114,57 @@ scenes: 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 + "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] + "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] - # "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 + "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 + "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] + "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] - # "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] + "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] - # "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] + "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] diff --git a/examples/ITEM_GENERATION_MASA.yml b/examples/ITEM_GENERATION_MASA.yml new file mode 100644 index 00000000..958a69cb --- /dev/null +++ b/examples/ITEM_GENERATION_MASA.yml @@ -0,0 +1,177 @@ +--- +################################################ +# 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 (negative value delays the signal) +### 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 1f631f3f..942ad1c7 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 diff --git a/ivas_processing_scripts/generation/__init__.py b/ivas_processing_scripts/generation/__init__.py index 8a9dfb98..2035340e 100755 --- a/ivas_processing_scripts/generation/__init__.py +++ b/ivas_processing_scripts/generation/__init__.py @@ -40,6 +40,7 @@ from ivas_processing_scripts.constants import ( from ivas_processing_scripts.generation import ( config, generate_ismN_items, + generate_masa_items, generate_omasa_items, generate_osba_items, generate_sba_items, @@ -90,11 +91,14 @@ def main(args): elif any(fmt in cfg.format for fmt in ["FOA", "HOA2", "HOA3"]): # generate FOA/HOA2/HOA3 items according to scene description generate_sba_items.generate_sba_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 "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 "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) logger.handlers.clear() diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index bd92367e..adec1961 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -234,7 +234,7 @@ def generate_ismN_scene( else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift_in_seconds = source_shift source_shift = source_shift * cfg.fs if source_shift >= 0: 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 00000000..5ead6147 --- /dev/null +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -0,0 +1,484 @@ +#!/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 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 + 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 + + # convert shift from seconds to samples and ensure it is a multiple of 20ms + source_shift_in_seconds = source_shift + 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) + + # read the level + if "level" in scene.keys(): + level = ( + scene["level"][i] + if isinstance(scene["level"], list) + else scene["level"] + ) + 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 + y_int = audio.SceneBasedAudio(IR_fmt) + y_int.fs = cfg.fs + + # read source file + x = audio.fromfile("MONO", input_filename) + + # 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) + elif IR_fmt == "HOA2": + x = reverb_hoa2(x, IR) + elif IR_fmt == "HOA3": + x = reverb_hoa3(x, IR) + + # adjust the level of the FOA/HOA2/HOA3 signal + 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 + 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 + 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 + ) + + # adjust the length of the output signal + 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_int.audio) + duration = int( + np.floor(duration / frame_len) * frame_len + ) # ensure multiple of 20ms + 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(".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_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 603a3593..972ee69a 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -78,7 +78,7 @@ 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__: @@ -229,7 +229,7 @@ def generate_OMASA_scene( else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift_in_seconds = source_shift source_shift = source_shift * cfg.fs if source_shift >= 0: diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index d2a71777..156c3d2d 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -210,7 +210,7 @@ def generate_OSBA_scene( else scene["elevation"] ) - # read the overlap length + # read the shift time in seconds if "shift" in scene.keys(): source_shift = ( scene["shift"][i] @@ -220,7 +220,7 @@ def generate_OSBA_scene( else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift_in_seconds = source_shift source_shift = source_shift * cfg.fs if source_shift >= 0: diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index bdb40b1b..96b542d2 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -213,7 +213,7 @@ def generate_sba_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the overlap length + # read the shift time in seconds if "shift" in scene.keys(): source_shift = ( scene["shift"][i] @@ -223,7 +223,7 @@ def generate_sba_scene( else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift_in_seconds = source_shift source_shift = source_shift * cfg.fs if source_shift >= 0: diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 92a68906..bea865de 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -219,7 +219,7 @@ def generate_stereo_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the overlap length + # read the shift time in seconds if "shift" in scene.keys(): source_shift = ( scene["shift"][i] @@ -229,7 +229,7 @@ def generate_stereo_scene( else: source_shift = 0.0 - # convert overlap to samples and ensure it is a multiple of 20ms + # convert shift from seconds to samples and ensure it is a multiple of 20ms source_shift_in_seconds = source_shift source_shift = source_shift * cfg.fs if source_shift >= 0: diff --git a/ivas_processing_scripts/generation/process_ambi_items.py b/ivas_processing_scripts/generation/process_ambi_items.py index 913fdcc4..f2b8982e 100644 --- a/ivas_processing_scripts/generation/process_ambi_items.py +++ b/ivas_processing_scripts/generation/process_ambi_items.py @@ -191,7 +191,7 @@ def generate_ambi_scene( # extract the number of audio sources N_sources = len(np.atleast_1d(scene["source"])) - # read the overlap length + # read the shift time in seconds if "overlap" in scene.keys(): source_overlap = float(scene["overlap"]) else: diff --git a/ivas_processing_scripts/generation/process_ism1_items.py b/ivas_processing_scripts/generation/process_ism1_items.py index ac1f273e..2177f09b 100644 --- a/ivas_processing_scripts/generation/process_ism1_items.py +++ b/ivas_processing_scripts/generation/process_ism1_items.py @@ -168,7 +168,7 @@ def generate_ism1_scene( y = audio.ChannelBasedAudio("MONO") y_meta = None - # read the overlap length + # read the shift time in seconds if "overlap" in scene.keys(): source_overlap = float(scene["overlap"]) else: diff --git a/ivas_processing_scripts/generation/process_ism2_items.py b/ivas_processing_scripts/generation/process_ism2_items.py index e944ca2c..83bd59e4 100644 --- a/ivas_processing_scripts/generation/process_ism2_items.py +++ b/ivas_processing_scripts/generation/process_ism2_items.py @@ -168,7 +168,7 @@ def generate_ism2_scene( y = audio.ChannelBasedAudio("STEREO") y_meta = None - # read the overlap length + # read the shift time in seconds if "overlap" in scene.keys(): source_overlap = float(scene["overlap"]) else: diff --git a/ivas_processing_scripts/generation/process_stereo_items.py b/ivas_processing_scripts/generation/process_stereo_items.py index b4c17197..7d05de54 100644 --- a/ivas_processing_scripts/generation/process_stereo_items.py +++ b/ivas_processing_scripts/generation/process_stereo_items.py @@ -187,7 +187,7 @@ def generate_stereo_scene( # extract the number of audio sources N_sources = len(np.atleast_1d(scene["source"])) - # read the overlap length + # read the shift time in seconds if "overlap" in scene.keys(): source_overlap = float(scene["overlap"]) else: -- GitLab From 19619ed031254ccd40e422872b7e39509ca3bc3d Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Sun, 27 Jul 2025 14:57:30 +0200 Subject: [PATCH 017/159] fix formatting --- .../generation/generate_masa_items.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 5ead6147..65b29761 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -41,7 +41,11 @@ 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.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 @@ -327,9 +331,7 @@ def generate_MASA_scene( offset = source_shift else: # insert zeros to the new SBA source signal to shift it right - audioarray.trim( - x.audio, x.fs, limits=[delta_offset, 0], samples=True - ) + 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) @@ -449,7 +451,9 @@ def generate_MASA_scene( ): # 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") + 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 -- GitLab From fc5299ff77d9ed8ede4075f3b39bb5bc33a2c76f Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 28 Jul 2025 15:33:36 +0200 Subject: [PATCH 018/159] add per-item trajectory and render config search --- README.md | 11 +++++- examples/TEMPLATE.yml | 39 ++++++++++++------- ivas_processing_scripts/audiotools/audio.py | 1 - .../audiotools/convert/__init__.py | 2 +- ivas_processing_scripts/audiotools/utils.py | 29 ++++++++++++++ ivas_processing_scripts/processing/chains.py | 24 +++++++++++- ivas_processing_scripts/processing/ivas.py | 24 +++++++++++- .../processing/postprocessing.py | 16 ++++++++ 8 files changed, 126 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e508ad3a..02f00dde 100755 --- a/README.md +++ b/README.md @@ -435,6 +435,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: @@ -520,8 +527,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 ``` diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index 72fcd82c..6ad83e5a 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -290,6 +290,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 +346,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/ivas_processing_scripts/audiotools/audio.py b/ivas_processing_scripts/audiotools/audio.py index a38084d4..b7274546 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__}" diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index 691ca1da..d279c561 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -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/utils.py b/ivas_processing_scripts/audiotools/utils.py index 1233f949..610d5d9f 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,30 @@ 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/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 6ee222dc..1d08a7cd 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -38,6 +38,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 @@ -431,6 +432,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.output_path if render_config else None + ivas_cls = IVAS if cond_cfg["type"] == "ivas_combined": ivas_cls = IVASCombined @@ -447,6 +457,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, @@ -515,6 +530,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 +548,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, diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 22f285cb..8bf668bb 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -39,6 +39,7 @@ 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.constants import IVAS_FRAME_LEN_MS +from ivas_processing_scripts.audiotools.utils import truncate_trajectory_3dof from ivas_processing_scripts.audiotools.wrappers.eid_xor import ( create_and_apply_error_pattern, validate_error_pattern_application, @@ -290,9 +291,30 @@ 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]) + # add -voip cmdline option to the decoder if voip: cmd.extend( diff --git a/ivas_processing_scripts/processing/postprocessing.py b/ivas_processing_scripts/processing/postprocessing.py index a440518a..b7a47002 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__ ) -- GitLab From 7c5744d9968c9be37930126709350330d45fc6ae Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 28 Jul 2025 15:35:01 +0200 Subject: [PATCH 019/159] formatting --- ivas_processing_scripts/audiotools/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/utils.py b/ivas_processing_scripts/audiotools/utils.py index 610d5d9f..c8c5e94f 100755 --- a/ivas_processing_scripts/audiotools/utils.py +++ b/ivas_processing_scripts/audiotools/utils.py @@ -90,7 +90,6 @@ def truncate_trajectory_3dof( in_file: Path, out_file: Path, ) -> None: - data = np.genfromtxt(in_file, delimiter=",") data = data[:, :4] -- GitLab From 7726611e54ec690d8e942d70e241609ddce11a41 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 29 Jul 2025 17:55:21 +0200 Subject: [PATCH 020/159] rename function related to metadata only to avoid confusion --- ivas_processing_scripts/audiotools/metadata.py | 4 ++-- ivas_processing_scripts/processing/preprocessing_2.py | 4 ++-- ivas_processing_scripts/processing/processing.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 6eb1199a..89ec0dbe 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -376,7 +376,7 @@ 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_metadata_preamble(concat_meta_all_obj, preamble) write_ISM_metadata_in_file(concat_meta_all_obj, out_file) @@ -621,7 +621,7 @@ def metadata_search_MASA( return list_meta -def add_remove_preamble( +def add_remove_metadata_preamble( metadata, preamble, add: Optional[bool] = True, diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index 646dc3cb..cce42bbf 100644 --- a/ivas_processing_scripts/processing/preprocessing_2.py +++ b/ivas_processing_scripts/processing/preprocessing_2.py @@ -40,7 +40,7 @@ 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_remove_metadata_preamble, write_ISM_metadata_in_file, ) from ivas_processing_scripts.audiotools.wrappers.bs1770 import ( @@ -83,7 +83,7 @@ class Preprocessing2(Processing): metadata = audio_object.object_pos # add preamble - metadata = add_remove_preamble(metadata, preamble) + metadata = add_remove_metadata_preamble(metadata, preamble) # repeat signal if self.repeat_signal: diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index ca4c6940..e86d6eae 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -49,7 +49,7 @@ 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, + add_remove_metadata_preamble, concat_meta_from_file, ) from ivas_processing_scripts.constants import LOGGER_DATEFMT, LOGGER_FORMAT @@ -604,7 +604,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_metadata_preamble(meta, preamble_len_ms, add=False) # cut first half of signal if repeat_signal: -- GitLab From 94506ae5138f6fbfab16a3b160a19b799fb70f41 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 29 Jul 2025 17:56:05 +0200 Subject: [PATCH 021/159] [fix] typos in TEMPLATE.yml --- examples/TEMPLATE.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index 72fcd82c..6248a888 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: @@ -154,7 +154,7 @@ input: ### REQUIRED: either error_pattern (and errpatt_late_loss_rate or errpatt_delay) 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 -- GitLab From ddd3ae98e5a1ce5d908aa4f7d8427a6ada6b21a6 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 29 Jul 2025 17:58:15 +0200 Subject: [PATCH 022/159] [fix] refactor tracefile processing and correctly undo repeat_signal and preamble for JBM conditions --- .../processing/processing.py | 87 +++++++------------ .../processing_splitting_scaling.py | 29 ++++--- ivas_processing_scripts/processing/tx.py | 56 ++++++++++++ 3 files changed, 104 insertions(+), 68 deletions(-) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index e86d6eae..60282a8d 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -34,10 +34,8 @@ 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 @@ -202,7 +200,17 @@ 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, + ivas_jbm, + repeat_signal, + preamble, + logger: logging.Logger, ): if splits is None: raise ValueError("Splitting not possible without split marker") @@ -213,7 +221,7 @@ def concat_teardown( if (out_fmt.startswith("ISM") or out_fmt.startswith("MASA")) and ivas_jbm: 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: @@ -228,59 +236,28 @@ def concat_teardown( 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): diff --git a/ivas_processing_scripts/processing/processing_splitting_scaling.py b/ivas_processing_scripts/processing/processing_splitting_scaling.py index 2280f203..597e256a 100644 --- a/ivas_processing_scripts/processing/processing_splitting_scaling.py +++ b/ivas_processing_scripts/processing/processing_splitting_scaling.py @@ -203,8 +203,17 @@ class Processing_splitting_scaling(Processing): def revert_preamble_concatenation( self, x, fs, in_file, out_file, in_meta, noerror=False, logger=None ): + if self.ivas_jbm and not noerror: + # 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 self.ivas_jbm and (self.preamble or self.repeat_signal): x, in_meta = remove_preamble( x, self.out_fmt, @@ -215,7 +224,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,15 +233,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: @@ -248,8 +248,10 @@ class Processing_splitting_scaling(Processing): fs, split_fs, in_meta, - tracefile_info, + tracefile_data, ivas_jbm_splitting_flag, + self.repeat_signal, + self.preamble, logger, ) @@ -311,8 +313,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 e8f3f954..3ec929cb 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 @@ -70,3 +74,55 @@ def get_tx_cfg(cfg: TestConfig, cond_cfg: dict, is_EVS: bool = False) -> Optiona 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 -- GitLab From 6a473f304864c4b00bfe58dc1963ec39bea2ba68 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 29 Jul 2025 17:59:22 +0200 Subject: [PATCH 023/159] [fix] multiprocessing setting in config not respected in some processing stages --- ivas_processing_scripts/__init__.py | 30 ++----------- .../processing/processing.py | 42 +++---------------- 2 files changed, 9 insertions(+), 63 deletions(-) diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index f36bdc9a..a462d3b4 100755 --- a/ivas_processing_scripts/__init__.py +++ b/ivas_processing_scripts/__init__.py @@ -190,33 +190,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/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 60282a8d..90e2767c 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -52,11 +52,11 @@ from ivas_processing_scripts.audiotools.metadata import ( ) 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 ( + apply_func_parallel, list_audio, pairwise, - progressbar_update, - spinner, ) @@ -323,25 +323,10 @@ 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.out_dirs[0], select_list=getattr(cfg, "input_select", None) @@ -419,25 +404,10 @@ 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.out_dirs[0], select_list=getattr(cfg, "input_select", None) -- GitLab From 4a753ea65814bec794d38ff9abbc133084d25796 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 29 Jul 2025 18:01:39 +0200 Subject: [PATCH 024/159] formatting + remove unused variables --- ivas_processing_scripts/audiotools/metadata.py | 4 +++- .../processing/processing.py | 17 +---------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 89ec0dbe..8bcd4662 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -376,7 +376,9 @@ def concat_meta_from_file( # add preamble if preamble: - concat_meta_all_obj = add_remove_metadata_preamble(concat_meta_all_obj, preamble) + concat_meta_all_obj = add_remove_metadata_preamble( + concat_meta_all_obj, preamble + ) write_ISM_metadata_in_file(concat_meta_all_obj, out_file) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 90e2767c..51380988 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -31,7 +31,6 @@ # import logging -import sys from abc import ABC, abstractmethod from itertools import repeat from pathlib import Path @@ -39,8 +38,6 @@ from shutil import copyfile 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 @@ -53,11 +50,7 @@ from ivas_processing_scripts.audiotools.metadata import ( 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 ( - apply_func_parallel, - list_audio, - pairwise, -) +from ivas_processing_scripts.utils import apply_func_parallel, list_audio, pairwise class Processing(ABC): @@ -308,10 +301,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( @@ -389,10 +378,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( -- GitLab From 09f530de8975e0119ad71ba2257915e6d96538f1 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 31 Jul 2025 11:30:57 +0200 Subject: [PATCH 025/159] lint + format --- ivas_processing_scripts/__init__.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index a462d3b4..a457eb5e 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): -- GitLab From a346766fffa46a31939226b0ed76fbe51021827b Mon Sep 17 00:00:00 2001 From: Eleni Fotopoulou Date: Thu, 31 Jul 2025 17:07:45 +0200 Subject: [PATCH 026/159] fix for preventin MASA generation scripts being called when format is OMASA --- ivas_processing_scripts/generation/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/generation/__init__.py b/ivas_processing_scripts/generation/__init__.py index 2035340e..1a5c313d 100755 --- a/ivas_processing_scripts/generation/__init__.py +++ b/ivas_processing_scripts/generation/__init__.py @@ -91,12 +91,12 @@ def main(args): elif any(fmt in cfg.format for fmt in ["FOA", "HOA2", "HOA3"]): # generate FOA/HOA2/HOA3 items according to scene description generate_sba_items.generate_sba_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 "OMASA" in cfg.format: # 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/HOA2/HOA3 and MONO items according to scene description generate_osba_items.generate_osba_items(cfg, logger) -- GitLab From f63b6a6246bd1530555ebecec546e2cd54495a3f Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Mon, 4 Aug 2025 14:28:52 +0200 Subject: [PATCH 027/159] support for MC format --- examples/ITEM_GENERATION_5_1_4.yml | 177 +++++++ .../generation/__init__.py | 5 + .../generation/generate_mc_items.py | 484 ++++++++++++++++++ 3 files changed, 666 insertions(+) create mode 100644 examples/ITEM_GENERATION_5_1_4.yml create mode 100644 ivas_processing_scripts/generation/generate_mc_items.py diff --git a/examples/ITEM_GENERATION_5_1_4.yml b/examples/ITEM_GENERATION_5_1_4.yml new file mode 100644 index 00000000..4670d197 --- /dev/null +++ b/examples/ITEM_GENERATION_5_1_4.yml @@ -0,0 +1,177 @@ +--- +################################################ +# 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 (negative value delays the signal) +### 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/ivas_processing_scripts/generation/__init__.py b/ivas_processing_scripts/generation/__init__.py index 1a5c313d..f544deaa 100755 --- a/ivas_processing_scripts/generation/__init__.py +++ b/ivas_processing_scripts/generation/__init__.py @@ -32,6 +32,7 @@ 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, @@ -44,6 +45,7 @@ from ivas_processing_scripts.generation import ( generate_omasa_items, generate_osba_items, generate_sba_items, + generate_mc_items, generate_stereo_items, ) @@ -100,5 +102,8 @@ def main(args): elif "OSBA" in cfg.format: # 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_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py new file mode 100644 index 00000000..8bd34ef7 --- /dev/null +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -0,0 +1,484 @@ +#!/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 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.masa import convert_masa +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 + 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 + + # convert shift from seconds to samples and ensure it is a multiple of 20ms + source_shift_in_seconds = source_shift + 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) + + # read the level + if "level" in scene.keys(): + level = ( + scene["level"][i] + if isinstance(scene["level"], list) + else scene["level"] + ) + 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) + y_int = audio.SceneBasedAudio(IR_fmt) + y_int.fs = cfg.fs + + # read source file + x = audio.fromfile("MONO", input_filename) + + # 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) + elif IR_fmt == "HOA2": + x = reverb_hoa2(x, IR) + elif IR_fmt == "HOA3": + x = reverb_hoa3(x, IR) + + # adjust the level of the FOA/HOA2/HOA3 signal + 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 + 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 + 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 + ) + + # adjust the length of the output signal + 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_int.audio) + duration = int( + np.floor(duration / frame_len) * frame_len + ) # ensure multiple of 20ms + 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, + ) -- GitLab From 8f0aa2f4dc90821c73d219b3247174030225fa3b Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Tue, 5 Aug 2025 10:59:40 +0200 Subject: [PATCH 028/159] fix formatting --- ivas_processing_scripts/generation/__init__.py | 12 +++++++++--- .../generation/generate_mc_items.py | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/generation/__init__.py b/ivas_processing_scripts/generation/__init__.py index f544deaa..58c75189 100755 --- a/ivas_processing_scripts/generation/__init__.py +++ b/ivas_processing_scripts/generation/__init__.py @@ -32,7 +32,10 @@ import logging -from ivas_processing_scripts.audiotools.constants import CHANNEL_BASED_AUDIO_ALTNAMES, CHANNEL_BASED_AUDIO_FORMATS +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, @@ -42,10 +45,10 @@ 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, - generate_mc_items, generate_stereo_items, ) @@ -102,7 +105,10 @@ def main(args): elif "OSBA" in cfg.format: # 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(): + 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) diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index 8bd34ef7..c58055b8 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -38,7 +38,9 @@ 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.channelbased import ( + render_cba_to_binaural, +) from ivas_processing_scripts.audiotools.convert.masa import convert_masa from ivas_processing_scripts.audiotools.convert.scenebased import render_sba_to_cba from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm -- GitLab From c7b33450ce7c38a894e796db8afe6ebf8d8706e9 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Tue, 5 Aug 2025 11:09:25 +0200 Subject: [PATCH 029/159] cleanup --- ivas_processing_scripts/generation/generate_mc_items.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index c58055b8..bac49e0c 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -41,7 +41,6 @@ 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.masa import convert_masa 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 ( -- GitLab From 5390e1d03f7a47fe4a1ba0f79b8f1c504826a46a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 7 Aug 2025 13:10:10 +0200 Subject: [PATCH 030/159] [fix] wrong path for render config search --- ivas_processing_scripts/processing/chains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 1d08a7cd..aeaaa11f 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -439,7 +439,7 @@ def get_processing_chain( # check if render config search is enabled render_config = dec_cfg.get("render_config") - render_config_dir = cfg.output_path if render_config else None + render_config_dir = cfg.input_path if render_config else None ivas_cls = IVAS if cond_cfg["type"] == "ivas_combined": -- GitLab From c9a51347121b5f4f61058e820cccb7de3f0a879e Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 7 Aug 2025 15:38:16 +0200 Subject: [PATCH 031/159] [fix] missing support in IVAS_rend for trajectory and render_config --- ivas_processing_scripts/processing/chains.py | 15 ++++++++++++ ivas_processing_scripts/processing/ivas.py | 24 ++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index aeaaa11f..2ecac3da 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -482,6 +482,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( { @@ -490,6 +500,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, } ) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 8bf668bb..6a5f23d4 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -471,6 +471,30 @@ 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]) + cmd.extend( [ "-fs", -- GitLab From 5f518d6d41f918896f0eab7de8fb675dca10c674 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 11:28:48 +0200 Subject: [PATCH 032/159] fix incorrect initialization of intermediate SBA object --- .../generation/generate_masa_items.py | 12 +++++++----- .../generation/generate_mc_items.py | 10 ++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 65b29761..4936f8d5 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -208,6 +208,7 @@ def generate_MASA_scene( # repeat for all source files offset = 0 + y_int = None for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -269,9 +270,10 @@ def generate_MASA_scene( ) sys.exit(-1) - # initialize intermediate SBA object - y_int = audio.SceneBasedAudio(IR_fmt) - y_int.fs = cfg.fs + # 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) @@ -325,13 +327,13 @@ def generate_MASA_scene( delta_offset = source_shift - offset if delta_offset > 0: # insert zeros to the output SBA signal to shift it right - audioarray.trim( + 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 - audioarray.trim(x.audio, x.fs, limits=[delta_offset, 0], samples=True) + 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) diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index bac49e0c..e3e85b22 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -208,6 +208,7 @@ def generate_MC_scene( # repeat for all source files offset = 0 + y_int = None for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -270,8 +271,9 @@ def generate_MC_scene( sys.exit(-1) # initialize intermediate SBA object (based on the format of the IR file) - y_int = audio.SceneBasedAudio(IR_fmt) - y_int.fs = cfg.fs + 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) @@ -325,13 +327,13 @@ def generate_MC_scene( delta_offset = source_shift - offset if delta_offset > 0: # insert zeros to the output SBA signal to shift it right - audioarray.trim( + 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 - audioarray.trim(x.audio, x.fs, limits=[delta_offset, 0], samples=True) + 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) -- GitLab From de484f9d4bd764c5f286d4d57d395336e430b069 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 13:20:44 +0200 Subject: [PATCH 033/159] fix formatting --- ivas_processing_scripts/generation/generate_masa_items.py | 4 +++- ivas_processing_scripts/generation/generate_mc_items.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 4936f8d5..9d71d7c4 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -333,7 +333,9 @@ def generate_MASA_scene( 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) + 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) diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index e3e85b22..2b2da206 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -333,7 +333,9 @@ def generate_MC_scene( 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) + 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) -- GitLab From f886347b08b5dd1c020ed0279b6fc494c23288b4 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 15:07:55 +0200 Subject: [PATCH 034/159] add mode parameter to reverb() --- .../audiotools/wrappers/reverb.py | 28 +++++++++++++++---- .../generation/generate_masa_items.py | 6 ++-- .../generation/generate_mc_items.py | 6 ++-- .../generation/generate_sba_items.py | 6 ++-- .../generation/generate_stereo_items.py | 2 +- 5 files changed, 33 insertions(+), 15 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index bfbe39eb..10592259 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") diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 9d71d7c4..57ab3cbd 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -292,11 +292,11 @@ def generate_MASA_scene( # 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) + x = reverb_foa(x, IR, mode=None) elif IR_fmt == "HOA2": - x = reverb_hoa2(x, IR) + x = reverb_hoa2(x, IR, mode=None) elif IR_fmt == "HOA3": - x = reverb_hoa3(x, IR) + x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index 2b2da206..1b627e73 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -292,11 +292,11 @@ def generate_MC_scene( # 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) + x = reverb_foa(x, IR, mode=None) elif IR_fmt == "HOA2": - x = reverb_hoa2(x, IR) + x = reverb_hoa2(x, IR, mode=None) elif IR_fmt == "HOA3": - x = reverb_hoa3(x, IR) + x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 96b542d2..feadf510 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -262,11 +262,11 @@ def generate_sba_scene( # 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) + x = reverb_foa(x, IR, mode=None) elif cfg.format == "HOA2": - x = reverb_hoa2(x, IR) + x = reverb_hoa2(x, IR, mode=None) elif cfg.format == "HOA3": - x = reverb_hoa3(x, IR) + x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index bea865de..2cd80fe5 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -267,7 +267,7 @@ def generate_stereo_scene( IR = audio.fromfile("STEREO", IR_filename) # 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") -- GitLab From 9f6d28e83c934bdaf7916f82d52c65944d034445 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 15:08:46 +0200 Subject: [PATCH 035/159] remove obsolete files --- .../generation/process_ambi_items.py | 353 ---------------- .../generation/process_ism1_items.py | 356 ---------------- .../generation/process_ism2_items.py | 400 ------------------ .../generation/process_stereo_items.py | 327 -------------- 4 files changed, 1436 deletions(-) delete mode 100644 ivas_processing_scripts/generation/process_ambi_items.py delete mode 100644 ivas_processing_scripts/generation/process_ism1_items.py delete mode 100644 ivas_processing_scripts/generation/process_ism2_items.py delete mode 100644 ivas_processing_scripts/generation/process_stereo_items.py 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 f2b8982e..00000000 --- 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 shift time in seconds - 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 2177f09b..00000000 --- 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 shift time in seconds - 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 83bd59e4..00000000 --- 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 shift time in seconds - 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 7d05de54..00000000 --- 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 shift time in seconds - 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, - ) -- GitLab From dc47930ebc344c17ac883f9d0520719f9e8517ae Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 15:41:06 +0200 Subject: [PATCH 036/159] support mode in reverb_foa() --- .../audiotools/wrappers/reverb.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index 10592259..f8fcfaa5 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -215,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 @@ -227,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 ------- @@ -264,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") -- GitLab From e9477ed1db1ab39875027ced6290b39eb761baa4 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 20:29:23 +0200 Subject: [PATCH 037/159] allow -inf, n/a, ... to be used to avoid level normalization --- .../generation/generate_ismN_items.py | 37 ++++++++++++++++--- .../generation/generate_masa_items.py | 28 +++++++++++++- .../generation/generate_mc_items.py | 28 +++++++++++++- .../generation/generate_omasa_items.py | 32 ++++++++++++++-- .../generation/generate_osba_items.py | 32 ++++++++++++++-- .../generation/generate_sba_items.py | 29 ++++++++++++++- .../generation/generate_stereo_items.py | 29 ++++++++++++++- 7 files changed, 200 insertions(+), 15 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index adec1961..35e1102a 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -32,6 +32,7 @@ import logging from itertools import groupby, repeat from pathlib import Path +import sys import numpy as np @@ -249,6 +250,25 @@ 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 @@ -270,11 +290,18 @@ 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: diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 57ab3cbd..7d5676c0 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -247,6 +247,25 @@ def generate_MASA_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 @@ -299,7 +318,14 @@ def generate_MASA_scene( x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + 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: diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index 1b627e73..ac0775ce 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -247,6 +247,25 @@ def generate_MC_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 @@ -299,7 +318,14 @@ def generate_MC_scene( x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + 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: diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 972ee69a..cff89937 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -244,6 +244,25 @@ 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 @@ -284,10 +303,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 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="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: diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 156c3d2d..c9378505 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -235,6 +235,25 @@ 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 @@ -275,10 +294,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 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="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: diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index feadf510..a3d8d3c8 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -33,6 +33,7 @@ import logging from itertools import groupby, repeat from pathlib import Path +import sys import numpy as np @@ -238,6 +239,25 @@ 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 @@ -269,7 +289,14 @@ def generate_sba_scene( x = reverb_hoa3(x, IR, mode=None) # adjust the level of the FOA/HOA2/HOA3 signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + 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: diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 2cd80fe5..b43e7fc7 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -34,6 +34,7 @@ import logging import os from itertools import groupby, repeat from pathlib import Path +import sys import numpy as np @@ -244,6 +245,25 @@ 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 @@ -270,7 +290,14 @@ def generate_stereo_scene( x = reverb_stereo(x, IR, mode=None) # adjust the level of the STEREO signal - x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") + 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: -- GitLab From d8876df9b057b4626e8502eb57e272ef95cca38d Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Fri, 8 Aug 2025 20:33:00 +0200 Subject: [PATCH 038/159] fix formatting --- .../generation/generate_ismN_items.py | 10 +++++----- .../generation/generate_masa_items.py | 4 +--- .../generation/generate_mc_items.py | 4 +--- .../generation/generate_omasa_items.py | 4 +--- .../generation/generate_osba_items.py | 4 +--- .../generation/generate_sba_items.py | 6 ++---- .../generation/generate_stereo_items.py | 6 ++---- 7 files changed, 13 insertions(+), 25 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 35e1102a..a19acd6e 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -30,9 +30,9 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # import logging +import sys from itertools import groupby, repeat from pathlib import Path -import sys import numpy as np @@ -262,9 +262,7 @@ def generate_ismN_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 @@ -297,7 +295,9 @@ def generate_ismN_scene( # 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.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") diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 7d5676c0..7a0e020c 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -259,9 +259,7 @@ def generate_MASA_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index ac0775ce..29e6b661 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -259,9 +259,7 @@ def generate_MC_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index cff89937..13fc3470 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -256,9 +256,7 @@ def generate_OMASA_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index c9378505..29ff66a7 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -247,9 +247,7 @@ def generate_OSBA_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index a3d8d3c8..4f95bf98 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -31,9 +31,9 @@ # import logging +import sys from itertools import groupby, repeat from pathlib import Path -import sys import numpy as np @@ -251,9 +251,7 @@ def generate_sba_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index b43e7fc7..8b616e64 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -32,9 +32,9 @@ import logging import os +import sys from itertools import groupby, repeat from pathlib import Path -import sys import numpy as np @@ -257,9 +257,7 @@ def generate_stereo_scene( try: level = float(level) except ValueError: - logger.error( - f"Error: Level {level} is not a valid entry!" - ) + 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 -- GitLab From 4651439f24993edb5562257d94cea3af5e296fb5 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Sat, 9 Aug 2025 18:09:07 +0200 Subject: [PATCH 039/159] fix OMASA item generation --- .../audiotools/convert/osba.py | 18 ++-- .../audiotools/convert/scenebased.py | 11 ++ .../generation/generate_ismN_items.py | 8 +- .../generation/generate_masa_items.py | 8 +- .../generation/generate_mc_items.py | 8 +- .../generation/generate_omasa_items.py | 102 +++++++++--------- .../generation/generate_osba_items.py | 8 +- .../generation/generate_sba_items.py | 8 +- .../generation/generate_stereo_items.py | 8 +- 9 files changed, 96 insertions(+), 83 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/osba.py b/ivas_processing_scripts/audiotools/convert/osba.py index 3fdd582c..28d738ec 100644 --- a/ivas_processing_scripts/audiotools/convert/osba.py +++ b/ivas_processing_scripts/audiotools/convert/osba.py @@ -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 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 4930526b..1749a987 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/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index a19acd6e..489dbea4 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -288,12 +288,12 @@ def generate_ismN_scene( x.fs = cfg.fs # adjust the level of the audio source file (need to convert to MONO first) - if np.isinf(level): - # set all channels to zero - x.audio = np.zeros_like(x.audio) - elif level is None: + 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_temp = audio.ChannelBasedAudio( "MONO" diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 7a0e020c..7a425823 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -316,12 +316,12 @@ def generate_MASA_scene( 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: + 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") diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index 29e6b661..df1b1645 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -316,12 +316,12 @@ def generate_MC_scene( 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: + 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") diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 13fc3470..75c5579a 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -39,7 +39,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,13 +67,6 @@ 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, @@ -183,6 +176,7 @@ 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) @@ -278,16 +272,29 @@ 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) @@ -301,12 +308,12 @@ def generate_OMASA_scene( x.fs = cfg.fs # adjust the level of the source file - if np.isinf(level): - # set all channels to zero - x.audio = np.zeros_like(x.audio) - elif level is None: + 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: if fmt in ["FOA", "HOA2", "HOA3"]: x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") @@ -325,18 +332,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 @@ -413,49 +410,42 @@ 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() - - 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() + # 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 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) + # 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) # 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( + y_int.metadata_files.insert( i - 1, str(output_filename.with_suffix(f".{i - 1}.csv")) ) @@ -471,14 +461,14 @@ 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 if "duration" in cfg.__dict__: @@ -486,28 +476,34 @@ def generate_OMASA_scene( duration = int(cfg.duration * cfg.fs) # convert to samples else: # do not change the length of the audio signal - duration = len(y.audio) + duration = len(y_int.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) + 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} LKFS") - y.audio, _ = loudness_norm(y, cfg.loudness, loudness_format="BINAURAL") + 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(".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 29ff66a7..dd8f5b5d 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -292,12 +292,12 @@ def generate_OSBA_scene( x.fs = cfg.fs # adjust the level of the source file - if np.isinf(level): - # set all channels to zero - x.audio = np.zeros_like(x.audio) - elif level is None: + 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: if fmt in ["FOA", "HOA2", "HOA3"]: x.audio, _ = loudness_norm(x, level, loudness_format="STEREO") diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 4f95bf98..28fbabab 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -287,12 +287,12 @@ def generate_sba_scene( 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: + 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") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 8b616e64..a0d99f90 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -288,12 +288,12 @@ def generate_stereo_scene( x = reverb_stereo(x, IR, mode=None) # adjust the level of the STEREO signal - if np.isinf(level): - # set all channels to zero - x.audio = np.zeros_like(x.audio) - elif level is None: + 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") -- GitLab From bd60be090610ee4c4721bf75976f9e59739a41a9 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Sat, 9 Aug 2025 18:16:21 +0200 Subject: [PATCH 040/159] fix formatting --- ivas_processing_scripts/generation/generate_omasa_items.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 75c5579a..93f00305 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -288,7 +288,9 @@ def generate_OMASA_scene( # 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!") + 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}" -- GitLab From 63c54ecf94d11e3661c6580a7d3d3f2f10147725 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Sun, 10 Aug 2025 14:37:06 +0200 Subject: [PATCH 041/159] forgot to add mode parameter to reverb_hoa3(), ... --- ivas_processing_scripts/audiotools/wrappers/reverb.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index f8fcfaa5..57f4cd6e 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -285,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 @@ -322,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, modee=mode)) # combine into HOA2 output y = audio.fromtype("HOA2") @@ -336,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 @@ -373,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") -- GitLab From af01ceeb2714cd42f2bfa244bf987b63398469b6 Mon Sep 17 00:00:00 2001 From: malenovsky Date: Mon, 11 Aug 2025 12:56:56 +0200 Subject: [PATCH 042/159] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Archit Tamarapu --- ivas_processing_scripts/audiotools/convert/osba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/convert/osba.py b/ivas_processing_scripts/audiotools/convert/osba.py index 28d738ec..76cead88 100644 --- a/ivas_processing_scripts/audiotools/convert/osba.py +++ b/ivas_processing_scripts/audiotools/convert/osba.py @@ -130,7 +130,7 @@ def convert_osba( # only render SBA part to MASA out_masa = audio.fromtype(out.name[4:]) - if out.metadata_files[-1].endswith(".met"): + 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) -- GitLab From 73a29eb997b576d4b1364b4092c48e0f67e11918 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Mon, 11 Aug 2025 16:22:45 +0200 Subject: [PATCH 043/159] fix the duration parameter - only trim if duration is exceeded --- .../generation/generate_ismN_items.py | 18 +++++------ .../generation/generate_masa_items.py | 30 +++++++++---------- .../generation/generate_mc_items.py | 22 +++++++------- .../generation/generate_omasa_items.py | 13 +++++++- .../generation/generate_osba_items.py | 20 ++++++------- .../generation/generate_sba_items.py | 22 +++++++------- .../generation/generate_stereo_items.py | 22 +++++++------- 7 files changed, 72 insertions(+), 75 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 489dbea4..551058c7 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -443,18 +443,14 @@ 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 such 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, duration], samples=True) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 7a425823..6b40da78 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -316,12 +316,12 @@ def generate_MASA_scene( 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): + 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") @@ -393,21 +393,19 @@ def generate_MASA_scene( y_int.audio, y_int.fs, limits=[-preamble, -postamble], samples=True ) - # 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_int.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - 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 + # 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") diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index df1b1645..daacf2d8 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -393,21 +393,19 @@ def generate_MC_scene( y_int.audio, y_int.fs, limits=[-preamble, -postamble], samples=True ) - # 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_int.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - 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 + # 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") diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 93f00305..2ca92195 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -472,8 +472,9 @@ def generate_OMASA_scene( noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") y_int.audio += noise - # adjust the length of the output signal + # trim the output signal such if the total duration exceeds X seconds if "duration" in cfg.__dict__: +<<<<<<< Updated upstream # trim the output signal such that the total duration is X seconds duration = int(cfg.duration * cfg.fs) # convert to samples else: @@ -484,6 +485,16 @@ def generate_OMASA_scene( ) # ensure multiple of 20ms if len(y_int.audio) != duration: metadata.trim_meta(y_int, limits=[0, len(y_int.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) +>>>>>>> Stashed changes # adjust the loudness of the output signal if "loudness" in cfg.__dict__: diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index dd8f5b5d..67e493b5 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -458,18 +458,16 @@ 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__: diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 28fbabab..f40ba9d8 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -364,21 +364,19 @@ def generate_sba_scene( y.audio, y.fs, limits=[-preamble, -postamble], samples=True ) - # 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} LKFS") diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index a0d99f90..6bf1e95e 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -365,21 +365,19 @@ def generate_stereo_scene( y.audio, y.fs, limits=[-preamble, -postamble], samples=True ) - # 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} LKFS") -- GitLab From 93d4dbfed845607d10b5aec936578119636e7142 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Tue, 12 Aug 2025 14:07:34 +0200 Subject: [PATCH 044/159] support for X(i_ref) notation to allow specifying overlap between items --- .../generation/generate_ismN_items.py | 46 +++++++++++---- .../generation/generate_masa_items.py | 57 +++++++++++++++---- .../generation/generate_mc_items.py | 36 +++++++++--- .../generation/generate_omasa_items.py | 53 ++++++++++------- .../generation/generate_osba_items.py | 36 +++++++++--- .../generation/generate_sba_items.py | 36 +++++++++--- .../generation/generate_stereo_items.py | 36 +++++++++--- 7 files changed, 228 insertions(+), 72 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 551058c7..f57f58c3 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -30,6 +30,7 @@ # 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 @@ -196,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 = ( @@ -232,16 +234,33 @@ 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 shift from seconds to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift 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(): @@ -278,6 +297,9 @@ def generate_ismN_scene( 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( @@ -288,12 +310,12 @@ def generate_ismN_scene( x.fs = cfg.fs # adjust the level of the audio source file (need to convert to MONO first) - 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): + 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" @@ -391,21 +413,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) @@ -443,14 +465,14 @@ def generate_ismN_scene( noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") y.audio += noise - # trim the output signal such if the total duration exceeds X seconds + # 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.audio) > duration: - metadata.trim_meta(y, limits=[0, duration], samples=True) + metadata.trim_meta(y, limits=[0, len(y.audio) - duration], samples=True) # adjust the loudness of the output signal if "loudness" in cfg.__dict__: diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 6b40da78..6ddac870 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -31,6 +31,7 @@ # import logging +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -209,6 +210,7 @@ def generate_MASA_scene( # 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 = ( @@ -232,13 +234,44 @@ def generate_MASA_scene( 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_in_seconds = source_shift 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(): @@ -295,6 +328,9 @@ def generate_MASA_scene( # 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( @@ -339,26 +375,26 @@ def generate_MASA_scene( # this is the first SBA source signal y_int.audio = x.audio.copy() - if source_shift < 0: + 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 + 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: + 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 + 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 + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal @@ -396,14 +432,15 @@ def generate_MASA_scene( # 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 - ) + 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 + y_int.audio, + y_int.fs, + limits=[0, len(y_int.audio) - duration], + samples=True, ) # adjust the loudness of the output signal diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index daacf2d8..a37a3710 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -31,6 +31,7 @@ # import logging +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -209,6 +210,7 @@ def generate_MC_scene( # 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 = ( @@ -222,23 +224,40 @@ def generate_MC_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the shift time in seconds + # 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_in_seconds = source_shift 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(): @@ -295,6 +314,9 @@ def generate_MC_scene( # 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( @@ -339,26 +361,26 @@ def generate_MC_scene( # this is the first SBA source signal y_int.audio = x.audio.copy() - if source_shift < 0: + 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 + 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: + 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 + 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 + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 2ca92195..73831922 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 @@ -183,6 +184,7 @@ def generate_OMASA_scene( # repeat for all source files offset = 0 + end_position = [] for i in range(N_inputs): # parse parameters from the scene description source_file = ( @@ -220,16 +222,33 @@ 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 shift from seconds to samples and ensure it is a multiple of 20ms - source_shift_in_seconds = source_shift 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(): @@ -300,6 +319,9 @@ def generate_OMASA_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( @@ -417,21 +439,21 @@ def generate_OMASA_scene( # 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 source_shift < 0: + if source_shift > 0: # insert zeros to the new audio source signal to shift it right - metadata.trim_meta(y_int, 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: + 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) + 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_int.audio) @@ -472,29 +494,16 @@ def generate_OMASA_scene( noise = np.random.randint(low=-4, high=5, size=y.audio.shape).astype("float") y_int.audio += noise - # trim the output signal such if the total duration exceeds X seconds + # trim the output signal if the total duration exceeds X seconds if "duration" in cfg.__dict__: -<<<<<<< Updated upstream - # 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_int.audio) - duration = int( - np.floor(duration / frame_len) * frame_len - ) # ensure multiple of 20ms - if len(y_int.audio) != duration: - metadata.trim_meta(y_int, limits=[0, len(y_int.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) ->>>>>>> Stashed changes + 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__: diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 67e493b5..64921b7d 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,40 @@ def generate_OSBA_scene( else scene["elevation"] ) - # read the shift time in seconds + # 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_in_seconds = source_shift 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(): @@ -282,6 +301,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( @@ -403,21 +425,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) diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index f40ba9d8..36c8b828 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -31,6 +31,7 @@ # import logging +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -201,6 +202,7 @@ 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 = ( @@ -214,23 +216,40 @@ def generate_sba_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the shift time in seconds + # 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_in_seconds = source_shift 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(): @@ -266,6 +285,9 @@ def generate_sba_scene( # 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( @@ -310,26 +332,26 @@ def generate_sba_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_meta( - y.audio, y.fs, limits=[source_shift, 0], samples=True + 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=[-delta_offset, 0], 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=[delta_offset, 0], samples=True + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 6bf1e95e..9bc6a73d 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -32,6 +32,7 @@ import logging import os +import re import sys from itertools import groupby, repeat from pathlib import Path @@ -207,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 = ( @@ -220,23 +222,40 @@ def generate_stereo_scene( ) IR_filename = Path(IR_file).parent / (cfg.use_IR_prefix + Path(IR_file).name) - # read the shift time in seconds + # 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_in_seconds = source_shift 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(): @@ -284,6 +303,9 @@ 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, mode=None) @@ -311,26 +333,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=[-delta_offset, 0], 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=[delta_offset, 0], samples=True + x.audio, x.fs, limits=[-delta_offset, 0], samples=True ) # adjust the length of the audio source signal -- GitLab From 85be2fd0eb514e124ab462892aed7925aca0bf7e Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Tue, 12 Aug 2025 14:55:23 +0200 Subject: [PATCH 045/159] formatting --- .../generation/generate_ismN_items.py | 8 ++++++-- .../generation/generate_mc_items.py | 17 +++++++++++------ .../generation/generate_omasa_items.py | 16 ++++++++++------ .../generation/generate_osba_items.py | 12 +++++++----- .../generation/generate_sba_items.py | 12 +++++++----- .../generation/generate_stereo_items.py | 12 +++++++----- 6 files changed, 48 insertions(+), 29 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index f57f58c3..3c474309 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -239,14 +239,18 @@ def generate_ismN_scene( # 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]) + 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!") + 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 diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index a37a3710..35dcbb3b 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -236,14 +236,18 @@ def generate_MC_scene( # 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]) + 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!") + 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 @@ -418,14 +422,15 @@ def generate_MC_scene( # 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 - ) + 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 + y_int.audio, + y_int.fs, + limits=[0, len(y_int.audio) - duration], + samples=True, ) # adjust the loudness of the output signal diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 73831922..0881c7ca 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -227,14 +227,18 @@ def generate_OMASA_scene( # 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]) + 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!") + 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 @@ -497,13 +501,13 @@ def generate_OMASA_scene( # 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 - ) + 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) + 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__: diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 64921b7d..8d2ca0d8 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -224,14 +224,18 @@ def generate_OSBA_scene( # 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]) + 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!") + 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 @@ -483,9 +487,7 @@ def generate_OSBA_scene( # 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 - ) + 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: diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 36c8b828..631d6165 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -228,14 +228,18 @@ def generate_sba_scene( # 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]) + 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!") + 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 @@ -389,9 +393,7 @@ def generate_sba_scene( # 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 - ) + 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: diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 9bc6a73d..1ad8a6ae 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -234,14 +234,18 @@ def generate_stereo_scene( # 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]) + 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!") + 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 @@ -390,9 +394,7 @@ def generate_stereo_scene( # 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 - ) + 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: -- GitLab From 68510c78eca959856594de807d6b2b578bec4183 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Wed, 13 Aug 2025 10:52:35 +0200 Subject: [PATCH 046/159] update examples --- examples/ITEM_GENERATION_3ISM.yml | 7 +++++-- examples/ITEM_GENERATION_5_1_4.yml | 3 ++- examples/ITEM_GENERATION_FOA.yml | 7 ++++--- examples/ITEM_GENERATION_MASA.yml | 3 ++- examples/ITEM_GENERATION_OMASA.yml | 7 +++++-- examples/ITEM_GENERATION_OSBA.yml | 7 +++++-- examples/ITEM_GENERATION_STEREO.yml | 5 +++-- 7 files changed, 26 insertions(+), 13 deletions(-) diff --git a/examples/ITEM_GENERATION_3ISM.yml b/examples/ITEM_GENERATION_3ISM.yml index e770cadf..53dd0ded 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 index 4670d197..2a0dbd27 100644 --- a/examples/ITEM_GENERATION_5_1_4.yml +++ b/examples/ITEM_GENERATION_5_1_4.yml @@ -94,7 +94,8 @@ provider: "va" ### 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 ### diff --git a/examples/ITEM_GENERATION_FOA.yml b/examples/ITEM_GENERATION_FOA.yml index 879735d4..016c5fcf 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,8 @@ 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 ### diff --git a/examples/ITEM_GENERATION_MASA.yml b/examples/ITEM_GENERATION_MASA.yml index 958a69cb..715b20c4 100644 --- a/examples/ITEM_GENERATION_MASA.yml +++ b/examples/ITEM_GENERATION_MASA.yml @@ -94,7 +94,8 @@ provider: "va" ### 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 ### diff --git a/examples/ITEM_GENERATION_OMASA.yml b/examples/ITEM_GENERATION_OMASA.yml index 942ad1c7..462bc54e 100644 --- a/examples/ITEM_GENERATION_OMASA.yml +++ b/examples/ITEM_GENERATION_OMASA.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_OSBA.yml b/examples/ITEM_GENERATION_OSBA.yml index f7c33b49..3b696838 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 48c6aa61..78426358 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,8 @@ 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 ### -- GitLab From a8b5728f5e29a03896f0244ce5f12e70d3d16882 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Wed, 13 Aug 2025 10:55:39 +0200 Subject: [PATCH 047/159] update doc --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02f00dde..d47e2ea3 100755 --- a/README.md +++ b/README.md @@ -76,13 +76,11 @@ 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`. -- GitLab From de39f21913cad92a1e9bb0898c0f0201e6b86fa8 Mon Sep 17 00:00:00 2001 From: malenovsky Date: Wed, 13 Aug 2025 15:34:04 +0200 Subject: [PATCH 048/159] Fix typo in reverb.py --- ivas_processing_scripts/audiotools/wrappers/reverb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index 57f4cd6e..5b2c408b 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -323,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, modee=mode)) + ych.append(reverb(input, IR, align=align, mode=mode)) # combine into HOA2 output y = audio.fromtype("HOA2") -- GitLab From d94ae23f15f11e19e83f64ddae9aaf8cbfded61e Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 15 Aug 2025 14:58:35 +0200 Subject: [PATCH 049/159] enable using IVAS_rend also for pre-rendering --- examples/TEMPLATE.yml | 4 ++ ivas_processing_scripts/processing/chains.py | 53 +++++++++++++++++--- 2 files changed, 50 insertions(+), 7 deletions(-) diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index 6248a888..73b4c3b1 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -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) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 6ee222dc..56e2cbbc 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 @@ -49,7 +50,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 ( + get_abs_path, + find_binary, + list_audio, + parse_gain, +) def init_processing_chains(cfg: TestConfig) -> None: @@ -218,6 +224,35 @@ 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 -- GitLab From 7a2bd4a11173373c9c449db7a81189974df759cf Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 15 Aug 2025 15:00:36 +0200 Subject: [PATCH 050/159] formatting --- ivas_processing_scripts/processing/chains.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index e617a4ef..b58ab4a9 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -52,8 +52,8 @@ from ivas_processing_scripts.processing.processing_splitting_scaling import ( ) from ivas_processing_scripts.processing.tx import get_tx_cfg from ivas_processing_scripts.utils import ( - get_abs_path, find_binary, + get_abs_path, list_audio, parse_gain, ) @@ -231,7 +231,6 @@ def get_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 -- GitLab From c4ea6b49256de4419abf04aac15badbe95f8843d Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 18 Aug 2025 10:33:05 +0200 Subject: [PATCH 051/159] replace masaRenderer with IVAS_rend --- .../audiotools/convert/masa.py | 26 ++++++++- .../audiotools/wrappers/masaRenderer.py | 58 +++++++++++++++++++ ivas_processing_scripts/binary_paths.yml | 2 + tests/test_binaries_present.py | 3 +- 4 files changed, 86 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/masa.py b/ivas_processing_scripts/audiotools/convert/masa.py index b4e099c8..6f872f5e 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/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 47ec8c6e..fec94132 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -39,9 +39,67 @@ from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES +from ivas_processing_scripts.processing.ivas import IVAS_rend from ivas_processing_scripts.utils import find_binary, run +from warnings import deprecated +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 (only 5_1, 7_1_4 and BINAURAL supported) + + Returns + ------- + output : np.ndarray + MASA rendered to out_fmt + """ + 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, + } + ) + + with TemporaryDirectory() as tmp_dir: + tmp_dir = Path(tmp_dir) + tmp_in = tmp_dir.joinpath("tmp_masaRendIn.pcm") + tmp_out = tmp_dir.joinpath("tmp_masaRendOut.pcm") + + 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 + + +@deprecated( + "This function has been replaced by ivasRendMasa, please switch code to use that instead" +) def masaRenderer( masa: audio.MetadataAssistedSpatialAudio, out_fmt: str, diff --git a/ivas_processing_scripts/binary_paths.yml b/ivas_processing_scripts/binary_paths.yml index 1c810062..d2fe99c0 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/tests/test_binaries_present.py b/tests/test_binaries_present.py index 4567afa4..84790e0f 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", ] -- GitLab From f112db68bcb0ace90802879e8e1ea357b2e9d0a2 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 18 Aug 2025 10:44:07 +0200 Subject: [PATCH 052/159] resolve circular imports + formatting --- .../audiotools/wrappers/masaRenderer.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index fec94132..48560b4f 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 @@ -39,9 +40,7 @@ from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES -from ivas_processing_scripts.processing.ivas import IVAS_rend from ivas_processing_scripts.utils import find_binary, run -from warnings import deprecated def ivasRendMasa( @@ -64,6 +63,9 @@ def ivasRendMasa( 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, @@ -97,9 +99,6 @@ def ivasRendMasa( return output -@deprecated( - "This function has been replaced by ivasRendMasa, please switch code to use that instead" -) def masaRenderer( masa: audio.MetadataAssistedSpatialAudio, out_fmt: str, @@ -119,6 +118,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( -- GitLab From db83854f207df323d4402cd1c437e98db38b711a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 18 Aug 2025 10:45:26 +0200 Subject: [PATCH 053/159] disable test for IVAS_rend binary --- tests/test_binaries_present.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_binaries_present.py b/tests/test_binaries_present.py index 84790e0f..043fd25b 100755 --- a/tests/test_binaries_present.py +++ b/tests/test_binaries_present.py @@ -41,7 +41,7 @@ BINARIES = [ "eid-xor", "gen-patt", "filter", - "ivas_rend", + # "ivas_rend", # TODO disabled until present on runners "random", "networkSimulator_g192", # "masaRenderer", -- GitLab From 8f023818e1f28c8ae26fc7a8f380f920e5cbbe35 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 18 Aug 2025 13:57:59 +0200 Subject: [PATCH 054/159] add support for converting a delay error profile to an error pattern; add offset delay error profile --- examples/TEMPLATE.yml | 6 +-- .../audiotools/wrappers/dlyerr_2_errpat.py | 4 +- .../audiotools/wrappers/networkSimulator.py | 2 +- ...ile_I1.dat => dly_error_profile_I1.O1.dat} | 0 .../dly_error_profile_I1.O2.dat | 3 ++ ivas_processing_scripts/processing/ivas.py | 45 ++++++++++++++++--- ivas_processing_scripts/processing/tx.py | 2 +- 7 files changed, 48 insertions(+), 14 deletions(-) rename ivas_processing_scripts/dly_error_profiles/{dly_error_profile_I1.dat => dly_error_profile_I1.O1.dat} (100%) create mode 100644 ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index f3a39b0a..774edca1 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -147,11 +147,11 @@ 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 percent for EVS diff --git a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py index 40889939..fe8e133c 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/networkSimulator.py b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py index 615c846c..83556a92 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/dly_error_profiles/dly_error_profile_I1.dat b/ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat similarity index 100% rename from ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.dat rename to ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O1.dat 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 00000000..e7c11ad6 --- /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/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 6a5f23d4..9008ceef 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -40,14 +40,18 @@ from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import parse_wave_header, read 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 @@ -232,9 +236,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, @@ -247,11 +252,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("errpat_late_loss_rate") and not self.tx.get( + "delay" + ): + raise KeyError( + "Either errpat_late_loss_rate or errpat_delay must be specified for converting a delay error profile to an error profile!" + ) + + 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("errpat_delay"), + fer_pattern=errpat, + late_loss_rate=self.tx.get("errpat_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 ) @@ -273,8 +303,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 diff --git a/ivas_processing_scripts/processing/tx.py b/ivas_processing_scripts/processing/tx.py index 3ec929cb..312b7e3e 100755 --- a/ivas_processing_scripts/processing/tx.py +++ b/ivas_processing_scripts/processing/tx.py @@ -55,7 +55,7 @@ def get_tx_cfg(cfg: TestConfig, cond_cfg: dict, is_EVS: bool = False) -> Optiona "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)), -- GitLab From 2e6ad8b5fe631585f7a45f864bb489a77d3961fb Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 18 Aug 2025 14:21:24 +0200 Subject: [PATCH 055/159] always add -no_delay_cmp for IVAS JBM --- ivas_processing_scripts/processing/ivas.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 9008ceef..d1576d48 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -346,13 +346,17 @@ class IVAS(Processing): 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"]) -- GitLab From b0229483e57f1503e2908e56dfeba821e707d518 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Wed, 20 Aug 2025 19:19:11 +0200 Subject: [PATCH 056/159] support RIR convolution for SBA formats --- .../generation/generate_masa_items.py | 21 +-- .../generation/generate_omasa_items.py | 4 +- .../generation/generate_osba_items.py | 2 +- .../generation/generate_sba_items.py | 139 +++++++++++++++--- 4 files changed, 132 insertions(+), 34 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 6ddac870..5ecf2358 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -246,22 +246,18 @@ def generate_MASA_scene( # 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] - ) + 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!" - ) + 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 + source_shift = end_position[overlap_ref] + overlap else: source_shift = 0.0 @@ -432,15 +428,14 @@ def generate_MASA_scene( # 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) + 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, + y_int.audio, y_int.fs, limits=[0, len(y_int.audio) - duration], samples=True ) # adjust the loudness of the output signal @@ -525,7 +520,7 @@ def generate_MASA_scene( 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(".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) diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 0881c7ca..929fed63 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -474,7 +474,7 @@ def generate_OMASA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y_int.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 @@ -520,7 +520,7 @@ def generate_OMASA_scene( 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(".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) diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 8d2ca0d8..7c1ee264 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -460,7 +460,7 @@ 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 diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 631d6165..297a332d 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -39,6 +39,7 @@ 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 ( @@ -208,13 +209,27 @@ def generate_sba_scene( 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) + + # 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(): @@ -282,9 +297,14 @@ def generate_sba_scene( else: level = -26 - logger.info( - f"-- Convolving {source_file} with {IR_file} at {level} LKFS 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) @@ -301,17 +321,6 @@ 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, mode=None) - elif cfg.format == "HOA2": - x = reverb_hoa2(x, IR, mode=None) - elif cfg.format == "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 @@ -331,6 +340,100 @@ 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 @@ -338,7 +441,7 @@ def generate_sba_scene( if source_shift > 0: # insert zeros to the new audio source signal to shift it right - y.audio = audioarray.trim_meta( + y.audio = audioarray.trim( y.audio, y.fs, limits=[-source_shift, 0], samples=True ) else: -- GitLab From d44605c80c329afce35cc18c349a87eb782997db Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 21 Aug 2025 09:03:29 +0200 Subject: [PATCH 057/159] small correction to suffix --- ivas_processing_scripts/generation/generate_ismN_items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 3c474309..8f9f292c 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -446,7 +446,7 @@ 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__: -- GitLab From c57e1c57dbeb419b6d77283e051b6c485eca1efa Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 21 Aug 2025 09:05:26 +0200 Subject: [PATCH 058/159] formatting --- .../generation/generate_masa_items.py | 17 +++++++++++------ .../generation/generate_omasa_items.py | 11 +++++++++-- .../generation/generate_osba_items.py | 7 ++++++- .../generation/generate_sba_items.py | 4 +++- 4 files changed, 29 insertions(+), 10 deletions(-) diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 5ecf2358..faba9112 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -246,14 +246,18 @@ def generate_MASA_scene( # 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]) + 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!") + 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 @@ -428,14 +432,15 @@ def generate_MASA_scene( # 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 - ) + 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 + y_int.audio, + y_int.fs, + limits=[0, len(y_int.audio) - duration], + samples=True, ) # adjust the loudness of the output signal diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index 929fed63..b8aba2b6 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -474,7 +474,12 @@ def generate_OMASA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y_int.metadata_files.insert( - i - 1, str(output_filename.with_suffix(output_filename.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 @@ -520,7 +525,9 @@ def generate_OMASA_scene( 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"))) + 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) diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 7c1ee264..8190f5ca 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -460,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(output_filename.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 diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 297a332d..22aba8ab 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -217,7 +217,9 @@ def generate_sba_scene( # 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) + IR_filename = Path(IR_file).parent / ( + cfg.use_IR_prefix + Path(IR_file).name + ) else: # read azimuth and elevation information source_azi = ( -- GitLab From cee72a170eca9618e35572bf199d629e39fd6531 Mon Sep 17 00:00:00 2001 From: Vladimir Malenovsky Date: Thu, 21 Aug 2025 09:49:37 +0200 Subject: [PATCH 059/159] formatting --- ivas_processing_scripts/generation/generate_ismN_items.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 8f9f292c..948c6d48 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -446,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(output_filename.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__: -- GitLab From faec78a7ae0d9723bd00d6b1bbe77e8192b3afa4 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 21 Aug 2025 10:25:11 +0200 Subject: [PATCH 060/159] [fix] keys for error pattern late loss rate and delay not properly passed down for IVAS, typos in key check --- ivas_processing_scripts/processing/ivas.py | 10 +++++----- ivas_processing_scripts/processing/tx.py | 20 ++++++++------------ 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index d1576d48..4fe80986 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -256,11 +256,11 @@ class IVAS(Processing): delay_profile = self.tx["error_pattern"] len_pattern = length_pattern(delay_profile) - if not self.tx.get("errpat_late_loss_rate") and not self.tx.get( - "delay" + if not self.tx.get("errpatt_late_loss_rate") and not self.tx.get( + "errpatt_delay" ): raise KeyError( - "Either errpat_late_loss_rate or errpat_delay must be specified for converting a delay error profile to an error profile!" + 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( @@ -275,9 +275,9 @@ class IVAS(Processing): ) dlyerr_2_errpat( delay_profile, - delay=self.tx.get("errpat_delay"), + delay=self.tx.get("errpatt_delay"), fer_pattern=errpat, - late_loss_rate=self.tx.get("errpat_late_loss_rate"), + late_loss_rate=self.tx.get("errpatt_late_loss_rate"), shift=shift, ) eid_xor(errpat, bitstream, bitstream_processed) diff --git a/ivas_processing_scripts/processing/tx.py b/ivas_processing_scripts/processing/tx.py index 312b7e3e..524097ec 100755 --- a/ivas_processing_scripts/processing/tx.py +++ b/ivas_processing_scripts/processing/tx.py @@ -50,26 +50,22 @@ 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).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") -- GitLab From b2671b4e3847903712683647f97dbaf37d993878 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 21 Aug 2025 10:37:37 +0200 Subject: [PATCH 061/159] formatting --- ivas_processing_scripts/processing/tx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/processing/tx.py b/ivas_processing_scripts/processing/tx.py index 524097ec..4aab2d7f 100755 --- a/ivas_processing_scripts/processing/tx.py +++ b/ivas_processing_scripts/processing/tx.py @@ -63,8 +63,8 @@ def get_tx_cfg(cfg: TestConfig, cond_cfg: dict, is_EVS: bool = False) -> Optiona "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"), + "errpatt_late_loss_rate": tx_cfg_tmp.get("errpatt_late_loss_rate"), + "errpatt_delay": tx_cfg_tmp.get("errpatt_delay"), } else: raise ValueError("Type of bitstream procesing either missing or not valid") -- GitLab From 71fd2b783e5a83eb053d80106ab2e68fb70e0a5b Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 22 Aug 2025 13:14:30 +0200 Subject: [PATCH 062/159] add characterization configs --- .../BS1534-1/config/BS1534-1.yml | 110 ++++ .../BS1534-1/proc_input/.gitkeep | 0 .../BS1534-1/proc_output/.gitkeep | 0 .../BS1534-10/config/BS1534-10-ISM1.yml | 110 ++++ .../BS1534-10/config/BS1534-10-ISM2.yml | 110 ++++ .../BS1534-10/proc_input_ISM1/.gitkeep | 0 .../BS1534-10/proc_input_ISM2/.gitkeep | 0 .../BS1534-10/proc_output_ISM1/.gitkeep | 0 .../BS1534-10/proc_output_ISM2/.gitkeep | 0 .../BS1534-11/config/BS1534-11-ISM3.yml | 110 ++++ .../BS1534-11/config/BS1534-11-ISM4.yml | 110 ++++ .../BS1534-11/proc_input_ISM3/.gitkeep | 0 .../BS1534-11/proc_input_ISM4/.gitkeep | 0 .../BS1534-11/proc_output_ISM3/.gitkeep | 0 .../BS1534-11/proc_output_ISM4/.gitkeep | 0 .../BS1534-12/config/BS1534-12-ISM3.yml | 110 ++++ .../BS1534-12/config/BS1534-12-ISM4.yml | 110 ++++ .../BS1534-12/proc_input_ISM3/.gitkeep | 0 .../BS1534-12/proc_input_ISM4/.gitkeep | 0 .../BS1534-12/proc_output_ISM3/.gitkeep | 0 .../BS1534-12/proc_output_ISM4/.gitkeep | 0 .../BS1534-13/config/BS1534-13.yml | 110 ++++ .../BS1534-13/proc_input/.gitkeep | 0 .../BS1534-13/proc_output/.gitkeep | 0 .../BS1534-14/config/BS1534-14.yml | 110 ++++ .../BS1534-14/proc_input/.gitkeep | 0 .../BS1534-14/proc_output/.gitkeep | 0 .../BS1534-15/config/BS1534-15.yml | 110 ++++ .../BS1534-15/proc_input/.gitkeep | 0 .../BS1534-15/proc_output/.gitkeep | 0 .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 110 ++++ .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 110 ++++ .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 110 ++++ .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 110 ++++ .../BS1534-16/proc_input_ISM1SBA3/.gitkeep | 0 .../BS1534-16/proc_input_ISM2SBA3/.gitkeep | 0 .../BS1534-16/proc_input_ISM3SBA3/.gitkeep | 0 .../BS1534-16/proc_input_ISM4SBA3/.gitkeep | 0 .../BS1534-16/proc_output_ISM1SBA3/.gitkeep | 0 .../BS1534-16/proc_output_ISM2SBA3/.gitkeep | 0 .../BS1534-16/proc_output_ISM3SBA3/.gitkeep | 0 .../BS1534-16/proc_output_ISM4SBA3/.gitkeep | 0 .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 110 ++++ .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 110 ++++ .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 110 ++++ .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 110 ++++ .../BS1534-17/proc_input_ISM1SBA3/.gitkeep | 0 .../BS1534-17/proc_input_ISM2SBA3/.gitkeep | 0 .../BS1534-17/proc_input_ISM3SBA3/.gitkeep | 0 .../BS1534-17/proc_input_ISM4SBA3/.gitkeep | 0 .../BS1534-17/proc_output_ISM1SBA3/.gitkeep | 0 .../BS1534-17/proc_output_ISM2SBA3/.gitkeep | 0 .../BS1534-17/proc_output_ISM3SBA3/.gitkeep | 0 .../BS1534-17/proc_output_ISM4SBA3/.gitkeep | 0 .../config/BS1534-18-ISM1MASA2DIR2.yml | 110 ++++ .../config/BS1534-18-ISM2MASA2DIR2.yml | 110 ++++ .../config/BS1534-18-ISM3MASA2DIR2.yml | 110 ++++ .../config/BS1534-18-ISM4MASA2DIR2.yml | 110 ++++ .../proc_input_ISM1MASA2DIR2/.gitkeep | 0 .../proc_input_ISM2MASA2DIR2/.gitkeep | 0 .../proc_input_ISM3MASA2DIR2/.gitkeep | 0 .../proc_input_ISM4MASA2DIR2/.gitkeep | 0 .../proc_output_ISM1MASA2DIR2/.gitkeep | 0 .../proc_output_ISM2MASA2DIR2/.gitkeep | 0 .../proc_output_ISM3MASA2DIR2/.gitkeep | 0 .../proc_output_ISM4MASA2DIR2/.gitkeep | 0 .../BS1534-19/config/BS1534-19.yml | 125 +++++ .../BS1534-19/proc_input/.gitkeep | 0 .../BS1534-19/proc_output/.gitkeep | 0 .../BS1534-2/config/BS1534-2.yml | 110 ++++ .../BS1534-2/proc_input/.gitkeep | 0 .../BS1534-2/proc_output/.gitkeep | 0 .../BS1534-20/config/BS1534-20.yml | 144 +++++ .../BS1534-20/proc_input/.gitkeep | 0 .../BS1534-20/proc_output/.gitkeep | 0 .../BS1534-3/config/BS1534-3.yml | 110 ++++ .../BS1534-3/proc_input/.gitkeep | 0 .../BS1534-3/proc_output/.gitkeep | 0 .../BS1534-4/config/BS1534-4.yml | 110 ++++ .../BS1534-4/proc_input/.gitkeep | 0 .../BS1534-4/proc_output/.gitkeep | 0 .../BS1534-5/config/BS1534-5.yml | 110 ++++ .../BS1534-5/proc_input/.gitkeep | 0 .../BS1534-5/proc_output/.gitkeep | 0 .../BS1534-6/config/BS1534-6.yml | 110 ++++ .../BS1534-6/proc_input/.gitkeep | 0 .../BS1534-6/proc_output/.gitkeep | 0 .../BS1534-7/config/BS1534-7-5_1.yml | 110 ++++ .../BS1534-7/config/BS1534-7-7_1.yml | 110 ++++ .../BS1534-7/proc_input_5_1/.gitkeep | 0 .../BS1534-7/proc_input_7_1/.gitkeep | 0 .../BS1534-7/proc_output_5_1/.gitkeep | 0 .../BS1534-7/proc_output_7_1/.gitkeep | 0 .../BS1534-8/config/BS1534-8-5_1_2.yml | 110 ++++ .../BS1534-8/config/BS1534-8-5_1_4.yml | 110 ++++ .../BS1534-8/proc_input_5_1_2/.gitkeep | 0 .../BS1534-8/proc_input_5_1_4/.gitkeep | 0 .../BS1534-8/proc_output_5_1_2/.gitkeep | 0 .../BS1534-8/proc_output_5_1_4/.gitkeep | 0 .../BS1534-9/config/BS1534-9.yml | 110 ++++ .../BS1534-9/proc_input/.gitkeep | 0 .../BS1534-9/proc_output/.gitkeep | 0 .../P800-1/background_noise/.gitkeep | 0 .../config/P800-1_cat1_STEREO-16LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat1_STEREO-26LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat1_STEREO-36LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat2_STEREO-16LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat2_STEREO-26LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat2_STEREO-36LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat3_STEREO-16LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat3_STEREO-26LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat3_STEREO-36LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat4_STEREO-16LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat4_STEREO-26LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat4_STEREO-36LKFS.yml | 386 +++++++++++++ .../config/P800-1_cat5_STEREO-16LKFS.yml | 302 +++++++++++ .../config/P800-1_cat5_STEREO-26LKFS.yml | 302 +++++++++++ .../config/P800-1_cat5_STEREO-36LKFS.yml | 302 +++++++++++ .../config/P800-1_cat6_STEREO-16LKFS.yml | 302 +++++++++++ .../config/P800-1_cat6_STEREO-26LKFS.yml | 302 +++++++++++ .../config/P800-1_cat6_STEREO-36LKFS.yml | 302 +++++++++++ .../P800-1/proc_input/cat1/.gitkeep | 0 .../P800-1/proc_input/cat2/.gitkeep | 0 .../P800-1/proc_input/cat3/.gitkeep | 0 .../P800-1/proc_input/cat4/.gitkeep | 0 .../P800-1/proc_input/cat5/.gitkeep | 0 .../P800-1/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../config/P800-10_cat1_ISM3-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat1_ISM3-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat1_ISM3-36LKFS.yml | 302 +++++++++++ .../config/P800-10_cat2_ISM3-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat2_ISM3-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat2_ISM3-36LKFS.yml | 302 +++++++++++ .../config/P800-10_cat3_ISM3-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat3_ISM3-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat3_ISM3-36LKFS.yml | 302 +++++++++++ .../config/P800-10_cat4_ISM4-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat4_ISM4-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat4_ISM4-36LKFS.yml | 302 +++++++++++ .../config/P800-10_cat5_ISM4-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat5_ISM4-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat5_ISM4-36LKFS.yml | 302 +++++++++++ .../config/P800-10_cat6_ISM4-16LKFS.yml | 302 +++++++++++ .../config/P800-10_cat6_ISM4-26LKFS.yml | 302 +++++++++++ .../config/P800-10_cat6_ISM4-36LKFS.yml | 302 +++++++++++ .../P800-10/proc_input/cat1/.gitkeep | 0 .../P800-10/proc_input/cat2/.gitkeep | 0 .../P800-10/proc_input/cat3/.gitkeep | 0 .../P800-10/proc_input/cat4/.gitkeep | 0 .../P800-10/proc_input/cat5/.gitkeep | 0 .../P800-10/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../config/P800-11_cat1_ISM1-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat1_ISM1-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat1_ISM1-36LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat2_ISM1-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat2_ISM1-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat2_ISM1-36LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat3_ISM2-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat3_ISM2-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat3_ISM2-36LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat4_ISM2-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat4_ISM2-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat4_ISM2-36LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat5_ISM3-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat5_ISM3-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat5_ISM3-36LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat6_ISM4-16LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat6_ISM4-26LKFS.yml | 437 +++++++++++++++ .../config/P800-11_cat6_ISM4-36LKFS.yml | 437 +++++++++++++++ .../P800-11/proc_input/cat1/.gitkeep | 0 .../P800-11/proc_input/cat2/.gitkeep | 0 .../P800-11/proc_input/cat3/.gitkeep | 0 .../P800-11/proc_input/cat4/.gitkeep | 0 .../P800-11/proc_input/cat5/.gitkeep | 0 .../P800-11/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../P800-12/background_noise/.gitkeep | 0 .../config/P800-12_cat1_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat1_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat1_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat2_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat2_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat2_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat3_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat3_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat3_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat4_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat4_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat4_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-12_cat5_MASA1DIR1-16LKFS.yml | 329 ++++++++++++ .../config/P800-12_cat5_MASA1DIR1-26LKFS.yml | 329 ++++++++++++ .../config/P800-12_cat5_MASA1DIR1-36LKFS.yml | 329 ++++++++++++ .../config/P800-12_cat6_MASA1DIR1-16LKFS.yml | 329 ++++++++++++ .../config/P800-12_cat6_MASA1DIR1-26LKFS.yml | 329 ++++++++++++ .../config/P800-12_cat6_MASA1DIR1-36LKFS.yml | 329 ++++++++++++ .../P800-12/proc_input/cat1/.gitkeep | 0 .../P800-12/proc_input/cat2/.gitkeep | 0 .../P800-12/proc_input/cat3/.gitkeep | 0 .../P800-12/proc_input/cat4/.gitkeep | 0 .../P800-12/proc_input/cat5/.gitkeep | 0 .../P800-12/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-13/background_noise/.gitkeep | 0 .../config/P800-13_cat1_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat1_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat1_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat2_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat2_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat2_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat3_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat3_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat3_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat4_FOA-16LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat4_FOA-26LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat4_FOA-36LKFS.yml | 332 ++++++++++++ .../config/P800-13_cat5_MASA1DIR1-16LKFS.yml | 329 ++++++++++++ .../config/P800-13_cat5_MASA1DIR1-26LKFS.yml | 329 ++++++++++++ .../config/P800-13_cat5_MASA1DIR1-36LKFS.yml | 329 ++++++++++++ .../config/P800-13_cat6_MASA1DIR1-16LKFS.yml | 329 ++++++++++++ .../config/P800-13_cat6_MASA1DIR1-26LKFS.yml | 329 ++++++++++++ .../config/P800-13_cat6_MASA1DIR1-36LKFS.yml | 329 ++++++++++++ .../P800-13/proc_input/cat1/.gitkeep | 0 .../P800-13/proc_input/cat2/.gitkeep | 0 .../P800-13/proc_input/cat3/.gitkeep | 0 .../P800-13/proc_input/cat4/.gitkeep | 0 .../P800-13/proc_input/cat5/.gitkeep | 0 .../P800-13/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-14/background_noise/.gitkeep | 0 .../config/P800-14_cat1_FOA-16LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat1_FOA-26LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat1_FOA-36LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat2_FOA-16LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat2_FOA-26LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat2_FOA-36LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat3_FOA-16LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat3_FOA-26LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat3_FOA-36LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat4_FOA-16LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat4_FOA-26LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat4_FOA-36LKFS.yml | 486 +++++++++++++++++ .../config/P800-14_cat5_MASA1DIR1-16LKFS.yml | 483 +++++++++++++++++ .../config/P800-14_cat5_MASA1DIR1-26LKFS.yml | 483 +++++++++++++++++ .../config/P800-14_cat5_MASA1DIR1-36LKFS.yml | 483 +++++++++++++++++ .../config/P800-14_cat6_MASA1DIR1-16LKFS.yml | 483 +++++++++++++++++ .../config/P800-14_cat6_MASA1DIR1-26LKFS.yml | 483 +++++++++++++++++ .../config/P800-14_cat6_MASA1DIR1-36LKFS.yml | 483 +++++++++++++++++ .../P800-14/proc_input/cat1/.gitkeep | 0 .../P800-14/proc_input/cat2/.gitkeep | 0 .../P800-14/proc_input/cat3/.gitkeep | 0 .../P800-14/proc_input/cat4/.gitkeep | 0 .../P800-14/proc_input/cat5/.gitkeep | 0 .../P800-14/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-15/background_noise/.gitkeep | 0 .../config/P800-15_cat1_ISM1SBA3-16LKFS.yml | 305 +++++++++++ .../config/P800-15_cat1_ISM1SBA3-26LKFS.yml | 305 +++++++++++ .../config/P800-15_cat1_ISM1SBA3-36LKFS.yml | 305 +++++++++++ .../config/P800-15_cat2_ISM1SBA3-16LKFS.yml | 305 +++++++++++ .../config/P800-15_cat2_ISM1SBA3-26LKFS.yml | 305 +++++++++++ .../config/P800-15_cat2_ISM1SBA3-36LKFS.yml | 305 +++++++++++ .../config/P800-15_cat3_ISM2SBA3-16LKFS.yml | 305 +++++++++++ .../config/P800-15_cat3_ISM2SBA3-26LKFS.yml | 305 +++++++++++ .../config/P800-15_cat3_ISM2SBA3-36LKFS.yml | 305 +++++++++++ .../config/P800-15_cat4_ISM2SBA3-16LKFS.yml | 305 +++++++++++ .../config/P800-15_cat4_ISM2SBA3-26LKFS.yml | 305 +++++++++++ .../config/P800-15_cat4_ISM2SBA3-36LKFS.yml | 305 +++++++++++ .../config/P800-15_cat5_ISM1SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-15_cat5_ISM1SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-15_cat5_ISM1SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-15_cat6_ISM2SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-15_cat6_ISM2SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-15_cat6_ISM2SBA3-36LKFS.yml | 302 +++++++++++ .../P800-15/proc_input/cat1/.gitkeep | 0 .../P800-15/proc_input/cat2/.gitkeep | 0 .../P800-15/proc_input/cat3/.gitkeep | 0 .../P800-15/proc_input/cat4/.gitkeep | 0 .../P800-15/proc_input/cat5/.gitkeep | 0 .../P800-15/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../config/P800-16_cat1_ISM3SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat1_ISM3SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat1_ISM3SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-16_cat2_ISM3SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat2_ISM3SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat2_ISM3SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-16_cat3_ISM3SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat3_ISM3SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat3_ISM3SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-16_cat4_ISM4SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat4_ISM4SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat4_ISM4SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-16_cat5_ISM4SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat5_ISM4SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat5_ISM4SBA3-36LKFS.yml | 302 +++++++++++ .../config/P800-16_cat6_ISM4SBA3-16LKFS.yml | 302 +++++++++++ .../config/P800-16_cat6_ISM4SBA3-26LKFS.yml | 302 +++++++++++ .../config/P800-16_cat6_ISM4SBA3-36LKFS.yml | 302 +++++++++++ .../P800-16/proc_input/cat1/.gitkeep | 0 .../P800-16/proc_input/cat2/.gitkeep | 0 .../P800-16/proc_input/cat3/.gitkeep | 0 .../P800-16/proc_input/cat4/.gitkeep | 0 .../P800-16/proc_input/cat5/.gitkeep | 0 .../P800-16/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../config/P800-17_cat1_ISM1SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat1_ISM1SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat1_ISM1SBA3-36LKFS.yml | 318 +++++++++++ .../config/P800-17_cat2_ISM2SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat2_ISM2SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat2_ISM2SBA3-36LKFS.yml | 318 +++++++++++ .../config/P800-17_cat3_ISM3SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat3_ISM3SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat3_ISM3SBA3-36LKFS.yml | 318 +++++++++++ .../config/P800-17_cat4_ISM4SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat4_ISM4SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat4_ISM4SBA3-36LKFS.yml | 318 +++++++++++ .../config/P800-17_cat5_ISM2SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat5_ISM2SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat5_ISM2SBA3-36LKFS.yml | 318 +++++++++++ .../config/P800-17_cat6_ISM3SBA3-16LKFS.yml | 318 +++++++++++ .../config/P800-17_cat6_ISM3SBA3-26LKFS.yml | 318 +++++++++++ .../config/P800-17_cat6_ISM3SBA3-36LKFS.yml | 318 +++++++++++ .../P800-17/proc_input/cat1/.gitkeep | 0 .../P800-17/proc_input/cat2/.gitkeep | 0 .../P800-17/proc_input/cat3/.gitkeep | 0 .../P800-17/proc_input/cat4/.gitkeep | 0 .../P800-17/proc_input/cat5/.gitkeep | 0 .../P800-17/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-18/background_noise/.gitkeep | 0 .../P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-18/proc_input/cat1/.gitkeep | 0 .../P800-18/proc_input/cat2/.gitkeep | 0 .../P800-18/proc_input/cat3/.gitkeep | 0 .../P800-18/proc_input/cat4/.gitkeep | 0 .../P800-18/proc_input/cat5/.gitkeep | 0 .../P800-18/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml | 302 +++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml | 302 +++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml | 302 +++++++++++ .../P800-19/proc_input/cat1/.gitkeep | 0 .../P800-19/proc_input/cat2/.gitkeep | 0 .../P800-19/proc_input/cat3/.gitkeep | 0 .../P800-19/proc_input/cat4/.gitkeep | 0 .../P800-19/proc_input/cat5/.gitkeep | 0 .../P800-19/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-2/background_noise/.gitkeep | 0 .../config/P800-2_cat1_STEREO-16LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat1_STEREO-26LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat1_STEREO-36LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat2_STEREO-16LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat2_STEREO-26LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat2_STEREO-36LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat3_STEREO-16LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat3_STEREO-26LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat3_STEREO-36LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat4_STEREO-16LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat4_STEREO-26LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat4_STEREO-36LKFS.yml | 494 +++++++++++++++++ .../config/P800-2_cat5_STEREO-16LKFS.yml | 437 +++++++++++++++ .../config/P800-2_cat5_STEREO-26LKFS.yml | 437 +++++++++++++++ .../config/P800-2_cat5_STEREO-36LKFS.yml | 437 +++++++++++++++ .../config/P800-2_cat6_STEREO-16LKFS.yml | 437 +++++++++++++++ .../config/P800-2_cat6_STEREO-26LKFS.yml | 437 +++++++++++++++ .../config/P800-2_cat6_STEREO-36LKFS.yml | 437 +++++++++++++++ .../P800-2/proc_input/cat1/.gitkeep | 0 .../P800-2/proc_input/cat2/.gitkeep | 0 .../P800-2/proc_input/cat3/.gitkeep | 0 .../P800-2/proc_input/cat4/.gitkeep | 0 .../P800-2/proc_input/cat5/.gitkeep | 0 .../P800-2/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml | 312 +++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml | 312 +++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml | 312 +++++++++++ .../P800-20/proc_input/cat1/.gitkeep | 0 .../P800-20/proc_input/cat2/.gitkeep | 0 .../P800-20/proc_input/cat3/.gitkeep | 0 .../P800-20/proc_input/cat4/.gitkeep | 0 .../P800-20/proc_input/cat5/.gitkeep | 0 .../P800-20/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-21/background_noise/.gitkeep | 0 .../config/P800-21_cat1_STEREO-16LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat1_STEREO-26LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat1_STEREO-36LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-16LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-26LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-36LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-16LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-26LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-36LKFS.yml | 508 ++++++++++++++++++ .../config/P800-21_cat4_STEREO-16LKFS.yml | 454 ++++++++++++++++ .../config/P800-21_cat4_STEREO-26LKFS.yml | 454 ++++++++++++++++ .../config/P800-21_cat4_STEREO-36LKFS.yml | 454 ++++++++++++++++ .../config/P800-21_cat5_STEREO-16LKFS.yml | 451 ++++++++++++++++ .../config/P800-21_cat5_STEREO-26LKFS.yml | 451 ++++++++++++++++ .../config/P800-21_cat5_STEREO-36LKFS.yml | 451 ++++++++++++++++ .../config/P800-21_cat6_STEREO-16LKFS.yml | 451 ++++++++++++++++ .../config/P800-21_cat6_STEREO-26LKFS.yml | 451 ++++++++++++++++ .../config/P800-21_cat6_STEREO-36LKFS.yml | 451 ++++++++++++++++ .../P800-21/proc_input/cat1/.gitkeep | 0 .../P800-21/proc_input/cat2/.gitkeep | 0 .../P800-21/proc_input/cat3/.gitkeep | 0 .../P800-21/proc_input/cat4/.gitkeep | 0 .../P800-21/proc_input/cat5/.gitkeep | 0 .../P800-21/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../config/P800-22_cat1_ISM1-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat1_ISM1-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat1_ISM1-36LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat2_ISM1-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat2_ISM1-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat2_ISM1-36LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat3_ISM2-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat3_ISM2-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat3_ISM2-36LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat4_ISM2-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat4_ISM2-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat4_ISM2-36LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat5_ISM1-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat5_ISM1-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat5_ISM1-36LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat6_ISM2-16LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat6_ISM2-26LKFS.yml | 397 ++++++++++++++ .../config/P800-22_cat6_ISM2-36LKFS.yml | 397 ++++++++++++++ .../P800-22/proc_input/cat1/.gitkeep | 0 .../P800-22/proc_input/cat2/.gitkeep | 0 .../P800-22/proc_input/cat3/.gitkeep | 0 .../P800-22/proc_input/cat4/.gitkeep | 0 .../P800-22/proc_input/cat5/.gitkeep | 0 .../P800-22/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-23/background_noise/.gitkeep | 0 .../config/P800-23_cat1_FOA-16LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat1_FOA-26LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat1_FOA-36LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat2_FOA-16LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat2_FOA-26LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat2_FOA-36LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat3_FOA-16LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat3_FOA-26LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat3_FOA-36LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat4_FOA-16LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat4_FOA-26LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat4_FOA-36LKFS.yml | 400 ++++++++++++++ .../config/P800-23_cat5_FOA-16LKFS.yml | 397 ++++++++++++++ .../config/P800-23_cat5_FOA-26LKFS.yml | 397 ++++++++++++++ .../config/P800-23_cat5_FOA-36LKFS.yml | 397 ++++++++++++++ .../config/P800-23_cat6_FOA-16LKFS.yml | 397 ++++++++++++++ .../config/P800-23_cat6_FOA-26LKFS.yml | 397 ++++++++++++++ .../config/P800-23_cat6_FOA-36LKFS.yml | 397 ++++++++++++++ .../P800-23/proc_input/cat1/.gitkeep | 0 .../P800-23/proc_input/cat2/.gitkeep | 0 .../P800-23/proc_input/cat3/.gitkeep | 0 .../P800-23/proc_input/cat4/.gitkeep | 0 .../P800-23/proc_input/cat5/.gitkeep | 0 .../P800-23/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-3/background_noise/.gitkeep | 0 .../P800-3/config/P800-3_cat1_FOA-16LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat1_FOA-26LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat1_FOA-36LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat2_FOA-16LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat2_FOA-26LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat2_FOA-36LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat3_FOA-16LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat3_FOA-26LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat3_FOA-36LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat4_FOA-16LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat4_FOA-26LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat4_FOA-36LKFS.yml | 305 +++++++++++ .../P800-3/config/P800-3_cat5_FOA-16LKFS.yml | 302 +++++++++++ .../P800-3/config/P800-3_cat5_FOA-26LKFS.yml | 302 +++++++++++ .../P800-3/config/P800-3_cat5_FOA-36LKFS.yml | 302 +++++++++++ .../P800-3/config/P800-3_cat6_FOA-16LKFS.yml | 302 +++++++++++ .../P800-3/config/P800-3_cat6_FOA-26LKFS.yml | 302 +++++++++++ .../P800-3/config/P800-3_cat6_FOA-36LKFS.yml | 302 +++++++++++ .../P800-3/proc_input/cat1/.gitkeep | 0 .../P800-3/proc_input/cat2/.gitkeep | 0 .../P800-3/proc_input/cat3/.gitkeep | 0 .../P800-3/proc_input/cat4/.gitkeep | 0 .../P800-3/proc_input/cat5/.gitkeep | 0 .../P800-3/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-4/background_noise/.gitkeep | 0 .../P800-4/config/P800-4_cat1_HOA2-16LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat1_HOA2-26LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat1_HOA2-36LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-16LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-26LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-36LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-16LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-26LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-36LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-16LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-26LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-36LKFS.yml | 418 ++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-16LKFS.yml | 415 ++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-26LKFS.yml | 415 ++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-36LKFS.yml | 415 ++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-16LKFS.yml | 415 ++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-26LKFS.yml | 415 ++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-36LKFS.yml | 415 ++++++++++++++ .../P800-4/proc_input/cat1/.gitkeep | 0 .../P800-4/proc_input/cat2/.gitkeep | 0 .../P800-4/proc_input/cat3/.gitkeep | 0 .../P800-4/proc_input/cat4/.gitkeep | 0 .../P800-4/proc_input/cat5/.gitkeep | 0 .../P800-4/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-5/background_noise/.gitkeep | 0 .../P800-5/config/P800-5_cat1_HOA3-16LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat1_HOA3-26LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat1_HOA3-36LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat2_HOA3-16LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat2_HOA3-26LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat2_HOA3-36LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat3_HOA3-16LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat3_HOA3-26LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat3_HOA3-36LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat4_HOA3-16LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat4_HOA3-26LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat4_HOA3-36LKFS.yml | 305 +++++++++++ .../P800-5/config/P800-5_cat5_HOA3-16LKFS.yml | 302 +++++++++++ .../P800-5/config/P800-5_cat5_HOA3-26LKFS.yml | 302 +++++++++++ .../P800-5/config/P800-5_cat5_HOA3-36LKFS.yml | 302 +++++++++++ .../P800-5/config/P800-5_cat6_HOA3-16LKFS.yml | 302 +++++++++++ .../P800-5/config/P800-5_cat6_HOA3-26LKFS.yml | 302 +++++++++++ .../P800-5/config/P800-5_cat6_HOA3-36LKFS.yml | 302 +++++++++++ .../P800-5/proc_input/cat1/.gitkeep | 0 .../P800-5/proc_input/cat2/.gitkeep | 0 .../P800-5/proc_input/cat3/.gitkeep | 0 .../P800-5/proc_input/cat4/.gitkeep | 0 .../P800-5/proc_input/cat5/.gitkeep | 0 .../P800-5/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-6/background_noise/.gitkeep | 0 .../P800-6/config/P800-6_cat1_5_1-16LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat1_5_1-26LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat1_5_1-36LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat2_7_1-16LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat2_7_1-26LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat2_7_1-36LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat3_5_1-16LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat3_5_1-26LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat3_5_1-36LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat4_7_1-16LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat4_7_1-26LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat4_7_1-36LKFS.yml | 305 +++++++++++ .../P800-6/config/P800-6_cat5_5_1-16LKFS.yml | 302 +++++++++++ .../P800-6/config/P800-6_cat5_5_1-26LKFS.yml | 302 +++++++++++ .../P800-6/config/P800-6_cat5_5_1-36LKFS.yml | 302 +++++++++++ .../P800-6/config/P800-6_cat6_7_1-16LKFS.yml | 302 +++++++++++ .../P800-6/config/P800-6_cat6_7_1-26LKFS.yml | 302 +++++++++++ .../P800-6/config/P800-6_cat6_7_1-36LKFS.yml | 302 +++++++++++ .../P800-6/proc_input/cat1/.gitkeep | 0 .../P800-6/proc_input/cat2/.gitkeep | 0 .../P800-6/proc_input/cat3/.gitkeep | 0 .../P800-6/proc_input/cat4/.gitkeep | 0 .../P800-6/proc_input/cat5/.gitkeep | 0 .../P800-6/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-7/background_noise/.gitkeep | 0 .../config/P800-7_cat1_5_1_4-16LKFS.yml | 305 +++++++++++ .../config/P800-7_cat1_5_1_4-26LKFS.yml | 305 +++++++++++ .../config/P800-7_cat1_5_1_4-36LKFS.yml | 305 +++++++++++ .../config/P800-7_cat2_7_1_4-16LKFS.yml | 305 +++++++++++ .../config/P800-7_cat2_7_1_4-26LKFS.yml | 305 +++++++++++ .../config/P800-7_cat2_7_1_4-36LKFS.yml | 305 +++++++++++ .../config/P800-7_cat3_5_1_4-16LKFS.yml | 305 +++++++++++ .../config/P800-7_cat3_5_1_4-26LKFS.yml | 305 +++++++++++ .../config/P800-7_cat3_5_1_4-36LKFS.yml | 305 +++++++++++ .../config/P800-7_cat4_7_1_4-16LKFS.yml | 305 +++++++++++ .../config/P800-7_cat4_7_1_4-26LKFS.yml | 305 +++++++++++ .../config/P800-7_cat4_7_1_4-36LKFS.yml | 305 +++++++++++ .../config/P800-7_cat5_5_1_4-16LKFS.yml | 302 +++++++++++ .../config/P800-7_cat5_5_1_4-26LKFS.yml | 302 +++++++++++ .../config/P800-7_cat5_5_1_4-36LKFS.yml | 302 +++++++++++ .../config/P800-7_cat6_7_1_4-16LKFS.yml | 302 +++++++++++ .../config/P800-7_cat6_7_1_4-26LKFS.yml | 302 +++++++++++ .../config/P800-7_cat6_7_1_4-36LKFS.yml | 302 +++++++++++ .../P800-7/proc_input/cat1/.gitkeep | 0 .../P800-7/proc_input/cat2/.gitkeep | 0 .../P800-7/proc_input/cat3/.gitkeep | 0 .../P800-7/proc_input/cat4/.gitkeep | 0 .../P800-7/proc_input/cat5/.gitkeep | 0 .../P800-7/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 .../P800-8/background_noise/.gitkeep | 0 .../P800-8/config/P800-8_cat1_5_1-16LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat1_5_1-26LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat1_5_1-36LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat2_7_1-16LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat2_7_1-26LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat2_7_1-36LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat3_5_1_4-16LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat3_5_1_4-26LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat3_5_1_4-36LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat4_7_1_4-16LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat4_7_1_4-26LKFS.yml | 386 +++++++++++++ .../config/P800-8_cat4_7_1_4-36LKFS.yml | 386 +++++++++++++ .../P800-8/config/P800-8_cat5_5_1-16LKFS.yml | 383 +++++++++++++ .../P800-8/config/P800-8_cat5_5_1-26LKFS.yml | 383 +++++++++++++ .../P800-8/config/P800-8_cat5_5_1-36LKFS.yml | 383 +++++++++++++ .../config/P800-8_cat6_7_1_4-16LKFS.yml | 383 +++++++++++++ .../config/P800-8_cat6_7_1_4-26LKFS.yml | 383 +++++++++++++ .../config/P800-8_cat6_7_1_4-36LKFS.yml | 383 +++++++++++++ .../P800-8/proc_input/cat1/.gitkeep | 0 .../P800-8/proc_input/cat2/.gitkeep | 0 .../P800-8/proc_input/cat3/.gitkeep | 0 .../P800-8/proc_input/cat4/.gitkeep | 0 .../P800-8/proc_input/cat5/.gitkeep | 0 .../P800-8/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../P800-9/config/P800-9_cat1_ISM1-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat1_ISM1-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat1_ISM1-36LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat2_ISM1-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat2_ISM1-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat2_ISM1-36LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat3_ISM2-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat3_ISM2-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat3_ISM2-36LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat4_ISM2-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat4_ISM2-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat4_ISM2-36LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat5_ISM1-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat5_ISM1-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat5_ISM1-36LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat6_ISM2-16LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat6_ISM2-26LKFS.yml | 302 +++++++++++ .../P800-9/config/P800-9_cat6_ISM2-36LKFS.yml | 302 +++++++++++ .../P800-9/proc_input/cat1/.gitkeep | 0 .../P800-9/proc_input/cat2/.gitkeep | 0 .../P800-9/proc_input/cat3/.gitkeep | 0 .../P800-9/proc_input/cat4/.gitkeep | 0 .../P800-9/proc_input/cat5/.gitkeep | 0 .../P800-9/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-16LKFS/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat1/out_-36LKFS/.gitkeep | 0 .../proc_output/cat2/out_-16LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-36LKFS/.gitkeep | 0 .../proc_output/cat3/out_-16LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-36LKFS/.gitkeep | 0 .../proc_output/cat4/out_-16LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-36LKFS/.gitkeep | 0 .../proc_output/cat5/out_-16LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-36LKFS/.gitkeep | 0 .../proc_output/cat6/out_-16LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-36LKFS/.gitkeep | 0 1068 files changed, 150579 insertions(+) create mode 100644 experiments/characterization/BS1534-1/config/BS1534-1.yml create mode 100644 experiments/characterization/BS1534-1/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-1/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml create mode 100644 experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml create mode 100644 experiments/characterization/BS1534-10/proc_input_ISM1/.gitkeep create mode 100644 experiments/characterization/BS1534-10/proc_input_ISM2/.gitkeep create mode 100644 experiments/characterization/BS1534-10/proc_output_ISM1/.gitkeep create mode 100644 experiments/characterization/BS1534-10/proc_output_ISM2/.gitkeep create mode 100644 experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml create mode 100644 experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml create mode 100644 experiments/characterization/BS1534-11/proc_input_ISM3/.gitkeep create mode 100644 experiments/characterization/BS1534-11/proc_input_ISM4/.gitkeep create mode 100644 experiments/characterization/BS1534-11/proc_output_ISM3/.gitkeep create mode 100644 experiments/characterization/BS1534-11/proc_output_ISM4/.gitkeep create mode 100644 experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml create mode 100644 experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml create mode 100644 experiments/characterization/BS1534-12/proc_input_ISM3/.gitkeep create mode 100644 experiments/characterization/BS1534-12/proc_input_ISM4/.gitkeep create mode 100644 experiments/characterization/BS1534-12/proc_output_ISM3/.gitkeep create mode 100644 experiments/characterization/BS1534-12/proc_output_ISM4/.gitkeep create mode 100644 experiments/characterization/BS1534-13/config/BS1534-13.yml create mode 100644 experiments/characterization/BS1534-13/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-13/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-14/config/BS1534-14.yml create mode 100644 experiments/characterization/BS1534-14/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-14/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-15/config/BS1534-15.yml create mode 100644 experiments/characterization/BS1534-15/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-15/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml create mode 100644 experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml create mode 100644 experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml create mode 100644 experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml create mode 100644 experiments/characterization/BS1534-16/proc_input_ISM1SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_input_ISM2SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_input_ISM3SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_input_ISM4SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_output_ISM1SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_output_ISM2SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_output_ISM3SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-16/proc_output_ISM4SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml create mode 100644 experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml create mode 100644 experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml create mode 100644 experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml create mode 100644 experiments/characterization/BS1534-17/proc_input_ISM1SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_input_ISM2SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_input_ISM3SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_input_ISM4SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_output_ISM1SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_output_ISM2SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_output_ISM3SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-17/proc_output_ISM4SBA3/.gitkeep create mode 100644 experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml create mode 100644 experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml create mode 100644 experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml create mode 100644 experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml create mode 100644 experiments/characterization/BS1534-18/proc_input_ISM1MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_input_ISM2MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_input_ISM3MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_input_ISM4MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_output_ISM1MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_output_ISM2MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_output_ISM3MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-18/proc_output_ISM4MASA2DIR2/.gitkeep create mode 100644 experiments/characterization/BS1534-19/config/BS1534-19.yml create mode 100644 experiments/characterization/BS1534-19/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-19/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-2/config/BS1534-2.yml create mode 100644 experiments/characterization/BS1534-2/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-2/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-20/config/BS1534-20.yml create mode 100644 experiments/characterization/BS1534-20/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-20/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-3/config/BS1534-3.yml create mode 100644 experiments/characterization/BS1534-3/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-3/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-4/config/BS1534-4.yml create mode 100644 experiments/characterization/BS1534-4/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-4/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-5/config/BS1534-5.yml create mode 100644 experiments/characterization/BS1534-5/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-5/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-6/config/BS1534-6.yml create mode 100644 experiments/characterization/BS1534-6/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-6/proc_output/.gitkeep create mode 100644 experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml create mode 100644 experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml create mode 100644 experiments/characterization/BS1534-7/proc_input_5_1/.gitkeep create mode 100644 experiments/characterization/BS1534-7/proc_input_7_1/.gitkeep create mode 100644 experiments/characterization/BS1534-7/proc_output_5_1/.gitkeep create mode 100644 experiments/characterization/BS1534-7/proc_output_7_1/.gitkeep create mode 100644 experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml create mode 100644 experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml create mode 100644 experiments/characterization/BS1534-8/proc_input_5_1_2/.gitkeep create mode 100644 experiments/characterization/BS1534-8/proc_input_5_1_4/.gitkeep create mode 100644 experiments/characterization/BS1534-8/proc_output_5_1_2/.gitkeep create mode 100644 experiments/characterization/BS1534-8/proc_output_5_1_4/.gitkeep create mode 100644 experiments/characterization/BS1534-9/config/BS1534-9.yml create mode 100644 experiments/characterization/BS1534-9/proc_input/.gitkeep create mode 100644 experiments/characterization/BS1534-9/proc_output/.gitkeep create mode 100644 experiments/characterization/P800-1/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-1/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-1/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml create mode 100644 experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml create mode 100644 experiments/characterization/P800-10/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-10/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml create mode 100644 experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml create mode 100644 experiments/characterization/P800-11/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-11/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat1_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat1_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-12/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-12/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat1_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat1_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-13/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-13/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml create mode 100644 experiments/characterization/P800-14/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-15/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-15/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-16/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-16/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml create mode 100644 experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml create mode 100644 experiments/characterization/P800-17/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-17/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-18/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-18/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-19/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-19/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-2/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-2/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-20/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-20/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml create mode 100644 experiments/characterization/P800-21/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-21/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-22/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-22/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-23/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-23/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml create mode 100644 experiments/characterization/P800-3/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-3/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml create mode 100644 experiments/characterization/P800-4/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-4/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml create mode 100644 experiments/characterization/P800-5/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-5/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-6/config/P800-6_cat1_5_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat1_5_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat1_5_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat2_7_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat2_7_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat2_7_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat3_5_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat3_5_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat3_5_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat4_7_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat4_7_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat4_7_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat5_5_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat5_5_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat5_5_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat6_7_1-16LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat6_7_1-26LKFS.yml create mode 100644 experiments/characterization/P800-6/config/P800-6_cat6_7_1-36LKFS.yml create mode 100644 experiments/characterization/P800-6/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-6/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-7/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-7/proc_output/cat6/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/background_noise/.gitkeep create mode 100644 experiments/characterization/P800-8/config/P800-8_cat1_5_1-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat1_5_1-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat1_5_1-36LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat2_7_1-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat2_7_1-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat2_7_1-36LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat5_5_1-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat5_5_1-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat5_5_1-36LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml create mode 100644 experiments/characterization/P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml create mode 100644 experiments/characterization/P800-8/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-8/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml create mode 100644 experiments/characterization/P800-9/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat1/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat1/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat2/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat2/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat3/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat3/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat4/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat4/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat5/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat5/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat6/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat6/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-9/proc_output/cat6/out_-36LKFS/.gitkeep 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 00000000..ce760d14 --- /dev/null +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-1/proc_output/.gitkeep b/experiments/characterization/BS1534-1/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..acfb8ca3 --- /dev/null +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..30788b10 --- /dev/null +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..45a7c30c --- /dev/null +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..abf1bda6 --- /dev/null +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..de1182c6 --- /dev/null +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..c675f5c4 --- /dev/null +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..d02de29c --- /dev/null +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-13/proc_output/.gitkeep b/experiments/characterization/BS1534-13/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..a2afe28c --- /dev/null +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-14/proc_output/.gitkeep b/experiments/characterization/BS1534-14/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..f8ca32c1 --- /dev/null +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-15/proc_output/.gitkeep b/experiments/characterization/BS1534-15/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..0149422c --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..2d78428a --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..18a998ff --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..75e901a8 --- /dev/null +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..400269b3 --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..6fdfc25d --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..5b29688a --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..ed7db170 --- /dev/null +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..14c04d6e --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..6db71d10 --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..5323a50d --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..8f502a55 --- /dev/null +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..dbe4d5bf --- /dev/null +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -0,0 +1,125 @@ +--- +# 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 + bitrates: + - 7200 + - 7200 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + dec: + bin: ivas_processing_scripts/bin/EVS_dec_fx + c04: + type: evs + 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 + 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 + 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 + rend: + fmt: STEREO + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -stereo_dmx_evs + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c08: + type: 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/IVAS_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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-19/proc_output/.gitkeep b/experiments/characterization/BS1534-19/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..79dbe418 --- /dev/null +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-2/proc_output/.gitkeep b/experiments/characterization/BS1534-2/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..60f21116 --- /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 + rend: + fmt: BINAURAL + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + c02: + type: lp7k + rend: + fmt: BINAURAL + opts: + - -dpid + - '0' + - '1' + - '2' + - '3' + render_config: true + trajectory: true + c03: + type: lp3k5 + 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-20/proc_output/.gitkeep b/experiments/characterization/BS1534-20/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..49e23992 --- /dev/null +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-3/proc_output/.gitkeep b/experiments/characterization/BS1534-3/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..93367e84 --- /dev/null +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-4/proc_output/.gitkeep b/experiments/characterization/BS1534-4/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..4985844e --- /dev/null +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-5/proc_output/.gitkeep b/experiments/characterization/BS1534-5/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..27c0ccdd --- /dev/null +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-6/proc_output/.gitkeep b/experiments/characterization/BS1534-6/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..c6f0d499 --- /dev/null +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..668acd23 --- /dev/null +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..adf12556 --- /dev/null +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e2ceef3b --- /dev/null +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..f807341b --- /dev/null +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -0,0 +1,110 @@ +--- +# 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 + rend: + fmt: STEREO + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + c04: + type: evs + rend: + fmt: STEREO + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/EVS_cod_fx + fmt: MONO + ivas_prerend: true + ### 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 00000000..e69de29b diff --git a/experiments/characterization/BS1534-9/proc_output/.gitkeep b/experiments/characterization/BS1534-9/proc_output/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-1/background_noise/.gitkeep b/experiments/characterization/P800-1/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..335fee64 --- /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/background_noise_cat1.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 00000000..8c847560 --- /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/background_noise_cat1.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 00000000..5261cee1 --- /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/background_noise_cat1.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 00000000..0e4544fe --- /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/background_noise_cat2.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 00000000..6ed3984d --- /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/background_noise_cat2.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 00000000..44e35cd3 --- /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/background_noise_cat2.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 00000000..995800b0 --- /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/background_noise_cat3.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 00000000..03904223 --- /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/background_noise_cat3.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 00000000..d6905b19 --- /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/background_noise_cat3.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 00000000..ecdf9b52 --- /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/background_noise_cat4.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 00000000..9354bad2 --- /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/background_noise_cat4.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 00000000..9a594f9d --- /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/background_noise_cat4.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 00000000..43948019 --- /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 00000000..dac466ff --- /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 00000000..a507cfcd --- /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 00000000..d86d7fc5 --- /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 00000000..d0669d0f --- /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 00000000..dde4c88e --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..687e286f --- /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 00000000..4618d958 --- /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 00000000..f97dcb5a --- /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 00000000..b688382f --- /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 00000000..1c704c6f --- /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 00000000..6e4a05c5 --- /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 00000000..06b605dd --- /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 00000000..38b2c178 --- /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 00000000..0788188d --- /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 00000000..8c311170 --- /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 00000000..1880adea --- /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 00000000..fa82e5cf --- /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 00000000..b9df8ac4 --- /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 00000000..a035adad --- /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 00000000..676a5882 --- /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 00000000..ff0b01b6 --- /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 00000000..0b5d672e --- /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 00000000..713b0e0a --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..af0005e8 --- /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 00000000..08976f0c --- /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 00000000..b2a8972c --- /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 00000000..1a753817 --- /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 00000000..b5ead014 --- /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 00000000..36fb3591 --- /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 00000000..018084ad --- /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 00000000..a861d7fa --- /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 00000000..b2a670fe --- /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 00000000..1652a30d --- /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 00000000..27c74dbc --- /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 00000000..78d1b644 --- /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 00000000..500689a9 --- /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 00000000..3752c482 --- /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 00000000..36e03911 --- /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 00000000..b1ff36bc --- /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 00000000..0756514c --- /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 00000000..2de58109 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-12/background_noise/.gitkeep b/experiments/characterization/P800-12/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml new file mode 100644 index 00000000..087cd41d --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_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/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: "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/background_noise_cat1.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_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_FOA-26LKFS.yml new file mode 100644 index 00000000..c8182f82 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_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/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: "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/background_noise_cat1.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_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_FOA-36LKFS.yml new file mode 100644 index 00000000..ec92c061 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat1_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/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: "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/background_noise_cat1.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-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml new file mode 100644 index 00000000..7e06f6b5 --- /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/background_noise_cat2.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 00000000..fc8e8e1f --- /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/background_noise_cat2.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 00000000..1f398a72 --- /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/background_noise_cat2.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 00000000..dbd75846 --- /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/background_noise_cat3.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 00000000..fe648970 --- /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/background_noise_cat3.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 00000000..d3d88855 --- /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/background_noise_cat3.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 00000000..d989a3c6 --- /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/background_noise_cat4.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 00000000..33b1d74b --- /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/background_noise_cat4.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 00000000..f43cf9db --- /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/background_noise_cat4.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 00000000..202d3f6a --- /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 00000000..7c7b4c0f --- /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 00000000..d4833791 --- /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_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-16LKFS.yml new file mode 100644 index 00000000..f1db8c16 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_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/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: "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_cat6_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-26LKFS.yml new file mode 100644 index 00000000..b5d35a66 --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_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/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: "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_cat6_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-36LKFS.yml new file mode 100644 index 00000000..62b6d16b --- /dev/null +++ b/experiments/characterization/P800-12/config/P800-12_cat6_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/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: "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/proc_input/cat1/.gitkeep b/experiments/characterization/P800-12/proc_input/cat1/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-13/background_noise/.gitkeep b/experiments/characterization/P800-13/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml new file mode 100644 index 00000000..0cf7eec8 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_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/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: "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/background_noise_cat1.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_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_FOA-26LKFS.yml new file mode 100644 index 00000000..7ab8e6a5 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_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/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: "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/background_noise_cat1.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_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_FOA-36LKFS.yml new file mode 100644 index 00000000..78b34fd5 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat1_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/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: "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/background_noise_cat1.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-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml new file mode 100644 index 00000000..f6bff9df --- /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/background_noise_cat2.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 00000000..611f2d1c --- /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/background_noise_cat2.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 00000000..4afd96dc --- /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/background_noise_cat2.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 00000000..712d4ec5 --- /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/background_noise_cat3.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 00000000..7ba75e5a --- /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/background_noise_cat3.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 00000000..55a3e098 --- /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/background_noise_cat3.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 00000000..e6a588b4 --- /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/background_noise_cat4.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 00000000..76f1c358 --- /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/background_noise_cat4.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 00000000..5d1c5bbf --- /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/background_noise_cat4.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_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-16LKFS.yml new file mode 100644 index 00000000..0459788a --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-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: "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: + - 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_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-26LKFS.yml new file mode 100644 index 00000000..6a11c60f --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-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: "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: + - 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_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-36LKFS.yml new file mode 100644 index 00000000..85f60dae --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-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: "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: + - 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_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-16LKFS.yml new file mode 100644 index 00000000..a4db7149 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-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: "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: + - 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_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-26LKFS.yml new file mode 100644 index 00000000..1edcee09 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-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: "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: + - 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_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-36LKFS.yml new file mode 100644 index 00000000..18148e26 --- /dev/null +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-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: "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: + - 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/proc_input/cat1/.gitkeep b/experiments/characterization/P800-13/proc_input/cat1/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-14/background_noise/.gitkeep b/experiments/characterization/P800-14/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml new file mode 100644 index 00000000..117a498d --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml new file mode 100644 index 00000000..0bacc225 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml new file mode 100644 index 00000000..205468e5 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat1.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml new file mode 100644 index 00000000..adeb380f --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml new file mode 100644 index 00000000..cdf4a061 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml new file mode 100644 index 00000000..249a8241 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat2.wav + snr: 45 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml new file mode 100644 index 00000000..4795cf84 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml new file mode 100644 index 00000000..1ee658b0 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml new file mode 100644 index 00000000..cf14f6a1 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat3.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml new file mode 100644 index 00000000..98ae90c0 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml new file mode 100644 index 00000000..1371fc44 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml new file mode 100644 index 00000000..a8af0baf --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml @@ -0,0 +1,486 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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-14/background_noise/background_noise_cat4.wav + snr: 15 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Anchor conditions ### + c01: + type: ref + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml new file mode 100644 index 00000000..24f3d25a --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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 + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml new file mode 100644 index 00000000..f45e3abc --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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 + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml new file mode 100644 index 00000000..cd4d7640 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/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 + fmt: MASA1DIR1 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml new file mode 100644 index 00000000..87f3287c --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/proc_output/cat6/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 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml new file mode 100644 index 00000000..1f291475 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/proc_output/cat6/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 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml new file mode 100644 index 00000000..99edeeb8 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml @@ -0,0 +1,483 @@ +--- +# 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" +output_path: "experiments/characterization/P800-14/proc_output/cat6/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 + c02: + type: ref + fmt: MASA2DIR1 + ### MNRU conditions ### + c03: + type: mnru + q: 32 + fmt: MASA1DIR1 + c04: + type: mnru + q: 25 + fmt: MASA1DIR1 + c05: + type: mnru + q: 18 + fmt: MASA1DIR1 + ### 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, 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, 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, 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 + ### 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/proc_input/cat1/.gitkeep b/experiments/characterization/P800-14/proc_input/cat1/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-15/background_noise/.gitkeep b/experiments/characterization/P800-15/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..27940556 --- /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/background_noise_cat1.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 00000000..57d6a9a1 --- /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/background_noise_cat1.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 00000000..98b18850 --- /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/background_noise_cat1.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 00000000..5485b025 --- /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/background_noise_cat2.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 00000000..85718647 --- /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/background_noise_cat2.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 00000000..6d96ad59 --- /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/background_noise_cat2.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 00000000..9a8d3ce0 --- /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/background_noise_cat3.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 00000000..7fdb6ac0 --- /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/background_noise_cat3.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 00000000..12d8d47a --- /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/background_noise_cat3.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 00000000..995a587d --- /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/background_noise_cat4.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 00000000..b0e91acb --- /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/background_noise_cat4.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 00000000..79938f30 --- /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/background_noise_cat4.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 00000000..ba86051a --- /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 00000000..f5bef891 --- /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 00000000..45a06eb3 --- /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 00000000..a7213ed9 --- /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 00000000..700b588f --- /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 00000000..8e5a2245 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..67b3bc59 --- /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 00000000..e1652cc2 --- /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 00000000..87ee03ce --- /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 00000000..f59b7198 --- /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 00000000..7f1182c8 --- /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 00000000..40ce2756 --- /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 00000000..6866f38a --- /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 00000000..f0e748a5 --- /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 00000000..ed7fd462 --- /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 00000000..371cc051 --- /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 00000000..3b7d2c66 --- /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 00000000..7c79e4ed --- /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 00000000..b78b76ce --- /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 00000000..d4bea843 --- /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 00000000..09040779 --- /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 00000000..b72a967f --- /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 00000000..dbba4908 --- /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 00000000..c39b0f65 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..3925ea04 --- /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 00000000..7dc073ec --- /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 00000000..e1cf0aae --- /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 00000000..deb85f80 --- /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 00000000..4166d079 --- /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 00000000..d02433c6 --- /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 00000000..7bef1003 --- /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 00000000..360b2fef --- /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 00000000..67d2a502 --- /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 00000000..58d0b0ed --- /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 00000000..9cfa749d --- /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 00000000..619f5ec7 --- /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 00000000..69d868ed --- /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 00000000..661c0f1e --- /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 00000000..fbcaac13 --- /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 00000000..2a656be9 --- /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 00000000..a6c36f45 --- /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 00000000..fd2d74c5 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-18/background_noise/.gitkeep b/experiments/characterization/P800-18/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..0c8b5c60 --- /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 00000000..8b957d68 --- /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 00000000..f97a4bd9 --- /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 00000000..71b73648 --- /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 00000000..f3391586 --- /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 00000000..cf8e2c70 --- /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 00000000..468ad25d --- /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 00000000..eea5562a --- /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 00000000..9dec335b --- /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 00000000..e8985af5 --- /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 00000000..959a7419 --- /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 00000000..90717f9b --- /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 00000000..f4e2df04 --- /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 00000000..741495a0 --- /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 00000000..a7c159c1 --- /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 00000000..37a91cca --- /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 00000000..e026cb76 --- /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 00000000..e89f4590 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..4676a0a9 --- /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 00000000..3ced3107 --- /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 00000000..3345aae9 --- /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 00000000..756b3e84 --- /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 00000000..73a7a42a --- /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 00000000..623b93ec --- /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 00000000..b1390940 --- /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 00000000..3ed2ef92 --- /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 00000000..f0d1d929 --- /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 00000000..5ebab292 --- /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 00000000..52fe4c5b --- /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 00000000..ed145e99 --- /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 00000000..867955c2 --- /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 00000000..18f2f92b --- /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 00000000..6e7e5798 --- /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 00000000..d2284098 --- /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 00000000..ecf079e3 --- /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 00000000..4da90b0b --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-2/background_noise/.gitkeep b/experiments/characterization/P800-2/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..036dfd8f --- /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/background_noise_cat1.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 00000000..57c546fe --- /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/background_noise_cat1.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 00000000..406bf22b --- /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/background_noise_cat1.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 00000000..0eb846ae --- /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/background_noise_cat2.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 00000000..9d6a749d --- /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/background_noise_cat2.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 00000000..0dc317bc --- /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/background_noise_cat2.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 00000000..f8e53475 --- /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/background_noise_cat3.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 00000000..6ec4447a --- /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/background_noise_cat3.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 00000000..db4a196a --- /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/background_noise_cat3.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 00000000..e8eb60fb --- /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/background_noise_cat4.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 00000000..acf6de4c --- /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/background_noise_cat4.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 00000000..be0ffe7b --- /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/background_noise_cat4.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 00000000..d132d101 --- /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 00000000..a29aa9ca --- /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 00000000..e7506465 --- /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 00000000..c375e400 --- /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 00000000..05a083ed --- /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 00000000..b5ff4b76 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..debf6603 --- /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 00000000..5f45daa1 --- /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 00000000..bc44ba7f --- /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 00000000..92cf6875 --- /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 00000000..a727efea --- /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 00000000..ce8d079a --- /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 00000000..5e760eea --- /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 00000000..df3c75fe --- /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 00000000..17485d34 --- /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 00000000..fa680fd1 --- /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 00000000..ca7ea349 --- /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 00000000..a9215b17 --- /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 00000000..794a73c0 --- /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 00000000..dd3804a7 --- /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 00000000..2649ba4b --- /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 00000000..d4d931be --- /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 00000000..09620d50 --- /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 00000000..89feeb37 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-21/background_noise/.gitkeep b/experiments/characterization/P800-21/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..ca751ef8 --- /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/background_noise_cat1.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 00000000..fb4c2e49 --- /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/background_noise_cat1.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 00000000..20c258d7 --- /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/background_noise_cat1.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 00000000..6e0f7dfa --- /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/background_noise_cat2.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 00000000..d798525d --- /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/background_noise_cat2.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 00000000..505567a4 --- /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/background_noise_cat2.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 00000000..178e6915 --- /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/background_noise_cat3.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 00000000..7bd406fe --- /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/background_noise_cat3.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 00000000..190db2dd --- /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/background_noise_cat3.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 00000000..af417cd9 --- /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/background_noise_cat4.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 00000000..8e5e53a5 --- /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/background_noise_cat4.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 00000000..bb4273a6 --- /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/background_noise_cat4.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 00000000..ad15c5f8 --- /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 00000000..c8f78875 --- /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 00000000..66282dab --- /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 00000000..03a456b7 --- /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 00000000..5d67d35a --- /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 00000000..2a4309f7 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..931fa8a8 --- /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 00000000..3dbfdf94 --- /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 00000000..802ec140 --- /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 00000000..fc9d584d --- /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 00000000..630a2efd --- /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 00000000..e12f03b9 --- /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 00000000..9a0d75b7 --- /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 00000000..2cc36b72 --- /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 00000000..85e8e8e3 --- /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 00000000..b33a025c --- /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 00000000..34e5569a --- /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 00000000..6dbf42c6 --- /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 00000000..e53718c8 --- /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 00000000..2a6014ae --- /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 00000000..fe676913 --- /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 00000000..2e5c6a00 --- /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 00000000..b6e550fe --- /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 00000000..0472d89b --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-23/background_noise/.gitkeep b/experiments/characterization/P800-23/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..9682ae40 --- /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/background_noise_cat1.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 00000000..3b973348 --- /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/background_noise_cat1.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 00000000..32ca1b8d --- /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/background_noise_cat1.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 00000000..7876ac0b --- /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/background_noise_cat2.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 00000000..75861bd3 --- /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/background_noise_cat2.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 00000000..bf718d05 --- /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/background_noise_cat2.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 00000000..80356a4e --- /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/background_noise_cat3.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 00000000..891b01c2 --- /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/background_noise_cat3.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 00000000..22fdd9d7 --- /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/background_noise_cat3.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 00000000..f84f2239 --- /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/background_noise_cat4.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 00000000..3f83550d --- /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/background_noise_cat4.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 00000000..598a155f --- /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/background_noise_cat4.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 00000000..a1499a27 --- /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 00000000..c9a65336 --- /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 00000000..4506bdfb --- /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 00000000..b327407b --- /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 00000000..944a3e91 --- /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 00000000..e1b4f470 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-3/background_noise/.gitkeep b/experiments/characterization/P800-3/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..963abf8f --- /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/background_noise_cat1.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 00000000..b1e18404 --- /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/background_noise_cat1.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 00000000..9428a46f --- /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/background_noise_cat1.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 00000000..c0324a94 --- /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/background_noise_cat2.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 00000000..50633d6b --- /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/background_noise_cat2.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 00000000..2ec21a2a --- /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/background_noise_cat2.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 00000000..0835d251 --- /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/background_noise_cat3.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 00000000..b7835d9c --- /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/background_noise_cat3.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 00000000..42e1de8d --- /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/background_noise_cat3.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 00000000..099ab859 --- /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/background_noise_cat4.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 00000000..203e2d6c --- /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/background_noise_cat4.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 00000000..db874763 --- /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/background_noise_cat4.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 00000000..fbae536b --- /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 00000000..7a28cd70 --- /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 00000000..ab9dba75 --- /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 00000000..8b3071d4 --- /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 00000000..982d76e6 --- /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 00000000..93ff1008 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-4/background_noise/.gitkeep b/experiments/characterization/P800-4/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..ebe05242 --- /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/background_noise_cat1.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 00000000..fc6dff57 --- /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/background_noise_cat1.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 00000000..dc05189b --- /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/background_noise_cat1.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 00000000..41346cbb --- /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/background_noise_cat2.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 00000000..976dfe48 --- /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/background_noise_cat2.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 00000000..f1da6d8c --- /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/background_noise_cat2.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 00000000..65ce90df --- /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/background_noise_cat3.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 00000000..817b5ab2 --- /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/background_noise_cat3.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 00000000..89d645c6 --- /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/background_noise_cat3.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 00000000..3fb485d4 --- /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/background_noise_cat4.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 00000000..82907206 --- /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/background_noise_cat4.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 00000000..9f779a89 --- /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/background_noise_cat4.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 00000000..da4dcc3b --- /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 00000000..d886510a --- /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 00000000..9003e444 --- /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 00000000..cf4b5f60 --- /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 00000000..10ba2760 --- /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 00000000..86ff6430 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-5/background_noise/.gitkeep b/experiments/characterization/P800-5/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..00ebee40 --- /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/background_noise_cat1.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 00000000..6094a333 --- /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/background_noise_cat1.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 00000000..b7583b31 --- /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/background_noise_cat1.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 00000000..5d30dd9a --- /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/background_noise_cat2.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 00000000..9d777e40 --- /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/background_noise_cat2.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 00000000..32986965 --- /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/background_noise_cat2.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 00000000..6b01b352 --- /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/background_noise_cat3.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 00000000..47c7db1e --- /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/background_noise_cat3.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 00000000..013f45f7 --- /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/background_noise_cat3.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 00000000..acfee92a --- /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/background_noise_cat4.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 00000000..31db0109 --- /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/background_noise_cat4.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 00000000..ee2f7020 --- /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/background_noise_cat4.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 00000000..3af2ec00 --- /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 00000000..b13094bc --- /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 00000000..cf90547b --- /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 00000000..9dddcab4 --- /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 00000000..2cdb1970 --- /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 00000000..91f91441 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-6/background_noise/.gitkeep b/experiments/characterization/P800-6/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..169850a9 --- /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/background_noise_cat1.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 00000000..5e9e50b6 --- /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/background_noise_cat1.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 00000000..ced5e8fa --- /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/background_noise_cat1.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 00000000..c2d834e1 --- /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/background_noise_cat2.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 00000000..642e85cd --- /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/background_noise_cat2.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 00000000..1d1eb631 --- /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/background_noise_cat2.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 00000000..a6250d80 --- /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/background_noise_cat3.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 00000000..634b080c --- /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/background_noise_cat3.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 00000000..03646239 --- /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/background_noise_cat3.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 00000000..24a66a69 --- /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/background_noise_cat4.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 00000000..5a4e0832 --- /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/background_noise_cat4.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 00000000..d785a596 --- /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/background_noise_cat4.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 00000000..446c9d85 --- /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 00000000..5b6376ff --- /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 00000000..7e114f98 --- /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 00000000..29c5c4ca --- /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 00000000..0f133d63 --- /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 00000000..e8eb7477 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-7/background_noise/.gitkeep b/experiments/characterization/P800-7/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..9f66cf13 --- /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/background_noise_cat1.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 00000000..5274aa73 --- /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/background_noise_cat1.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 00000000..9b02b8b0 --- /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/background_noise_cat1.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 00000000..1c334102 --- /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/background_noise_cat2.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 00000000..1abdf15a --- /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/background_noise_cat2.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 00000000..11699dd4 --- /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/background_noise_cat2.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 00000000..58fbc5b6 --- /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/background_noise_cat3.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 00000000..8c8dcec3 --- /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/background_noise_cat3.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 00000000..d31c3c17 --- /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/background_noise_cat3.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 00000000..7b9bae5e --- /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/background_noise_cat4.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 00000000..6bf61919 --- /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/background_noise_cat4.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 00000000..6840a075 --- /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/background_noise_cat4.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 00000000..843912d9 --- /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 00000000..c442ea99 --- /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 00000000..ee380d56 --- /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 00000000..4ac2bcdf --- /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 00000000..36ec831f --- /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 00000000..0e21f246 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b diff --git a/experiments/characterization/P800-8/background_noise/.gitkeep b/experiments/characterization/P800-8/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b 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 00000000..be9afa81 --- /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/background_noise_cat1.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 00000000..0b8c21fe --- /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/background_noise_cat1.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 00000000..b7229120 --- /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/background_noise_cat1.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 00000000..825f36e5 --- /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/background_noise_cat2.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 00000000..e9d0676e --- /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/background_noise_cat2.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 00000000..b44c7b10 --- /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/background_noise_cat2.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 00000000..1ff631d7 --- /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/background_noise_cat3.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 00000000..6e2e5550 --- /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/background_noise_cat3.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 00000000..5a5cae7d --- /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/background_noise_cat3.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 00000000..36df0f64 --- /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/background_noise_cat4.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 00000000..19e135fd --- /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/background_noise_cat4.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 00000000..935ca163 --- /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/background_noise_cat4.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 00000000..b6285bd5 --- /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 00000000..8e335b80 --- /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 00000000..9d227e68 --- /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 00000000..f733b01a --- /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 00000000..213ae0bf --- /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 00000000..99b5aad5 --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..50bd3363 --- /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 00000000..aeda0124 --- /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 00000000..2c4c3623 --- /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 00000000..2832fa4d --- /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 00000000..18e1b713 --- /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 00000000..9d48ccc7 --- /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 00000000..d7cee54a --- /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 00000000..e418c238 --- /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 00000000..f015f513 --- /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 00000000..a6be5865 --- /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 00000000..838db172 --- /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 00000000..c19a9a8a --- /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 00000000..84e0c098 --- /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 00000000..4f3847da --- /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 00000000..2d55e6de --- /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 00000000..3f837ca4 --- /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 00000000..027e6514 --- /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 00000000..7294c6bf --- /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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b 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 00000000..e69de29b -- GitLab From e9530a1263ded1dfe256f02e5bb4316b56219963 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 22 Aug 2025 15:36:16 +0200 Subject: [PATCH 063/159] [fix] preamble/repeat removal for JBM reference condition for loudness; refactor logic for JBM loudness scaling to be a bit clearer --- ivas_processing_scripts/processing/processing.py | 12 ++++++------ .../processing/processing_splitting_scaling.py | 8 +++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 51380988..aa495efa 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -200,29 +200,29 @@ def concat_teardown( in_fs, meta, tracefile, - ivas_jbm, + 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 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) @@ -257,7 +257,7 @@ def concat_teardown( 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)}" ) diff --git a/ivas_processing_scripts/processing/processing_splitting_scaling.py b/ivas_processing_scripts/processing/processing_splitting_scaling.py index 597e256a..e6edc173 100644 --- a/ivas_processing_scripts/processing/processing_splitting_scaling.py +++ b/ivas_processing_scripts/processing/processing_splitting_scaling.py @@ -203,7 +203,9 @@ class Processing_splitting_scaling(Processing): def revert_preamble_concatenation( self, x, fs, in_file, out_file, in_meta, noerror=False, logger=None ): - if self.ivas_jbm and not noerror: + 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=";") @@ -213,7 +215,7 @@ class Processing_splitting_scaling(Processing): # remove preamble and first half of signal due to repetition # JBM conditions are handled later in concat_teardown - if not self.ivas_jbm and (self.preamble or self.repeat_signal): + if not tracefile_needed and (self.preamble or self.repeat_signal): x, in_meta = remove_preamble( x, self.out_fmt, @@ -249,7 +251,7 @@ class Processing_splitting_scaling(Processing): split_fs, in_meta, tracefile_data, - ivas_jbm_splitting_flag, + tracefile_needed, self.repeat_signal, self.preamble, logger, -- GitLab From fd0de058872120cb30f684425f42fd1586b41497 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 22 Aug 2025 15:58:08 +0200 Subject: [PATCH 064/159] re-enable test for IVAS_rend binary --- tests/test_binaries_present.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_binaries_present.py b/tests/test_binaries_present.py index 043fd25b..05045fe4 100755 --- a/tests/test_binaries_present.py +++ b/tests/test_binaries_present.py @@ -41,7 +41,7 @@ BINARIES = [ "eid-xor", "gen-patt", "filter", - # "ivas_rend", # TODO disabled until present on runners + "IVAS_rend", "random", "networkSimulator_g192", # "masaRenderer", -- GitLab From 33df75c9f999754db360022c511307e7fdc8ac42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 25 Aug 2025 20:34:33 +0200 Subject: [PATCH 065/159] Update characterization configs --- .../BS1534-1/config/BS1534-1.yml | 4 ++ .../BS1534-10/config/BS1534-10-ISM1.yml | 4 ++ .../BS1534-10/config/BS1534-10-ISM2.yml | 4 ++ .../BS1534-11/config/BS1534-11-ISM3.yml | 4 ++ .../BS1534-11/config/BS1534-11-ISM4.yml | 4 ++ .../BS1534-12/config/BS1534-12-ISM3.yml | 4 ++ .../BS1534-12/config/BS1534-12-ISM4.yml | 4 ++ .../BS1534-13/config/BS1534-13.yml | 4 ++ .../BS1534-14/config/BS1534-14.yml | 4 ++ .../BS1534-15/config/BS1534-15.yml | 4 ++ .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 4 ++ .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 4 ++ .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 4 ++ .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 4 ++ .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 4 ++ .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 4 ++ .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 4 ++ .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 4 ++ .../config/BS1534-18-ISM1MASA2DIR2.yml | 4 ++ .../config/BS1534-18-ISM2MASA2DIR2.yml | 4 ++ .../config/BS1534-18-ISM3MASA2DIR2.yml | 4 ++ .../config/BS1534-18-ISM4MASA2DIR2.yml | 4 ++ .../BS1534-2/config/BS1534-2.yml | 4 ++ .../BS1534-3/config/BS1534-3.yml | 4 ++ .../BS1534-4/config/BS1534-4.yml | 4 ++ .../BS1534-5/config/BS1534-5.yml | 4 ++ .../BS1534-6/config/BS1534-6.yml | 4 ++ .../BS1534-7/config/BS1534-7-5_1.yml | 4 ++ .../BS1534-7/config/BS1534-7-7_1.yml | 4 ++ .../BS1534-8/config/BS1534-8-5_1_2.yml | 4 ++ .../BS1534-8/config/BS1534-8-5_1_4.yml | 4 ++ .../BS1534-9/config/BS1534-9.yml | 4 ++ .../config/P800-1_cat1_STEREO-16LKFS.yml | 2 +- .../config/P800-1_cat1_STEREO-26LKFS.yml | 2 +- .../config/P800-1_cat1_STEREO-36LKFS.yml | 2 +- .../config/P800-1_cat2_STEREO-16LKFS.yml | 2 +- .../config/P800-1_cat2_STEREO-26LKFS.yml | 2 +- .../config/P800-1_cat2_STEREO-36LKFS.yml | 2 +- .../config/P800-1_cat3_STEREO-16LKFS.yml | 2 +- .../config/P800-1_cat3_STEREO-26LKFS.yml | 2 +- .../config/P800-1_cat3_STEREO-36LKFS.yml | 2 +- .../config/P800-1_cat4_STEREO-16LKFS.yml | 2 +- .../config/P800-1_cat4_STEREO-26LKFS.yml | 2 +- .../config/P800-1_cat4_STEREO-36LKFS.yml | 2 +- ...6LKFS.yml => P800-12_cat1_HOA2-16LKFS.yml} | 58 +++++++++---------- ...6LKFS.yml => P800-12_cat1_HOA2-26LKFS.yml} | 58 +++++++++---------- ...6LKFS.yml => P800-12_cat1_HOA2-36LKFS.yml} | 58 +++++++++---------- .../config/P800-12_cat2_FOA-16LKFS.yml | 2 +- .../config/P800-12_cat2_FOA-26LKFS.yml | 2 +- .../config/P800-12_cat2_FOA-36LKFS.yml | 2 +- .../config/P800-12_cat3_FOA-16LKFS.yml | 2 +- .../config/P800-12_cat3_FOA-26LKFS.yml | 2 +- .../config/P800-12_cat3_FOA-36LKFS.yml | 2 +- .../config/P800-12_cat4_FOA-16LKFS.yml | 2 +- .../config/P800-12_cat4_FOA-26LKFS.yml | 2 +- .../config/P800-12_cat4_FOA-36LKFS.yml | 2 +- ....yml => P800-12_cat6_MASA1DIR2-16LKFS.yml} | 56 +++++++++--------- ....yml => P800-12_cat6_MASA1DIR2-26LKFS.yml} | 56 +++++++++--------- ....yml => P800-12_cat6_MASA1DIR2-36LKFS.yml} | 56 +++++++++--------- ...6LKFS.yml => P800-13_cat1_HOA2-16LKFS.yml} | 58 +++++++++---------- ...6LKFS.yml => P800-13_cat1_HOA2-26LKFS.yml} | 58 +++++++++---------- ...6LKFS.yml => P800-13_cat1_HOA2-36LKFS.yml} | 58 +++++++++---------- .../config/P800-13_cat2_FOA-16LKFS.yml | 2 +- .../config/P800-13_cat2_FOA-26LKFS.yml | 2 +- .../config/P800-13_cat2_FOA-36LKFS.yml | 2 +- .../config/P800-13_cat3_FOA-16LKFS.yml | 2 +- .../config/P800-13_cat3_FOA-26LKFS.yml | 2 +- .../config/P800-13_cat3_FOA-36LKFS.yml | 2 +- .../config/P800-13_cat4_FOA-16LKFS.yml | 2 +- .../config/P800-13_cat4_FOA-26LKFS.yml | 2 +- .../config/P800-13_cat4_FOA-36LKFS.yml | 2 +- ....yml => P800-13_cat6_MASA2DIR2-16LKFS.yml} | 56 +++++++++--------- ....yml => P800-13_cat6_MASA2DIR2-26LKFS.yml} | 56 +++++++++--------- ....yml => P800-13_cat6_MASA2DIR2-36LKFS.yml} | 56 +++++++++--------- .../config/P800-14_cat1_FOA-16LKFS.yml | 2 +- .../config/P800-14_cat1_FOA-26LKFS.yml | 2 +- .../config/P800-14_cat1_FOA-36LKFS.yml | 2 +- .../config/P800-14_cat2_FOA-16LKFS.yml | 2 +- .../config/P800-14_cat2_FOA-26LKFS.yml | 2 +- .../config/P800-14_cat2_FOA-36LKFS.yml | 2 +- .../config/P800-14_cat3_FOA-16LKFS.yml | 2 +- .../config/P800-14_cat3_FOA-26LKFS.yml | 2 +- .../config/P800-14_cat3_FOA-36LKFS.yml | 2 +- .../config/P800-14_cat4_FOA-16LKFS.yml | 2 +- .../config/P800-14_cat4_FOA-26LKFS.yml | 2 +- .../config/P800-14_cat4_FOA-36LKFS.yml | 2 +- .../config/P800-15_cat1_ISM1SBA3-16LKFS.yml | 2 +- .../config/P800-15_cat1_ISM1SBA3-26LKFS.yml | 2 +- .../config/P800-15_cat1_ISM1SBA3-36LKFS.yml | 2 +- .../config/P800-15_cat2_ISM1SBA3-16LKFS.yml | 2 +- .../config/P800-15_cat2_ISM1SBA3-26LKFS.yml | 2 +- .../config/P800-15_cat2_ISM1SBA3-36LKFS.yml | 2 +- .../config/P800-15_cat3_ISM2SBA3-16LKFS.yml | 2 +- .../config/P800-15_cat3_ISM2SBA3-26LKFS.yml | 2 +- .../config/P800-15_cat3_ISM2SBA3-36LKFS.yml | 2 +- .../config/P800-15_cat4_ISM2SBA3-16LKFS.yml | 2 +- .../config/P800-15_cat4_ISM2SBA3-26LKFS.yml | 2 +- .../config/P800-15_cat4_ISM2SBA3-36LKFS.yml | 2 +- .../config/P800-2_cat1_STEREO-16LKFS.yml | 2 +- .../config/P800-2_cat1_STEREO-26LKFS.yml | 2 +- .../config/P800-2_cat1_STEREO-36LKFS.yml | 2 +- .../config/P800-2_cat2_STEREO-16LKFS.yml | 2 +- .../config/P800-2_cat2_STEREO-26LKFS.yml | 2 +- .../config/P800-2_cat2_STEREO-36LKFS.yml | 2 +- .../config/P800-2_cat3_STEREO-16LKFS.yml | 2 +- .../config/P800-2_cat3_STEREO-26LKFS.yml | 2 +- .../config/P800-2_cat3_STEREO-36LKFS.yml | 2 +- .../config/P800-2_cat4_STEREO-16LKFS.yml | 2 +- .../config/P800-2_cat4_STEREO-26LKFS.yml | 2 +- .../config/P800-2_cat4_STEREO-36LKFS.yml | 2 +- .../config/P800-21_cat1_STEREO-16LKFS.yml | 2 +- .../config/P800-21_cat1_STEREO-26LKFS.yml | 2 +- .../config/P800-21_cat1_STEREO-36LKFS.yml | 2 +- .../config/P800-21_cat2_STEREO-16LKFS.yml | 2 +- .../config/P800-21_cat2_STEREO-26LKFS.yml | 2 +- .../config/P800-21_cat2_STEREO-36LKFS.yml | 2 +- .../config/P800-21_cat3_STEREO-16LKFS.yml | 2 +- .../config/P800-21_cat3_STEREO-26LKFS.yml | 2 +- .../config/P800-21_cat3_STEREO-36LKFS.yml | 2 +- .../config/P800-21_cat4_STEREO-16LKFS.yml | 2 +- .../config/P800-21_cat4_STEREO-26LKFS.yml | 2 +- .../config/P800-21_cat4_STEREO-36LKFS.yml | 2 +- .../config/P800-23_cat1_FOA-16LKFS.yml | 2 +- .../config/P800-23_cat1_FOA-26LKFS.yml | 2 +- .../config/P800-23_cat1_FOA-36LKFS.yml | 2 +- .../config/P800-23_cat2_FOA-16LKFS.yml | 2 +- .../config/P800-23_cat2_FOA-26LKFS.yml | 2 +- .../config/P800-23_cat2_FOA-36LKFS.yml | 2 +- .../config/P800-23_cat3_FOA-16LKFS.yml | 2 +- .../config/P800-23_cat3_FOA-26LKFS.yml | 2 +- .../config/P800-23_cat3_FOA-36LKFS.yml | 2 +- .../config/P800-23_cat4_FOA-16LKFS.yml | 2 +- .../config/P800-23_cat4_FOA-26LKFS.yml | 2 +- .../config/P800-23_cat4_FOA-36LKFS.yml | 2 +- .../P800-3/config/P800-3_cat1_FOA-16LKFS.yml | 2 +- .../P800-3/config/P800-3_cat1_FOA-26LKFS.yml | 2 +- .../P800-3/config/P800-3_cat1_FOA-36LKFS.yml | 2 +- .../P800-3/config/P800-3_cat2_FOA-16LKFS.yml | 2 +- .../P800-3/config/P800-3_cat2_FOA-26LKFS.yml | 2 +- .../P800-3/config/P800-3_cat2_FOA-36LKFS.yml | 2 +- .../P800-3/config/P800-3_cat3_FOA-16LKFS.yml | 2 +- .../P800-3/config/P800-3_cat3_FOA-26LKFS.yml | 2 +- .../P800-3/config/P800-3_cat3_FOA-36LKFS.yml | 2 +- .../P800-3/config/P800-3_cat4_FOA-16LKFS.yml | 2 +- .../P800-3/config/P800-3_cat4_FOA-26LKFS.yml | 2 +- .../P800-3/config/P800-3_cat4_FOA-36LKFS.yml | 2 +- .../P800-4/config/P800-4_cat1_HOA2-16LKFS.yml | 2 +- .../P800-4/config/P800-4_cat1_HOA2-26LKFS.yml | 2 +- .../P800-4/config/P800-4_cat1_HOA2-36LKFS.yml | 2 +- .../P800-4/config/P800-4_cat2_HOA2-16LKFS.yml | 2 +- .../P800-4/config/P800-4_cat2_HOA2-26LKFS.yml | 2 +- .../P800-4/config/P800-4_cat2_HOA2-36LKFS.yml | 2 +- .../P800-4/config/P800-4_cat3_HOA2-16LKFS.yml | 2 +- .../P800-4/config/P800-4_cat3_HOA2-26LKFS.yml | 2 +- .../P800-4/config/P800-4_cat3_HOA2-36LKFS.yml | 2 +- .../P800-4/config/P800-4_cat4_HOA2-16LKFS.yml | 2 +- .../P800-4/config/P800-4_cat4_HOA2-26LKFS.yml | 2 +- .../P800-4/config/P800-4_cat4_HOA2-36LKFS.yml | 2 +- .../P800-5/config/P800-5_cat1_HOA3-16LKFS.yml | 2 +- .../P800-5/config/P800-5_cat1_HOA3-26LKFS.yml | 2 +- .../P800-5/config/P800-5_cat1_HOA3-36LKFS.yml | 2 +- .../P800-5/config/P800-5_cat2_HOA3-16LKFS.yml | 2 +- .../P800-5/config/P800-5_cat2_HOA3-26LKFS.yml | 2 +- .../P800-5/config/P800-5_cat2_HOA3-36LKFS.yml | 2 +- .../P800-5/config/P800-5_cat3_HOA3-16LKFS.yml | 2 +- .../P800-5/config/P800-5_cat3_HOA3-26LKFS.yml | 2 +- .../P800-5/config/P800-5_cat3_HOA3-36LKFS.yml | 2 +- .../P800-5/config/P800-5_cat4_HOA3-16LKFS.yml | 2 +- .../P800-5/config/P800-5_cat4_HOA3-26LKFS.yml | 2 +- .../P800-5/config/P800-5_cat4_HOA3-36LKFS.yml | 2 +- .../P800-6/config/P800-6_cat1_5_1-16LKFS.yml | 2 +- .../P800-6/config/P800-6_cat1_5_1-26LKFS.yml | 2 +- .../P800-6/config/P800-6_cat1_5_1-36LKFS.yml | 2 +- .../P800-6/config/P800-6_cat2_7_1-16LKFS.yml | 2 +- .../P800-6/config/P800-6_cat2_7_1-26LKFS.yml | 2 +- .../P800-6/config/P800-6_cat2_7_1-36LKFS.yml | 2 +- .../P800-6/config/P800-6_cat3_5_1-16LKFS.yml | 2 +- .../P800-6/config/P800-6_cat3_5_1-26LKFS.yml | 2 +- .../P800-6/config/P800-6_cat3_5_1-36LKFS.yml | 2 +- .../P800-6/config/P800-6_cat4_7_1-16LKFS.yml | 2 +- .../P800-6/config/P800-6_cat4_7_1-26LKFS.yml | 2 +- .../P800-6/config/P800-6_cat4_7_1-36LKFS.yml | 2 +- .../config/P800-7_cat1_5_1_4-16LKFS.yml | 2 +- .../config/P800-7_cat1_5_1_4-26LKFS.yml | 2 +- .../config/P800-7_cat1_5_1_4-36LKFS.yml | 2 +- .../config/P800-7_cat2_7_1_4-16LKFS.yml | 2 +- .../config/P800-7_cat2_7_1_4-26LKFS.yml | 2 +- .../config/P800-7_cat2_7_1_4-36LKFS.yml | 2 +- .../config/P800-7_cat3_5_1_4-16LKFS.yml | 2 +- .../config/P800-7_cat3_5_1_4-26LKFS.yml | 2 +- .../config/P800-7_cat3_5_1_4-36LKFS.yml | 2 +- .../config/P800-7_cat4_7_1_4-16LKFS.yml | 2 +- .../config/P800-7_cat4_7_1_4-26LKFS.yml | 2 +- .../config/P800-7_cat4_7_1_4-36LKFS.yml | 2 +- .../P800-8/config/P800-8_cat1_5_1-16LKFS.yml | 2 +- .../P800-8/config/P800-8_cat1_5_1-26LKFS.yml | 2 +- .../P800-8/config/P800-8_cat1_5_1-36LKFS.yml | 2 +- .../P800-8/config/P800-8_cat2_7_1-16LKFS.yml | 2 +- .../P800-8/config/P800-8_cat2_7_1-26LKFS.yml | 2 +- .../P800-8/config/P800-8_cat2_7_1-36LKFS.yml | 2 +- .../config/P800-8_cat3_5_1_4-16LKFS.yml | 2 +- .../config/P800-8_cat3_5_1_4-26LKFS.yml | 2 +- .../config/P800-8_cat3_5_1_4-36LKFS.yml | 2 +- .../config/P800-8_cat4_7_1_4-16LKFS.yml | 2 +- .../config/P800-8_cat4_7_1_4-26LKFS.yml | 2 +- .../config/P800-8_cat4_7_1_4-36LKFS.yml | 2 +- 206 files changed, 632 insertions(+), 504 deletions(-) rename experiments/characterization/P800-12/config/{P800-12_cat1_FOA-16LKFS.yml => P800-12_cat1_HOA2-16LKFS.yml} (90%) rename experiments/characterization/P800-12/config/{P800-12_cat1_FOA-26LKFS.yml => P800-12_cat1_HOA2-26LKFS.yml} (90%) rename experiments/characterization/P800-12/config/{P800-12_cat1_FOA-36LKFS.yml => P800-12_cat1_HOA2-36LKFS.yml} (90%) rename experiments/characterization/P800-12/config/{P800-12_cat6_MASA1DIR1-16LKFS.yml => P800-12_cat6_MASA1DIR2-16LKFS.yml} (91%) rename experiments/characterization/P800-12/config/{P800-12_cat6_MASA1DIR1-26LKFS.yml => P800-12_cat6_MASA1DIR2-26LKFS.yml} (91%) rename experiments/characterization/P800-12/config/{P800-12_cat6_MASA1DIR1-36LKFS.yml => P800-12_cat6_MASA1DIR2-36LKFS.yml} (91%) rename experiments/characterization/P800-13/config/{P800-13_cat1_FOA-16LKFS.yml => P800-13_cat1_HOA2-16LKFS.yml} (90%) rename experiments/characterization/P800-13/config/{P800-13_cat1_FOA-26LKFS.yml => P800-13_cat1_HOA2-26LKFS.yml} (90%) rename experiments/characterization/P800-13/config/{P800-13_cat1_FOA-36LKFS.yml => P800-13_cat1_HOA2-36LKFS.yml} (90%) rename experiments/characterization/P800-13/config/{P800-13_cat6_MASA1DIR1-16LKFS.yml => P800-13_cat6_MASA2DIR2-16LKFS.yml} (91%) rename experiments/characterization/P800-13/config/{P800-13_cat6_MASA1DIR1-26LKFS.yml => P800-13_cat6_MASA2DIR2-26LKFS.yml} (91%) rename experiments/characterization/P800-13/config/{P800-13_cat6_MASA1DIR1-36LKFS.yml => P800-13_cat6_MASA2DIR2-36LKFS.yml} (91%) diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml index ce760d14..df36a54d 100644 --- a/experiments/characterization/BS1534-1/config/BS1534-1.yml +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index acfb8ca3..0e5696fc 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index 30788b10..446eb162 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml index 45a7c30c..64ff2b39 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml index abf1bda6..70ccf8a0 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml index de1182c6..9246ab24 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml index c675f5c4..98199e1b 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml index d02de29c..8584b602 100644 --- a/experiments/characterization/BS1534-13/config/BS1534-13.yml +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml index a2afe28c..cfe88c22 100644 --- a/experiments/characterization/BS1534-14/config/BS1534-14.yml +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml index f8ca32c1..dcbaaa22 100644 --- a/experiments/characterization/BS1534-15/config/BS1534-15.yml +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml index 0149422c..3812eb49 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml index 2d78428a..ae72aa02 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml index 18a998ff..72ae324b 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml index 75e901a8..1209195b 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml index 400269b3..86bd9482 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml index 6fdfc25d..562d1a73 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml index 5b29688a..6b0fb523 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml index ed7db170..3902f24d 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml index 14c04d6e..3668ff8b 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml index 6db71d10..43f28cd2 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml index 5323a50d..a7001c1e 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml index 8f502a55..4711601b 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml index 79dbe418..1b7393f1 100644 --- a/experiments/characterization/BS1534-2/config/BS1534-2.yml +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml index 49e23992..4e025fc7 100644 --- a/experiments/characterization/BS1534-3/config/BS1534-3.yml +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml index 93367e84..d2a48242 100644 --- a/experiments/characterization/BS1534-4/config/BS1534-4.yml +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 4985844e..907c9b36 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index 27c0ccdd..7febe5b3 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml index c6f0d499..f6ec8d3a 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml index 668acd23..36342f73 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 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 index adf12556..38bb992d 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 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 index e2ceef3b..51518199 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index f807341b..40e46fa6 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -57,6 +57,8 @@ conditions_to_generate: 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 rend: @@ -67,6 +69,8 @@ conditions_to_generate: 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 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 index 335fee64..6a9e0726 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav snr: 45 ################################################ 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 index 8c847560..d1ccf318 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav snr: 45 ################################################ 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 index 5261cee1..2bcc965e 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n1.wav snr: 45 ################################################ 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 index 0e4544fe..cd5b2e8c 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav snr: 45 ################################################ 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 index 6ed3984d..7a9d255f 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav snr: 45 ################################################ 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 index 44e35cd3..407ce81d 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n2.wav snr: 45 ################################################ 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 index 995800b0..40733ba5 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav snr: 15 ################################################ 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 index 03904223..493fbaac 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav snr: 15 ################################################ 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 index d6905b19..fefa5183 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n3.wav snr: 15 ################################################ 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 index ecdf9b52..11d6ddb5 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav snr: 15 ################################################ 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 index 9354bad2..3b08ad1b 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav snr: 15 ################################################ 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 index 9a594f9d..e94f6cfc 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-1/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-1/background_noise/mp01n4.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml similarity index 90% rename from experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml index 087cd41d..60c89df1 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml similarity index 90% rename from experiments/characterization/P800-12/config/P800-12_cat1_FOA-26LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml index c8182f82..107ceff1 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml similarity index 90% rename from experiments/characterization/P800-12/config/P800-12_cat1_FOA-36LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml index ec92c061..ac1096a6 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx 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 index 7e06f6b5..05ae4111 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav snr: 45 ################################################ 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 index fc8e8e1f..4ab227dd 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav snr: 45 ################################################ 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 index 1f398a72..82f4218b 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n2.wav snr: 45 ################################################ 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 index dbd75846..bbaaa8a4 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav snr: 15 ################################################ 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 index fe648970..7039dd67 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav snr: 15 ################################################ 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 index d3d88855..38341691 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n3.wav snr: 15 ################################################ 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 index d989a3c6..444d948f 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav snr: 15 ################################################ 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 index 33b1d74b..d7402d95 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav snr: 15 ################################################ 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 index f43cf9db..1682ad3e 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-12/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-12/background_noise/fp12n4.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml similarity index 91% rename from experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml index f1db8c16..ab3ee9ea 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml similarity index 91% rename from experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml index b5d35a66..068ac94b 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml similarity index 91% rename from experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml index 62b6d16b..89a2c625 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 13200 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 80000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml similarity index 90% rename from experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml index 0cf7eec8..2df32a68 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml similarity index 90% rename from experiments/characterization/P800-13/config/P800-13_cat1_FOA-26LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml index 7ab8e6a5..a5cd57ba 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml similarity index 90% rename from experiments/characterization/P800-13/config/P800-13_cat1_FOA-36LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml index 78b34fd5..4db87a21 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n1.wav snr: 45 ################################################ @@ -83,7 +83,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -92,7 +92,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -101,7 +101,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -110,7 +110,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -119,7 +119,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -128,7 +128,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -137,7 +137,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -146,7 +146,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -155,7 +155,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -165,7 +165,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -174,7 +174,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -183,7 +183,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -192,7 +192,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -201,7 +201,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -210,7 +210,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -219,7 +219,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -228,7 +228,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -237,7 +237,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -247,7 +247,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -256,7 +256,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -265,7 +265,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -274,7 +274,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -283,7 +283,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -292,7 +292,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -301,7 +301,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -310,7 +310,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -319,7 +319,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx 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 index f6bff9df..59eb5c5a 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav snr: 45 ################################################ 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 index 611f2d1c..7a4e0ce5 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav snr: 45 ################################################ 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 index 4afd96dc..46eff300 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n2.wav snr: 45 ################################################ 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 index 712d4ec5..3e039dbb 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav snr: 15 ################################################ 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 index 7ba75e5a..3ee4bd44 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav snr: 15 ################################################ 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 index 55a3e098..ae9cacf2 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n3.wav snr: 15 ################################################ 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 index e6a588b4..8573bb6f 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav snr: 15 ################################################ 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 index 76f1c358..e0ad673b 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav snr: 15 ################################################ 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 index 5d1c5bbf..e03c9e6d 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-13/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-13/background_noise/cp13n4.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml similarity index 91% rename from experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml index a4db7149..68019f2d 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml similarity index 91% rename from experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml index 1edcee09..3cb0f70f 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml similarity index 91% rename from experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml index 18148e26..514f98e4 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR2" fs: 48000 aligned_to: len: 20 @@ -80,7 +80,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c11: @@ -89,7 +89,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c12: @@ -98,7 +98,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c13: @@ -107,7 +107,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c14: @@ -116,7 +116,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c15: @@ -125,7 +125,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c16: @@ -134,7 +134,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c17: @@ -143,7 +143,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c18: @@ -152,7 +152,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS FL conditions ### @@ -162,7 +162,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c20: @@ -171,7 +171,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c21: @@ -180,7 +180,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c22: @@ -189,7 +189,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c23: @@ -198,7 +198,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c24: @@ -207,7 +207,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c25: @@ -216,7 +216,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c26: @@ -225,7 +225,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref c27: @@ -234,7 +234,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref ### IVAS FX conditions ### @@ -244,7 +244,7 @@ conditions_to_generate: - 16400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c29: @@ -253,7 +253,7 @@ conditions_to_generate: - 24400 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c30: @@ -262,7 +262,7 @@ conditions_to_generate: - 32000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c31: @@ -271,7 +271,7 @@ conditions_to_generate: - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c32: @@ -280,7 +280,7 @@ conditions_to_generate: - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c33: @@ -289,7 +289,7 @@ conditions_to_generate: - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c34: @@ -298,7 +298,7 @@ conditions_to_generate: - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c35: @@ -307,7 +307,7 @@ conditions_to_generate: - 192000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx c36: @@ -316,7 +316,7 @@ conditions_to_generate: - 384000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml index 117a498d..f3f5cb44 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml index 0bacc225..2a1df640 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml index 205468e5..251f15a7 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n1.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml index adeb380f..f0138a27 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml index cdf4a061..76828a32 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml index 249a8241..ef52de41 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n2.wav snr: 45 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml index 4795cf84..1055eedf 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml index 1ee658b0..f134c542 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml index cf14f6a1..fb7fc95f 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n3.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml index 98ae90c0..5dceca10 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml index 1371fc44..788569b7 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav snr: 15 ################################################ diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml index a8af0baf..1b5748a6 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-14/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-14/background_noise/gp14n4.wav snr: 15 ################################################ 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 index 27940556..320c5c42 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav snr: 15 ################################################ 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 index 57d6a9a1..818bef28 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav snr: 15 ################################################ 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 index 98b18850..fe32412a 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n1.wav snr: 15 ################################################ 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 index 5485b025..067072a3 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav snr: 15 ################################################ 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 index 85718647..54b7b20d 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav snr: 15 ################################################ 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 index 6d96ad59..f16d2384 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n2.wav snr: 15 ################################################ 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 index 9a8d3ce0..6b531add 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav snr: 15 ################################################ 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 index 7fdb6ac0..9c1a4542 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav snr: 15 ################################################ 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 index 12d8d47a..adb54f16 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n3.wav snr: 15 ################################################ 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 index 995a587d..0defb7d9 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav snr: 15 ################################################ 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 index b0e91acb..b7d20f47 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav snr: 15 ################################################ 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 index 79938f30..9a2e6eeb 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-15/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-15/background_noise/ap15n4.wav snr: 15 ################################################ 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 index 036dfd8f..b9270101 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav snr: 45 ################################################ 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 index 57c546fe..d309c1ff 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav snr: 45 ################################################ 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 index 406bf22b..7faf6811 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n1.wav snr: 45 ################################################ 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 index 0eb846ae..bd62e548 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav snr: 45 ################################################ 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 index 9d6a749d..a59c32ff 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav snr: 45 ################################################ 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 index 0dc317bc..2f74f0ac 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n2.wav snr: 45 ################################################ 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 index f8e53475..ef38c29c 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav snr: 15 ################################################ 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 index 6ec4447a..f015e81d 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav snr: 15 ################################################ 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 index db4a196a..4a0e1857 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n3.wav snr: 15 ################################################ 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 index e8eb60fb..8ef52c03 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav snr: 15 ################################################ 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 index acf6de4c..d05000de 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav snr: 15 ################################################ 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 index be0ffe7b..d38a269a 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-2/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-2/background_noise/hp02n4.wav snr: 15 ################################################ 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 index ca751ef8..d23139f3 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav snr: 45 ################################################ 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 index fb4c2e49..135865b4 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav snr: 45 ################################################ 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 index 20c258d7..66ede7cc 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n1.wav snr: 45 ################################################ 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 index 6e0f7dfa..634ee4e1 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav snr: 45 ################################################ 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 index d798525d..78eb9222 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav snr: 45 ################################################ 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 index 505567a4..6ab5133d 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n2.wav snr: 45 ################################################ 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 index 178e6915..efc9aebe 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav snr: 15 ################################################ 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 index 7bd406fe..42b33eba 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav snr: 15 ################################################ 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 index 190db2dd..b4572322 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n3.wav snr: 15 ################################################ 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 index af417cd9..f59b3f99 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav snr: 15 ################################################ 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 index 8e5e53a5..19e38f97 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav snr: 15 ################################################ 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 index bb4273a6..6167288c 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-21/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-21/background_noise/fp21n4.wav snr: 15 ################################################ 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 index 9682ae40..3a4e8de4 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav snr: 45 ################################################ 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 index 3b973348..15b769cc 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav snr: 45 ################################################ 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 index 32ca1b8d..9dee1953 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n1.wav snr: 45 ################################################ 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 index 7876ac0b..8e780d10 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav snr: 45 ################################################ 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 index 75861bd3..43b780f6 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav snr: 45 ################################################ 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 index bf718d05..3ae92bf1 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n2.wav snr: 45 ################################################ 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 index 80356a4e..196f4321 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav snr: 15 ################################################ 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 index 891b01c2..18d89a08 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav snr: 15 ################################################ 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 index 22fdd9d7..2a0018bc 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n3.wav snr: 15 ################################################ 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 index f84f2239..8602926c 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav snr: 15 ################################################ 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 index 3f83550d..06f0d5fb 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav snr: 15 ################################################ 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 index 598a155f..3867c102 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-23/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-23/background_noise/cp23n4.wav snr: 15 ################################################ 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 index 963abf8f..88a2092e 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav snr: 45 ################################################ 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 index b1e18404..e47c03fe 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav snr: 45 ################################################ 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 index 9428a46f..713c773c 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n1.wav snr: 45 ################################################ 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 index c0324a94..b0c13cbc 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav snr: 45 ################################################ 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 index 50633d6b..a142956f 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav snr: 45 ################################################ 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 index 2ec21a2a..1dbd540f 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n2.wav snr: 45 ################################################ 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 index 0835d251..13463340 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav snr: 15 ################################################ 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 index b7835d9c..cb58886f 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav snr: 15 ################################################ 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 index 42e1de8d..3fd5e787 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n3.wav snr: 15 ################################################ 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 index 099ab859..f80954cd 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav snr: 15 ################################################ 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 index 203e2d6c..bee45618 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav snr: 15 ################################################ 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 index db874763..6772f655 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-3/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-3/background_noise/ip03n4.wav snr: 15 ################################################ 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 index ebe05242..e49cb19a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav snr: 45 ################################################ 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 index fc6dff57..70bbfd03 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav snr: 45 ################################################ 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 index dc05189b..340ab97a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n1.wav snr: 45 ################################################ 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 index 41346cbb..9d832a45 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav snr: 45 ################################################ 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 index 976dfe48..3a543210 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav snr: 45 ################################################ 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 index f1da6d8c..db9f92f5 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n2.wav snr: 45 ################################################ 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 index 65ce90df..2cfec9a0 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav snr: 15 ################################################ 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 index 817b5ab2..23bbfd60 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav snr: 15 ################################################ 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 index 89d645c6..a2eb2b55 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n3.wav snr: 15 ################################################ 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 index 3fb485d4..bc1f8bb7 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav snr: 15 ################################################ 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 index 82907206..db7f7b1a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav snr: 15 ################################################ 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 index 9f779a89..0390d962 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-4/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-4/background_noise/ip04n4.wav snr: 15 ################################################ 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 index 00ebee40..64d47ce9 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav snr: 45 ################################################ 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 index 6094a333..18c34151 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav snr: 45 ################################################ 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 index b7583b31..c1cd44bb 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n1.wav snr: 45 ################################################ 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 index 5d30dd9a..e378c5b3 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav snr: 45 ################################################ 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 index 9d777e40..772e35e2 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav snr: 45 ################################################ 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 index 32986965..e80013b5 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n2.wav snr: 45 ################################################ 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 index 6b01b352..25622a99 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav snr: 15 ################################################ 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 index 47c7db1e..f744fd73 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav snr: 15 ################################################ 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 index 013f45f7..57d8e1d6 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n3.wav snr: 15 ################################################ 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 index acfee92a..3626f1f5 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav snr: 15 ################################################ 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 index 31db0109..9d2a2ad5 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav snr: 15 ################################################ 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 index ee2f7020..c53678a9 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-5/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-5/background_noise/ap05n4.wav snr: 15 ################################################ 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 index 169850a9..7aa71e31 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav snr: 45 ################################################ 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 index 5e9e50b6..63c125df 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav snr: 45 ################################################ 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 index ced5e8fa..6311dbdf 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n1.wav snr: 45 ################################################ 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 index c2d834e1..77c4387a 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav snr: 45 ################################################ 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 index 642e85cd..52f24e39 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav snr: 45 ################################################ 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 index 1d1eb631..aed9a6db 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n2.wav snr: 45 ################################################ 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 index a6250d80..226e61be 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav snr: 15 ################################################ 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 index 634b080c..e57357bc 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav snr: 15 ################################################ 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 index 03646239..f72853c3 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n3.wav snr: 15 ################################################ 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 index 24a66a69..89295a5b 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav snr: 15 ################################################ 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 index 5a4e0832..ca214645 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav snr: 15 ################################################ 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 index d785a596..d228aced 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-6/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-6/background_noise/fp06n4.wav snr: 15 ################################################ 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 index 9f66cf13..a52a5d4c 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav snr: 45 ################################################ 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 index 5274aa73..12288e7c 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav snr: 45 ################################################ 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 index 9b02b8b0..d0036db0 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n1.wav snr: 45 ################################################ 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 index 1c334102..dad34e55 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav snr: 45 ################################################ 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 index 1abdf15a..54c7f49c 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav snr: 45 ################################################ 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 index 11699dd4..742b53db 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n2.wav snr: 45 ################################################ 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 index 58fbc5b6..e0450937 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav snr: 15 ################################################ 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 index 8c8dcec3..ea52809b 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav snr: 15 ################################################ 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 index d31c3c17..251bda97 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n3.wav snr: 15 ################################################ 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 index 7b9bae5e..23c5b4f1 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav snr: 15 ################################################ 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 index 6bf61919..5727a147 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav snr: 15 ################################################ 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 index 6840a075..05a1c97f 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-7/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-7/background_noise/cp07n4.wav snr: 15 ################################################ 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 index be9afa81..bcf15937 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav snr: 45 ################################################ 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 index 0b8c21fe..16243ef4 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav snr: 45 ################################################ 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 index b7229120..d4d99f18 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat1.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n1.wav snr: 45 ################################################ 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 index 825f36e5..f87f6e69 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav snr: 45 ################################################ 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 index e9d0676e..8116f972 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav snr: 45 ################################################ 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 index b44c7b10..1cdfac57 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat2.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n2.wav snr: 45 ################################################ 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 index 1ff631d7..994ef322 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav snr: 15 ################################################ 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 index 6e2e5550..5a716a77 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav snr: 15 ################################################ 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 index 5a5cae7d..ecaa0a39 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat3.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n3.wav snr: 15 ################################################ 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 index 36df0f64..b2e29837 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav snr: 15 ################################################ 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 index 19e135fd..401bfb99 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav snr: 15 ################################################ 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 index 935ca163..0bf26dd4 100644 --- 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 @@ -40,7 +40,7 @@ preprocessing_2: preamble: 10000 repeat_signal: true background_noise: - background_noise_path: experiments/characterization/P800-8/background_noise/background_noise_cat4.wav + background_noise_path: experiments/characterization/P800-8/background_noise/fp08n4.wav snr: 15 ################################################ -- GitLab From 686aea0addeef78ca08327f8ef3ae2b4d9d2a9a0 Mon Sep 17 00:00:00 2001 From: norvell Date: Tue, 26 Aug 2025 10:05:32 +0200 Subject: [PATCH 066/159] Fix incorrect reference for bs1770demo --- ivas_processing_scripts/bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/bin/README.md b/ivas_processing_scripts/bin/README.md index 413de93a..cc588089 100755 --- a/ivas_processing_scripts/bin/README.md +++ b/ivas_processing_scripts/bin/README.md @@ -2,7 +2,7 @@ Necessary additional executables: | Processing step | Executable | Where to find | | ---------------------------------------------------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------- | -| Loudness measurement and adjustment | bs1770demo | https://github.com/ErikNorvell-Ericsson/STL (Note branch) | +| Loudness measurement and adjustment | bs1770demo | https://github.com/openitu/STL | | 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 | -- GitLab From 8b49c0eda6fa005b1d925b9275599ea96f9060f7 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 11:03:45 +0200 Subject: [PATCH 067/159] update READMEs and rename file used for selection testing --- README.md | 333 +++++++++++------- characterization_tests.md | 56 +++ ...rate_test.py => generate_test_selection.py | 0 ivas_processing_scripts/bin/README.md | 46 ++- tests/test_experiments.py | 2 +- 5 files changed, 298 insertions(+), 139 deletions(-) create mode 100644 characterization_tests.md rename generate_test.py => generate_test_selection.py (100%) diff --git a/README.md b/README.md index d47e2ea3..2e456315 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). @@ -86,7 +191,7 @@ Start by running a single scene to verify settings. Output includes both audio a 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 +### 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. @@ -104,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). @@ -220,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 @@ -269,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 ``` @@ -305,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 ``` @@ -342,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 ``` @@ -628,19 +733,7 @@ The processing chain is as follows: 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 | | +--8<-- "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 00000000..3a15f3d3 --- /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/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/bin/README.md b/ivas_processing_scripts/bin/README.md index 413de93a..e3842a91 100755 --- a/ivas_processing_scripts/bin/README.md +++ b/ivas_processing_scripts/bin/README.md @@ -1,20 +1,30 @@ -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 [^1] | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| JBM network simulator [^2] | networkSimulator_g192 | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip | -| Patch to MAX_FRAME_SIZE for JBM network simulator from above | networkSimulator_g192 | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_123-e/Docs/S4-230604.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 | + +| Processing Step | Executable | Source | +|----------------------------------------------|----------------------------|--------------------------------------------------------------------------------------------| +| Loudness measurement and adjustment | `bs1770demo` | [ErikNorvell-Ericsson/STL (Note branch)](https://github.com/ErikNorvell-Ericsson/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` | [ITU-T G.191](https://www.itu.int/rec/T-REC-G.191-201003-S/en) :warning: [^1] | +| MASA rendering and loudness measurement [^2] | `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 [^3] | `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 [^4] | `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]: necessary for background noise and FER bitstream processing -[^2]: requires manual patching +[^1]: :warning: version in STL is buggy! + +[^2]: formerly required masaRenderer (now deprecated: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip) + +[^3]: requires manual patching + +[^4]: necessary for background noise and FER bitstream processing + + \ No newline at end of file diff --git a/tests/test_experiments.py b/tests/test_experiments.py index b645d3a9..fe959f61 100644 --- a/tests/test_experiments.py +++ b/tests/test_experiments.py @@ -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 -- GitLab From 0647ba3bbfe9f81f45eb15a3a9c9034c2d25b74e Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 11:11:24 +0200 Subject: [PATCH 068/159] try different include syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e456315..91d8301c 100755 --- a/README.md +++ b/README.md @@ -733,7 +733,7 @@ The processing chain is as follows: The following additional executables are needed for the different processing steps: ---8<-- "ivas_processing_scripts/bin/README.md" +::include{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). -- GitLab From 363db6effeedb648ca8fa4ef75c3bcc3044d18b3 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 11:13:23 +0200 Subject: [PATCH 069/159] reference file instead of attempting to include it --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 91d8301c..c0bebb30 100755 --- a/README.md +++ b/README.md @@ -731,9 +731,7 @@ The processing chain is as follows: ## Additional Executables -The following additional executables are needed for the different processing steps: - -::include{ivas_processing_scripts/bin/README.md} +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). -- GitLab From 0533226b3d117228680a5f60dc7edc8752b8a71b Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 11:18:48 +0200 Subject: [PATCH 070/159] update link for gen-patt --- ivas_processing_scripts/bin/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ivas_processing_scripts/bin/README.md b/ivas_processing_scripts/bin/README.md index fc513627..8c44045e 100755 --- a/ivas_processing_scripts/bin/README.md +++ b/ivas_processing_scripts/bin/README.md @@ -11,18 +11,17 @@ | 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` | [ITU-T G.191](https://www.itu.int/rec/T-REC-G.191-201003-S/en) :warning: [^1] | -| MASA rendering and loudness measurement [^2] | `IVAS_rend` | [IVAS Codec](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec) | +| 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 [^3] | `networkSimulator_g192` | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip) | +| 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 [^4] | `random` | [3GPP S4-131277](https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip) | +| 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]: :warning: version in STL is buggy! -[^2]: formerly required masaRenderer (now deprecated: https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip) -[^3]: requires manual patching -[^4]: necessary for background noise and FER bitstream processing +[^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 -- GitLab From c23f30ed49bdf1fe40273fa65b35cadac6821820 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 15:27:36 +0200 Subject: [PATCH 071/159] [fix] multi-EVS bitrates for BS.1534-19 --- .../characterization/BS1534-19/config/BS1534-19.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index dbe4d5bf..0738453c 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -50,8 +50,8 @@ conditions_to_generate: c03: type: evs bitrates: - - 7200 - - 7200 + - - 7200 + - 7200 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx dec: @@ -59,8 +59,8 @@ conditions_to_generate: c04: type: evs bitrates: - - 13200 - - 13200 + - - 13200 + - 13200 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx dec: -- GitLab From 06b3ed91829100a27853ad28fc7dfcab75a9f244 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 15:29:47 +0200 Subject: [PATCH 072/159] [fix] IVAS_rend binary name is case sensitive on unix --- .../audiotools/wrappers/masaRenderer.py | 8 ++++---- ivas_processing_scripts/binary_paths.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 48560b4f..bb1c0db1 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -66,13 +66,13 @@ def ivasRendMasa( # 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"]: + 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, + DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].name, + binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].parent, ) else: - binary = find_binary("ivas_rend") + binary = find_binary("IVAS_rend") rend = IVAS_rend( { diff --git a/ivas_processing_scripts/binary_paths.yml b/ivas_processing_scripts/binary_paths.yml index d2fe99c0..00de00dd 100644 --- a/ivas_processing_scripts/binary_paths.yml +++ b/ivas_processing_scripts/binary_paths.yml @@ -23,7 +23,7 @@ # ### Binary for error pattern generation # gen-patt: "path/to/binary/gen-patt" # ### Binary for IVAS Renderer -# ivas_rend: "path/to/binary/ivas_rend" +# IVAS_rend: "path/to/binary/IVAS_rend" # ### Binary for random offset/seed generation # random: "path/to/binary/random" # ### Binary for JBM network similulator -- GitLab From f00446047aa2aee7bfcb876b5e617a35d471d9e7 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 16:35:33 +0200 Subject: [PATCH 073/159] update .gitignore --- .gitignore | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 1103511d..7b271adb 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 -- GitLab From 76318360be08a749bdf5f3e56abb339a4ebb504c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 16:37:36 +0200 Subject: [PATCH 074/159] [fix] BS.1534 experiments use incorrect key instead of --- .../characterization/BS1534-1/config/BS1534-1.yml | 4 ++-- .../BS1534-10/config/BS1534-10-ISM1.yml | 4 ++-- .../BS1534-10/config/BS1534-10-ISM2.yml | 4 ++-- .../BS1534-11/config/BS1534-11-ISM3.yml | 4 ++-- .../BS1534-11/config/BS1534-11-ISM4.yml | 4 ++-- .../BS1534-12/config/BS1534-12-ISM3.yml | 4 ++-- .../BS1534-12/config/BS1534-12-ISM4.yml | 4 ++-- .../characterization/BS1534-13/config/BS1534-13.yml | 4 ++-- .../characterization/BS1534-14/config/BS1534-14.yml | 4 ++-- .../characterization/BS1534-15/config/BS1534-15.yml | 4 ++-- .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 4 ++-- .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 4 ++-- .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 4 ++-- .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 4 ++-- .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 4 ++-- .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 4 ++-- .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 4 ++-- .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 4 ++-- .../BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml | 4 ++-- .../BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml | 4 ++-- .../BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml | 4 ++-- .../BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml | 4 ++-- .../characterization/BS1534-19/config/BS1534-19.yml | 12 ++++++++---- .../characterization/BS1534-2/config/BS1534-2.yml | 4 ++-- .../characterization/BS1534-20/config/BS1534-20.yml | 6 +++--- .../characterization/BS1534-3/config/BS1534-3.yml | 4 ++-- .../characterization/BS1534-4/config/BS1534-4.yml | 4 ++-- .../characterization/BS1534-5/config/BS1534-5.yml | 4 ++-- .../characterization/BS1534-6/config/BS1534-6.yml | 4 ++-- .../BS1534-7/config/BS1534-7-5_1.yml | 4 ++-- .../BS1534-7/config/BS1534-7-7_1.yml | 4 ++-- .../BS1534-8/config/BS1534-8-5_1_2.yml | 4 ++-- .../BS1534-8/config/BS1534-8-5_1_4.yml | 4 ++-- .../characterization/BS1534-9/config/BS1534-9.yml | 4 ++-- 34 files changed, 75 insertions(+), 71 deletions(-) diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml index df36a54d..d315616e 100644 --- a/experiments/characterization/BS1534-1/config/BS1534-1.yml +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index 0e5696fc..9c5f42dd 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index 446eb162..7a294dd4 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml index 64ff2b39..b4cbdbb2 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 24400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 48000 diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml index 70ccf8a0..c494ca96 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 24400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 48000 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml index 9246ab24..95abadf6 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml index 98199e1b..116d7839 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml index 8584b602..78cf9b5c 100644 --- a/experiments/characterization/BS1534-13/config/BS1534-13.yml +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml index cfe88c22..f2b6b6f1 100644 --- a/experiments/characterization/BS1534-14/config/BS1534-14.yml +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml index dcbaaa22..4eafff68 100644 --- a/experiments/characterization/BS1534-15/config/BS1534-15.yml +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml index 3812eb49..9f20f402 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml index ae72aa02..c94259e5 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml index 72ae324b..27e5c870 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml index 1209195b..ef064ce8 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml index 86bd9482..83c3a167 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml index 562d1a73..1ee8fcf1 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml index 6b0fb523..33bc5fae 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml index 3902f24d..a470a04b 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml index 3668ff8b..0b3b0f76 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml index 43f28cd2..2272e653 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml index a7001c1e..734a6cfb 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml index 4711601b..657c45d0 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index 0738453c..55fb2f26 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -49,6 +49,8 @@ conditions_to_generate: ### Dual EVS + static dmx ### c03: type: evs + ivas_rend: + fmt: MONO bitrates: - - 7200 - 7200 @@ -58,6 +60,8 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs + ivas_rend: + fmt: MONO bitrates: - - 13200 - 13200 @@ -68,7 +72,7 @@ conditions_to_generate: ### Static dmx + EVS ### c05: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 13200 @@ -80,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c06: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 24400 @@ -93,7 +97,7 @@ conditions_to_generate: ### CuT (dynamic dmx + EVS) ### c07: type: ivas - rend: + ivas_rend: fmt: STEREO bitrates: - 13200 @@ -105,7 +109,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_dec_fx c08: type: ivas - rend: + ivas_rend: fmt: STEREO bitrates: - 24400 diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml index 1b7393f1..d808e258 100644 --- a/experiments/characterization/BS1534-2/config/BS1534-2.yml +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml index 60f21116..17d02668 100644 --- a/experiments/characterization/BS1534-20/config/BS1534-20.yml +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -44,7 +44,7 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - rend: + ivas_rend: fmt: BINAURAL opts: - -dpid @@ -56,7 +56,7 @@ conditions_to_generate: trajectory: true c02: type: lp7k - rend: + ivas_rend: fmt: BINAURAL opts: - -dpid @@ -68,7 +68,7 @@ conditions_to_generate: trajectory: true c03: type: lp3k5 - rend: + ivas_rend: fmt: BINAURAL opts: - -dpid diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml index 4e025fc7..559c3b7e 100644 --- a/experiments/characterization/BS1534-3/config/BS1534-3.yml +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml index d2a48242..e2628648 100644 --- a/experiments/characterization/BS1534-4/config/BS1534-4.yml +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 907c9b36..6345ea6e 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index 7febe5b3..fa0f7ea5 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 16400 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 32000 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml index f6ec8d3a..cf35b012 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml index 36342f73..3b5b930b 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 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 index 38bb992d..1eced6fe 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 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 index 51518199..0c735e09 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index 40e46fa6..815d009e 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -49,7 +49,7 @@ conditions_to_generate: ### EVS conditions ### c03: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 64000 @@ -61,7 +61,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/EVS_dec_fx c04: type: evs - rend: + ivas_rend: fmt: STEREO bitrates: - 128000 -- GitLab From c6183e3c2a187a1fccea2c79d4772eeedbeb6574 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 16:59:30 +0200 Subject: [PATCH 075/159] [fix] -stereo_dmx_evs is added with -stereo, preserve the first --- ivas_processing_scripts/processing/ivas.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 4fe80986..9562c44b 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -227,6 +227,12 @@ 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" + run(cmd, logger=logger) def simulate_tx( -- GitLab From 15b08767087a479d70d9b7002806115ec8e297aa Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 17:20:18 +0200 Subject: [PATCH 076/159] [fix] missing default attr for IVAS_rend processing class --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index bb1c0db1..0515da0c 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -81,6 +81,7 @@ def ivasRendMasa( "in_fs": masa.fs, "out_fmt": out_fmt, "trajectory": trajectory, + "use_windows_codec_binaries": False, } ) -- GitLab From 9e2d4408aca4398fea4590531ee3b7c572290048 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 17:20:54 +0200 Subject: [PATCH 077/159] [lint] remove unused variable --- .../processing/processing_splitting_scaling.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ivas_processing_scripts/processing/processing_splitting_scaling.py b/ivas_processing_scripts/processing/processing_splitting_scaling.py index e6edc173..5f9ac34f 100644 --- a/ivas_processing_scripts/processing/processing_splitting_scaling.py +++ b/ivas_processing_scripts/processing/processing_splitting_scaling.py @@ -236,13 +236,6 @@ class Processing_splitting_scaling(Processing): ) splits, split_names, split_fs = read_splits_file(splits_info_file) - # 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, splits, -- GitLab From 1395eec6544bd753777c5e33a32986cc5b3ac77b Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 17:33:24 +0200 Subject: [PATCH 078/159] [fix] crash due to logger being None --- ivas_processing_scripts/processing/ivas.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 4fe80986..435b813e 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -487,8 +487,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: -- GitLab From 405cae2ad40d0c749d974b319ff1a8ca34f82393 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 17:42:16 +0200 Subject: [PATCH 079/159] [fix] metadata supplied to IVAS_rend should be a list of Path --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 0515da0c..94fda5bc 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -94,7 +94,7 @@ def ivasRendMasa( 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) + rend.process(tmp_in, tmp_out, in_meta=[masa_metadata_file]) output, _ = read(tmp_out) return output -- GitLab From ac980de66a4b6ba43d4ec37e28d64c90df6b81c6 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 17:57:17 +0200 Subject: [PATCH 080/159] [fix] use getattr instead of directly using the attribute --- ivas_processing_scripts/processing/ivas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 435b813e..cfedf189 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -550,7 +550,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) -- GitLab From 7a35ef267d1cb3a3ed0eec5616c8405a1b955383 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 18:05:17 +0200 Subject: [PATCH 081/159] [fix] trigger usage of EVS decoder commandline in case -stereo_dmx_evs is specified --- ivas_processing_scripts/processing/ivas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 9562c44b..28c20718 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -232,6 +232,7 @@ class IVAS(Processing): # 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) @@ -392,7 +393,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), -- GitLab From 622a7a8ea1d9990742d05c6b623f3907a78b2049 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 18:06:52 +0200 Subject: [PATCH 082/159] [fix] update config --- experiments/characterization/BS1534-19/config/BS1534-19.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index 55fb2f26..e2789faa 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -106,7 +106,7 @@ conditions_to_generate: opts: - -stereo_dmx_evs dec: - bin: ivas_processing_scripts/bin/IVAS_dec_fx + bin: ivas_processing_scripts/bin/EVS_dec_fx c08: type: ivas ivas_rend: @@ -118,7 +118,7 @@ conditions_to_generate: opts: - -stereo_dmx_evs dec: - bin: ivas_processing_scripts/bin/IVAS_dec_fx + bin: ivas_processing_scripts/bin/EVS_dec_fx ################################################ ### Post-processing -- GitLab From a4b682b9ba985fa06167534c2667ccbdd6520c47 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 18:18:10 +0200 Subject: [PATCH 083/159] [fix] temporary file not written --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 94fda5bc..baf2bd48 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -89,6 +89,8 @@ def ivasRendMasa( tmp_dir = Path(tmp_dir) tmp_in = tmp_dir.joinpath("tmp_masaRendIn.pcm") tmp_out = tmp_dir.joinpath("tmp_masaRendOut.pcm") + + 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): -- GitLab From 4fed9d3b9c23d4351b974316a825ae2fe39a7142 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 09:29:36 +0200 Subject: [PATCH 084/159] use correct error enum --- ivas_processing_scripts/audiotools/audio.py | 6 +++--- ivas_processing_scripts/audiotools/metadata.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ivas_processing_scripts/audiotools/audio.py b/ivas_processing_scripts/audiotools/audio.py index b7274546..19b2d25f 100755 --- a/ivas_processing_scripts/audiotools/audio.py +++ b/ivas_processing_scripts/audiotools/audio.py @@ -283,7 +283,7 @@ 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,}" ) @@ -422,7 +422,7 @@ 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,}" ) @@ -527,7 +527,7 @@ 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/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 8bcd4662..ec1b6166 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -586,7 +586,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: @@ -614,7 +614,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: -- GitLab From e7d2808a11ffe5ebba96d8c6d7bdc2163c41b69c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 09:29:58 +0200 Subject: [PATCH 085/159] [fix] use WAV instead of PCM for tempfile so that channel count is detected properly --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index baf2bd48..8abda7e9 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -87,8 +87,8 @@ def ivasRendMasa( with TemporaryDirectory() as tmp_dir: tmp_dir = Path(tmp_dir) - tmp_in = tmp_dir.joinpath("tmp_masaRendIn.pcm") - tmp_out = tmp_dir.joinpath("tmp_masaRendOut.pcm") + tmp_in = tmp_dir.joinpath("tmp_masaRendIn.wav") + tmp_out = tmp_dir.joinpath("tmp_masaRendOut.wav") write(tmp_in, masa.audio, masa.fs) -- GitLab From f002b05b198d4b0c68292f49c77d09cd693ce8e5 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 09:36:34 +0200 Subject: [PATCH 086/159] formatting --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 8abda7e9..b6aa1c9e 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -89,7 +89,7 @@ def ivasRendMasa( 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 -- GitLab From 1f9180e352a51f122d9c696cab31899bf4db887e Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 09:54:07 +0200 Subject: [PATCH 087/159] [fix] use PCM as an output format for EVS decoding --- ivas_processing_scripts/processing/ivas.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 28c20718..1fd6af6d 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -37,7 +37,7 @@ 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 @@ -133,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: @@ -141,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, -- GitLab From b54660bfad8093bbde39b907456549fb4e54ca27 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 10:00:19 +0200 Subject: [PATCH 088/159] formatting --- ivas_processing_scripts/audiotools/audio.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/audiotools/audio.py b/ivas_processing_scripts/audiotools/audio.py index 19b2d25f..3df2de94 100755 --- a/ivas_processing_scripts/audiotools/audio.py +++ b/ivas_processing_scripts/audiotools/audio.py @@ -283,7 +283,9 @@ class ObjectBasedAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise FileNotFoundError(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,}" ) @@ -422,7 +424,9 @@ class OMASAAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise FileNotFoundError(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,}" ) @@ -527,7 +531,9 @@ class OSBAAudio(Audio): if file_name_meta.is_file(): obj.metadata_files.append(file_name_meta) else: - raise FileNotFoundError(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,}" ) -- GitLab From f84e8a197850fc01d22234113aaec2e7758f47cb Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 10:10:13 +0200 Subject: [PATCH 089/159] formatting --- ivas_processing_scripts/processing/ivas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 1fd6af6d..81e540d0 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -249,7 +249,7 @@ class IVAS(Processing): # 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 + self.use_evs_dec = True # signal the decoder to use EVS commandline run(cmd, logger=logger) -- GitLab From 557b2d4f4a49f719f4e2915953894e88bfb589af Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 22 Aug 2025 16:10:37 +0200 Subject: [PATCH 090/159] rename class to SceneDescription to avoid confusion --- ivas_processing_scripts/audiotools/convert/__init__.py | 6 +++--- ivas_processing_scripts/audiotools/metadata.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index d279c561..88654b6c 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}") diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index ec1b6166..09b8c589 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -47,7 +47,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) -- GitLab From 8d8890503ae53d15efd3b4ba3a6fd8db26a59a22 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 08:26:06 +0200 Subject: [PATCH 091/159] rename function for ISM --- ivas_processing_scripts/audiotools/metadata.py | 2 +- ivas_processing_scripts/processing/processing.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 09b8c589..3db87462 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -297,7 +297,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], diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index aa495efa..5238ec61 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -45,7 +45,7 @@ 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_metadata_preamble, - concat_meta_from_file, + concat_ism_metadata_files, ) from ivas_processing_scripts.constants import LOGGER_DATEFMT, LOGGER_FORMAT from ivas_processing_scripts.processing.config import TestConfig @@ -135,7 +135,7 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger): f"{cfg.input_path.name}_concatenated.wav.{obj_idx}.csv" ) ) - concat_meta_from_file( + concat_ism_metadata_files( cfg.items_list, cfg.metadata_path, cfg.concat_meta, -- GitLab From 7cc489c0f68dbba9c4419409e77b8a725507cda4 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 26 Aug 2025 08:28:27 +0200 Subject: [PATCH 092/159] [fix] implement MASA metadata concatenation --- ivas_processing_scripts/__init__.py | 34 ++++--- .../audiotools/metadata.py | 94 ++++++++++++++++++- ivas_processing_scripts/processing/chains.py | 4 +- .../processing/preprocessing_2.py | 28 +++--- .../processing/processing.py | 66 ++++++++----- ivas_processing_scripts/utils.py | 9 +- tests/test_experiments.py | 4 +- 7 files changed, 180 insertions(+), 59 deletions(-) diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index a457eb5e..e9058df5 100755 --- a/ivas_processing_scripts/__init__.py +++ b/ivas_processing_scripts/__init__.py @@ -117,13 +117,17 @@ 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" MASA metadata file item {audio}: {', '.join(str(m) for m in meta)}" ) + # 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])) + # logger.debug( + # f" ISM metadata files item {cfg.items_list[i]}: {', '.join(metadata_str)}" + # ) metadata = metadata_ISM # check for MASA metadata @@ -134,15 +138,21 @@ 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]) + # 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])) + # logger.debug( + # f" MASA metadata file item {cfg.items_list[i]}: {', '.join(metadata_str)}" + # ) + # 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) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 3db87462..5c3c9d8a 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 @@ -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: @@ -376,7 +381,7 @@ def concat_ism_metadata_files( # add preamble if preamble: - concat_meta_all_obj = add_remove_metadata_preamble( + concat_meta_all_obj = add_remove_ism_metadata_preamble( concat_meta_all_obj, preamble ) @@ -623,7 +628,7 @@ def metadata_search_MASA( return list_meta -def add_remove_metadata_preamble( +def add_remove_ism_metadata_preamble( metadata, preamble, add: Optional[bool] = True, @@ -657,3 +662,88 @@ def add_remove_metadata_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"Input Metadata size {metadata_in.stat().st_size}") + 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 + Preamble 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/processing/chains.py b/ivas_processing_scripts/processing/chains.py index b58ab4a9..530af3b5 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -54,7 +54,7 @@ from ivas_processing_scripts.processing.tx import get_tx_cfg from ivas_processing_scripts.utils import ( find_binary, get_abs_path, - list_audio, + list_audio_or_md, parse_gain, ) @@ -112,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: diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index cce42bbf..2402a856 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_metadata_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_metadata_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 5238ec61..8a8839fc 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -44,13 +44,19 @@ 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_metadata_preamble, + 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 apply_func_parallel, list_audio, pairwise +from ivas_processing_scripts.utils import ( + ALLOWED_INPUT_EXT_MD, + apply_func_parallel, + list_audio_or_md, + pairwise, +) class Processing(ABC): @@ -120,30 +126,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" - ) - ) + 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( @@ -317,7 +334,7 @@ def preprocess(cfg, logger): ) # 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) ) @@ -394,17 +411,18 @@ def preprocess_2(cfg, logger): ) # 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" - ) + cfg.metadata_path = [ + list_audio_or_md( + cfg.out_dirs[0], + select_list=getattr(cfg, "input_select", None), + allowed_ext=ALLOWED_INPUT_EXT_MD, + ) + ] + # remove already applied processing stage cfg.proc_chains = cfg.proc_chains[1:] cfg.tmp_dirs = cfg.tmp_dirs[1:] @@ -536,7 +554,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_metadata_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/utils.py b/ivas_processing_scripts/utils.py index 945d0791..a12b886a 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/tests/test_experiments.py b/tests/test_experiments.py index fe959f61..34d8ddf3 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, @@ -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" ) -- GitLab From d022397e1e648b81a51f440aa3f16d9f18b44357 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 19:55:24 +0200 Subject: [PATCH 093/159] cleanup comments and add folder path to ValueError --- ivas_processing_scripts/__init__.py | 16 +--------------- ivas_processing_scripts/processing/chains.py | 8 ++++---- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index e9058df5..98fa796b 100755 --- a/ivas_processing_scripts/__init__.py +++ b/ivas_processing_scripts/__init__.py @@ -119,15 +119,8 @@ def main(args): # print info about found and used metadata files for audio, meta in zip(cfg.items_list, metadata_ISM): logger.debug( - f" MASA metadata file item {audio}: {', '.join(str(m) for m in meta)}" + f" ISM metadata file item {audio}: {', '.join(str(m) for m in meta)}" ) - # 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])) - # logger.debug( - # f" ISM metadata files item {cfg.items_list[i]}: {', '.join(metadata_str)}" - # ) metadata = metadata_ISM # check for MASA metadata @@ -142,13 +135,6 @@ def main(args): logger.debug( f" MASA metadata file item {audio}: {', '.join(str(m) for m in meta)}" ) - # 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])) - # logger.debug( - # f" MASA metadata file item {cfg.items_list[i]}: {', '.join(metadata_str)}" - # ) # extend the list in case ISM metadata already is present metadata = [ meta_list + met for meta_list, met in zip(metadata, metadata_MASA) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 530af3b5..9c52bdc8 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -659,10 +659,10 @@ def validate_input_files(cfg: TestConfig): aligned_output_dir = cfg.output_path / "20ms_aligned_files" try: aligned_output_dir.mkdir(exist_ok=False, parents=True) - except FileExistsError: - raise ValueError( - "Folder for 20ms aligned files already exists. Please move or delete folder" - ) + 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: -- GitLab From 40fb07c68fd8367143a13dd83a08753197bd2309 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 27 Aug 2025 20:08:08 +0200 Subject: [PATCH 094/159] [fix] properly update metadata list --- ivas_processing_scripts/processing/processing.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 8a8839fc..fccd4b0a 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -52,7 +52,6 @@ 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 ( - ALLOWED_INPUT_EXT_MD, apply_func_parallel, list_audio_or_md, pairwise, @@ -415,13 +414,11 @@ def preprocess_2(cfg, logger): cfg.out_dirs[0], select_list=getattr(cfg, "input_select", None) ) - cfg.metadata_path = [ - list_audio_or_md( - cfg.out_dirs[0], - select_list=getattr(cfg, "input_select", None), - allowed_ext=ALLOWED_INPUT_EXT_MD, - ) - ] + # 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.stem # remove already applied processing stage cfg.proc_chains = cfg.proc_chains[1:] -- GitLab From 727002b2420d1424c715c1efdf95ac4fdc6b5488 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 28 Aug 2025 08:56:12 +0200 Subject: [PATCH 095/159] [fix] python format name used for IVAS_rend commandline for MASA --- ivas_processing_scripts/audiotools/wrappers/masaRenderer.py | 4 +++- ivas_processing_scripts/processing/ivas.py | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index b6aa1c9e..7e52d664 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -56,7 +56,9 @@ def ivasRendMasa( masa : MetadataAssistedSpatialAudio Input MASA audio out_fmt: str - Desired output format (only 5_1, 7_1_4 and BINAURAL supported) + Desired output format + trajectory: Path + Head rotation trajectory Returns ------- diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 972f0c96..c2e728e6 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -555,6 +555,9 @@ class IVAS_rend(Processing): 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", @@ -562,7 +565,7 @@ class IVAS_rend(Processing): "-i", str(in_file), "-if", - self.in_fmt.name, + in_fmt, "-o", str(out_file), "-of", -- GitLab From 4ae47012f94d5d813f382390b1a0b457e97f742a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 28 Aug 2025 09:53:42 +0200 Subject: [PATCH 096/159] [fix] use name, not stem for updating metadata path --- ivas_processing_scripts/processing/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index fccd4b0a..64368954 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -418,7 +418,7 @@ def preprocess_2(cfg, logger): for md_files in cfg.metadata_path: for i, md in enumerate(md_files): if md: - md_files[i] = cfg.out_dirs[0] / md.stem + md_files[i] = cfg.out_dirs[0] / md.name # remove already applied processing stage cfg.proc_chains = cfg.proc_chains[1:] -- GitLab From 34914c5a2fe373798ce105ee95551d9a1595c36c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 28 Aug 2025 10:20:54 +0200 Subject: [PATCH 097/159] [fix] potential crash for logging --- ivas_processing_scripts/audiotools/metadata.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 5c3c9d8a..0e75d6f9 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -723,9 +723,8 @@ def add_masa_metadata_preamble_repeat( masaAnalyzer(sba, num_tc, masa.dirs, tmp_meta) - if logger: - logger.debug(f"Input Metadata size {metadata_in.stat().st_size}") - logger.debug(f"Preamble Metadata size {tmp_meta.stat().st_size}") + 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: @@ -734,7 +733,8 @@ def add_masa_metadata_preamble_repeat( copyfileobj(in_meta, out_meta) if logger: - logger.debug(f"Input Metadata + Preamble size {tmp_meta.stat().st_size}") + 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 -- GitLab From c0d02e1de6879a77b0600e4a057fd94a568c4ecd Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 28 Aug 2025 10:25:14 +0200 Subject: [PATCH 098/159] formatting --- ivas_processing_scripts/audiotools/metadata.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 0e75d6f9..9fd202d1 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -734,7 +734,9 @@ def add_masa_metadata_preamble_repeat( 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}") + logger.debug( + f"Input + Preamble concatenated metadata size {tmp_meta.stat().st_size}" + ) if repeat: # repeat the entire file -- GitLab From 2e983fddce523312a24948496a7af205fbf58218 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 28 Aug 2025 17:39:26 +0200 Subject: [PATCH 099/159] update configurations for P.800-13 and -14 --- ....yml => P800-13_cat5_MASA2DIR1-16LKFS.yml} | 2 +- ....yml => P800-13_cat5_MASA2DIR1-26LKFS.yml} | 2 +- ....yml => P800-13_cat5_MASA2DIR1-36LKFS.yml} | 2 +- .../config/P800-14_cat1_1TC_HOA2-16LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat1_1TC_HOA2-26LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat1_1TC_HOA2-36LKFS.yml | 272 ++++++++++++++++++ ...S.yml => P800-14_cat1_2TC_HOA2-16LKFS.yml} | 220 +------------- ...S.yml => P800-14_cat1_2TC_HOA2-26LKFS.yml} | 220 +------------- ...S.yml => P800-14_cat1_2TC_HOA2-36LKFS.yml} | 220 +------------- .../config/P800-14_cat2_1TC_FOA-16LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat2_1TC_FOA-26LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat2_1TC_FOA-36LKFS.yml | 272 ++++++++++++++++++ ...FS.yml => P800-14_cat2_2TC_FOA-16LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat2_2TC_FOA-26LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat2_2TC_FOA-36LKFS.yml} | 218 +------------- .../config/P800-14_cat3_1TC_FOA-16LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat3_1TC_FOA-26LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat3_1TC_FOA-36LKFS.yml | 272 ++++++++++++++++++ ...FS.yml => P800-14_cat3_2TC_FOA-16LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat3_2TC_FOA-26LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat3_2TC_FOA-36LKFS.yml} | 218 +------------- .../config/P800-14_cat4_1TC_FOA-16LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat4_1TC_FOA-26LKFS.yml | 272 ++++++++++++++++++ .../config/P800-14_cat4_1TC_FOA-36LKFS.yml | 272 ++++++++++++++++++ ...FS.yml => P800-14_cat4_2TC_FOA-16LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat4_2TC_FOA-26LKFS.yml} | 218 +------------- ...FS.yml => P800-14_cat4_2TC_FOA-36LKFS.yml} | 218 +------------- ... => P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml} | 218 +------------- ... => P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml} | 218 +------------- ... => P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml} | 218 +------------- ... => P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml} | 218 +------------- ... => P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml} | 218 +------------- ... => P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml} | 218 +------------- .../P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml | 269 +++++++++++++++++ .../P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml | 269 +++++++++++++++++ .../P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml | 269 +++++++++++++++++ .../P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml | 269 +++++++++++++++++ .../P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml | 269 +++++++++++++++++ .../P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml | 269 +++++++++++++++++ 39 files changed, 4920 insertions(+), 3894 deletions(-) rename experiments/characterization/P800-13/config/{P800-13_cat5_MASA1DIR1-16LKFS.yml => P800-13_cat5_MASA2DIR1-16LKFS.yml} (99%) rename experiments/characterization/P800-13/config/{P800-13_cat5_MASA1DIR1-26LKFS.yml => P800-13_cat5_MASA2DIR1-26LKFS.yml} (99%) rename experiments/characterization/P800-13/config/{P800-13_cat5_MASA1DIR1-36LKFS.yml => P800-13_cat5_MASA2DIR1-36LKFS.yml} (99%) create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-36LKFS.yml rename experiments/characterization/P800-14/config/{P800-14_cat1_FOA-16LKFS.yml => P800-14_cat1_2TC_HOA2-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat1_FOA-26LKFS.yml => P800-14_cat1_2TC_HOA2-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat1_FOA-36LKFS.yml => P800-14_cat1_2TC_HOA2-36LKFS.yml} (56%) create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat2_1TC_FOA-36LKFS.yml rename experiments/characterization/P800-14/config/{P800-14_cat2_FOA-16LKFS.yml => P800-14_cat2_2TC_FOA-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat2_FOA-26LKFS.yml => P800-14_cat2_2TC_FOA-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat2_FOA-36LKFS.yml => P800-14_cat2_2TC_FOA-36LKFS.yml} (56%) create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat3_1TC_FOA-36LKFS.yml rename experiments/characterization/P800-14/config/{P800-14_cat3_FOA-16LKFS.yml => P800-14_cat3_2TC_FOA-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat3_FOA-26LKFS.yml => P800-14_cat3_2TC_FOA-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat3_FOA-36LKFS.yml => P800-14_cat3_2TC_FOA-36LKFS.yml} (56%) create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat4_1TC_FOA-36LKFS.yml rename experiments/characterization/P800-14/config/{P800-14_cat4_FOA-16LKFS.yml => P800-14_cat4_2TC_FOA-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat4_FOA-26LKFS.yml => P800-14_cat4_2TC_FOA-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat4_FOA-36LKFS.yml => P800-14_cat4_2TC_FOA-36LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat5_MASA1DIR1-16LKFS.yml => P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat5_MASA1DIR1-26LKFS.yml => P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat5_MASA1DIR1-36LKFS.yml => P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat6_MASA1DIR1-16LKFS.yml => P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat6_MASA1DIR1-26LKFS.yml => P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml} (56%) rename experiments/characterization/P800-14/config/{P800-14_cat6_MASA1DIR1-36LKFS.yml => P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml} (56%) create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml create mode 100644 experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml similarity index 99% rename from experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml index 0459788a..dee0a7dd 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml similarity index 99% rename from experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml index 6a11c60f..0574ad86 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 diff --git a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml similarity index 99% rename from experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml index 85f60dae..c33da976 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 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 00000000..23e2b692 --- /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: 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_cat1_1TC_HOA2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-26LKFS.yml new file mode 100644 index 00000000..f20091b9 --- /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: 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_cat1_1TC_HOA2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_1TC_HOA2-36LKFS.yml new file mode 100644 index 00000000..0f2a32ae --- /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: 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_cat1_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml index f3f5cb44..5f5f8576 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat1" -output_path: "experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS" +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 @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml index 2a1df640..1bca226c 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat1" -output_path: "experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS" +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 @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml index 251f15a7..31ba3f3d 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat1_2TC_HOA2-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat1" -output_path: "experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS" +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 @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "FOA" + fmt: "HOA2" fs: 48000 aligned_to: len: 20 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas 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 00000000..100bd8a0 --- /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 00000000..b5c87097 --- /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 00000000..fe1cfe82 --- /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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml index f0138a27..449dda9a 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat2" -output_path: "experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml index 76828a32..57b617bf 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat2" -output_path: "experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml index ef52de41..f61c2866 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat2" -output_path: "experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas 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 00000000..edd9a441 --- /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 00000000..3528a90a --- /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 00000000..8f456b88 --- /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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml index 1055eedf..9b0f2267 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat3" -output_path: "experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml index f134c542..461ce1b1 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat3" -output_path: "experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml index fb7fc95f..fc5d1d6e 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat3" -output_path: "experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas 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 00000000..8889504e --- /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 00000000..58fa5452 --- /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 00000000..384d07cf --- /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_FOA-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml index 5dceca10..de7d8b8d 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat4" -output_path: "experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml index 788569b7..f7900077 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat4" -output_path: "experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml index 1b5748a6..92b8aa24 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat4" -output_path: "experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS" +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 @@ -48,25 +48,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -80,105 +64,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -278,105 +163,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml index 24f3d25a..479b3ade 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat5" -output_path: "experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS" +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 @@ -48,9 +48,6 @@ conditions_to_generate: c01: type: ref fmt: MASA1DIR1 - c02: - type: ref - fmt: MASA2DIR1 ### MNRU conditions ### c03: type: mnru @@ -64,19 +61,6 @@ conditions_to_generate: type: mnru q: 18 fmt: MASA1DIR1 - ### 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, 1 TC, 4% FER ### c09: type: ivas @@ -176,105 +160,6 @@ conditions_to_generate: tx: type: FER error_rate: 4 - ### 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, 1 TC, 8% FER ### c23: type: ivas @@ -374,105 +259,6 @@ conditions_to_generate: tx: type: FER error_rate: 8 - ### 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 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml index f45e3abc..7bd3ccdb 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat5" -output_path: "experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS" +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 @@ -48,9 +48,6 @@ conditions_to_generate: c01: type: ref fmt: MASA1DIR1 - c02: - type: ref - fmt: MASA2DIR1 ### MNRU conditions ### c03: type: mnru @@ -64,19 +61,6 @@ conditions_to_generate: type: mnru q: 18 fmt: MASA1DIR1 - ### 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, 1 TC, 4% FER ### c09: type: ivas @@ -176,105 +160,6 @@ conditions_to_generate: tx: type: FER error_rate: 4 - ### 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, 1 TC, 8% FER ### c23: type: ivas @@ -374,105 +259,6 @@ conditions_to_generate: tx: type: FER error_rate: 8 - ### 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 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml index cd4d7640..bfbea9b3 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat5" -output_path: "experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS" +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 @@ -48,9 +48,6 @@ conditions_to_generate: c01: type: ref fmt: MASA1DIR1 - c02: - type: ref - fmt: MASA2DIR1 ### MNRU conditions ### c03: type: mnru @@ -64,19 +61,6 @@ conditions_to_generate: type: mnru q: 18 fmt: MASA1DIR1 - ### 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, 1 TC, 4% FER ### c09: type: ivas @@ -176,105 +160,6 @@ conditions_to_generate: tx: type: FER error_rate: 4 - ### 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, 1 TC, 8% FER ### c23: type: ivas @@ -374,105 +259,6 @@ conditions_to_generate: tx: type: FER error_rate: 8 - ### 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 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml index 87f3287c..efe9c0d5 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat6" -output_path: "experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS" +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 @@ -45,25 +45,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -77,105 +61,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -275,105 +160,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml index 1f291475..105a2686 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat6" -output_path: "experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS" +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 @@ -45,25 +45,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -77,105 +61,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -275,105 +160,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml similarity index 56% rename from experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml index 99edeeb8..a8e1ce75 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml @@ -9,8 +9,8 @@ name: P800-14 master_seed: 25 prerun_seed: 2 -input_path: "experiments/characterization/P800-14/proc_input/cat6" -output_path: "experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS" +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 @@ -45,25 +45,9 @@ preprocessing_2: ################################################ conditions_to_generate: ### Reference and Anchor conditions ### - c01: - type: ref - fmt: MASA1DIR1 c02: type: ref fmt: MASA2DIR1 - ### MNRU conditions ### - c03: - type: mnru - q: 32 - fmt: MASA1DIR1 - c04: - type: mnru - q: 25 - fmt: MASA1DIR1 - c05: - type: mnru - q: 18 - fmt: MASA1DIR1 ### ESDRU conditions ### c06: type: esdru @@ -77,105 +61,6 @@ conditions_to_generate: type: esdru alpha: 0.2 fmt: MASA2DIR1 - ### 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, 2 TC, 4% FER ### c16: type: ivas @@ -275,105 +160,6 @@ conditions_to_generate: 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 ### IVAS FX/FL mix conditions, 2 TC, 8% FER ### c30: type: ivas diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml new file mode 100644 index 00000000..ea732548 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_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_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: "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 + 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_cat6_1TC_MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml new file mode 100644 index 00000000..49e500cf --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_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_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: "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 + 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_cat6_1TC_MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml new file mode 100644 index 00000000..eebebd01 --- /dev/null +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_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_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: "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 + 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_cat6_2TC_MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml new file mode 100644 index 00000000..dc712c2b --- /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: 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_2TC_MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml new file mode 100644 index 00000000..243eaa02 --- /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: 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_2TC_MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml new file mode 100644 index 00000000..03261883 --- /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: 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 -- GitLab From a9c14cbe1b78d97a170093d8f24c82761442167b Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 29 Aug 2025 09:39:05 +0200 Subject: [PATCH 100/159] initial version of check_ISM.sh --- other/check_ISM.sh | 92 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100755 other/check_ISM.sh diff --git a/other/check_ISM.sh b/other/check_ISM.sh new file mode 100755 index 00000000..97690317 --- /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}" -- GitLab From 00683254eef0e44a242f6d37221ebe7b0c253eaa Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 10:16:15 +0200 Subject: [PATCH 101/159] [fix] configs for P.800-14 cat5 had wrong number of TC, cat1 and 6 wrong number of directions --- .../config/P800-14_cat1_1TC_HOA2-16LKFS.yml | 36 +++++++++--------- .../config/P800-14_cat1_1TC_HOA2-26LKFS.yml | 36 +++++++++--------- .../config/P800-14_cat1_1TC_HOA2-36LKFS.yml | 36 +++++++++--------- .../config/P800-14_cat1_2TC_HOA2-16LKFS.yml | 36 +++++++++--------- .../config/P800-14_cat1_2TC_HOA2-26LKFS.yml | 36 +++++++++--------- .../config/P800-14_cat1_2TC_HOA2-36LKFS.yml | 36 +++++++++--------- ... => P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml} | 2 +- ... => P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml} | 2 +- ... => P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml} | 2 +- ... => P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml} | 38 +++++++++---------- ... => P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml} | 38 +++++++++---------- ... => P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml} | 38 +++++++++---------- .../P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml | 36 +++++++++--------- .../P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml | 36 +++++++++--------- .../P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml | 36 +++++++++--------- 15 files changed, 222 insertions(+), 222 deletions(-) rename experiments/characterization/P800-14/config/{P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml => P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml} (99%) rename experiments/characterization/P800-14/config/{P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml => P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml} (99%) rename experiments/characterization/P800-14/config/{P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml => P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml} (99%) rename experiments/characterization/P800-14/config/{P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml => P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml} (92%) rename experiments/characterization/P800-14/config/{P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml => P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml} (92%) rename experiments/characterization/P800-14/config/{P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml => P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml} (92%) 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 index 23e2b692..af06ea95 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index f20091b9..5b6a7563 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 0f2a32ae..f3f50057 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 5f5f8576..8aea4a8a 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 1bca226c..2e6b143c 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 31ba3f3d..b8dba2d1 100644 --- 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 @@ -50,20 +50,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -73,7 +73,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -87,7 +87,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -101,7 +101,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -115,7 +115,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -129,7 +129,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -143,7 +143,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -157,7 +157,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -172,7 +172,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -186,7 +186,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -200,7 +200,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -214,7 +214,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -228,7 +228,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -242,7 +242,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -256,7 +256,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml similarity index 99% rename from experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml index efe9c0d5..13835277 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml similarity index 99% rename from experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml index 105a2686..1f4eaf1b 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 diff --git a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml similarity index 99% rename from experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml index a8e1ce75..38348902 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA1DIR1" + fmt: "MASA2DIR1" fs: 48000 aligned_to: len: 20 diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml similarity index 92% rename from experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml index ea732548..32d90ca7 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA2DIR2" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml similarity index 92% rename from experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml index 49e500cf..af5da112 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA2DIR2" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: diff --git a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml similarity index 92% rename from experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml rename to experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml index eebebd01..fea6977c 100644 --- a/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-14/config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml @@ -18,7 +18,7 @@ condition_in_output_filename: true ### Input configuration ################################################ input: - fmt: "MASA2DIR2" + fmt: "MASA1DIR2" fs: 48000 aligned_to: len: 20 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### MNRU conditions ### c03: type: mnru q: 32 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c04: type: mnru q: 25 - fmt: MASA1DIR1 + fmt: MASA1DIR2 c05: type: mnru q: 18 - fmt: MASA1DIR1 + fmt: MASA1DIR2 ### IVAS FX/FL mix conditions, 1 TC, 4% FER ### c09: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA1DIR1 + fmt: MASA1DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index dc712c2b..f56b2099 100644 --- 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 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 243eaa02..ced95181 100644 --- 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 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: 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 index 03261883..60721f42 100644 --- 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 @@ -47,20 +47,20 @@ conditions_to_generate: ### Reference and Anchor conditions ### c02: type: ref - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### ESDRU conditions ### c06: type: esdru alpha: 0.8 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c07: type: esdru alpha: 0.6 - fmt: MASA2DIR1 + fmt: MASA2DIR2 c08: type: esdru alpha: 0.2 - fmt: MASA2DIR1 + fmt: MASA2DIR2 ### IVAS FX/FL mix conditions, 2 TC, 4% FER ### c16: type: ivas @@ -70,7 +70,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -84,7 +84,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -98,7 +98,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -112,7 +112,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -126,7 +126,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -140,7 +140,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -154,7 +154,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -169,7 +169,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -183,7 +183,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -197,7 +197,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -211,7 +211,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: @@ -225,7 +225,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -239,7 +239,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_flt_ref opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_flt_ref tx: @@ -253,7 +253,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_cod_fx opts: - -dtx - fmt: MASA2DIR1 + fmt: MASA2DIR2 dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx tx: -- GitLab From cb8ef03b08efb1c021faffbf7de804e299d4dd01 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 12:51:49 +0200 Subject: [PATCH 102/159] [fix] object metadata not passed after preprocessing background noise --- ivas_processing_scripts/__init__.py | 8 +------- .../processing/preprocessing_2.py | 2 +- ivas_processing_scripts/processing/processing.py | 15 ++++++++++++--- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/ivas_processing_scripts/__init__.py b/ivas_processing_scripts/__init__.py index 98fa796b..243ac32b 100755 --- a/ivas_processing_scripts/__init__.py +++ b/ivas_processing_scripts/__init__.py @@ -156,13 +156,7 @@ def main(args): # save process info to revert it later cfg.pre2 = cfg.proc_chains[0]["processes"][0] # preprocess background noise - if ( - hasattr(cfg, "preprocessing") - and hasattr(cfg.pre2, "background_noise") - and cfg.pre2.background_noise is not None - and cfg.pre2.background_noise.get("background_noise_path") - ): - preprocess_background_noise(cfg) + preprocess_background_noise(cfg) # preprocess 2 preprocess_2(cfg, logger) diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index 2402a856..2a4bef67 100644 --- a/ivas_processing_scripts/processing/preprocessing_2.py +++ b/ivas_processing_scripts/processing/preprocessing_2.py @@ -135,7 +135,7 @@ class Preprocessing2(Processing): raise ValueError( f"Background noise path {self.background_noise.get('background_noise_path')} does not exist" ) - # load background noise + # load preprocessed background noise if self.background_noise["background_object"] is not None: noise_object = self.background_noise["background_object"] else: diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 64368954..7b6cae06 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -569,7 +569,14 @@ def remove_preamble(x, out_fmt, fs, repeat_signal, preamble_len_ms, meta, logger def preprocess_background_noise(cfg): - # TODO: add checks and errors for sampling rate and number channels compared to input signals + if not ( + hasattr(cfg, "preprocessing") + and hasattr(cfg.pre2, "background_noise") + and cfg.pre2.background_noise is not None + and cfg.pre2.background_noise.get("background_noise_path") + ): + return + # create audio objects input_audio = audio.fromfile( cfg.input["fmt"], @@ -582,8 +589,11 @@ def preprocess_background_noise(cfg): out_fs = input_audio.fs else: out_fs = cfg.pre.out_fs + + if hasattr(input_audio, "object_pos"): + output_audio.object_pos = input_audio.object_pos - # only consider format conversion, resampling and high-pass filtering + # only apply format conversion, resampling and filtering convert( input=input_audio, output=output_audio, @@ -593,7 +603,6 @@ def preprocess_background_noise(cfg): ) # save result in cfg - # cfg.preprocessing_2["background_noise"].update({"background_object": output_audio}) cfg.proc_chains[0]["processes"][0].background_noise[ "background_object" ] = output_audio -- GitLab From e9484713f5c4531bebcc2339913a9f0fe0f015a8 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 12:52:58 +0200 Subject: [PATCH 103/159] [fix] bug in convert module not passing metadata filelist after conversion --- ivas_processing_scripts/audiotools/convert/__init__.py | 2 +- ivas_processing_scripts/processing/processing.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index 88654b6c..d7d612af 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -427,7 +427,7 @@ def format_conversion( if fmt.startswith("MASA"): output.metadata_file = input.metadata_file elif fmt.startswith("ISM"): # also includes combined formats - output.metadata_files = list(output.metadata_files) + output.metadata_files = list(input.metadata_files) else: if isinstance(input, audio.BinauralAudio): diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index 7b6cae06..f762ad38 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -589,7 +589,7 @@ def preprocess_background_noise(cfg): out_fs = input_audio.fs else: out_fs = cfg.pre.out_fs - + if hasattr(input_audio, "object_pos"): output_audio.object_pos = input_audio.object_pos -- GitLab From ad177e0e17a3bf224dcf50871038f2bc27a22632 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 14:12:29 +0200 Subject: [PATCH 104/159] [opt] execute ITU STL filter in parallel for all channels instead of sequentially --- .../audiotools/wrappers/filter.py | 77 ++++++++++++------- 1 file changed, 50 insertions(+), 27 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 062592ed..66ec84fd 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -32,6 +32,7 @@ import re from copy import deepcopy +from itertools import repeat from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional @@ -43,11 +44,39 @@ from ivas_processing_scripts.audiotools.audio import Audio, ChannelBasedAudio from ivas_processing_scripts.audiotools.audioarray import delay_compensation, pad_delay from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES -from ivas_processing_scripts.utils import find_binary, run +from ivas_processing_scripts.utils import apply_func_parallel, find_binary, run FILTER_TYPES_REGEX = r"[\n][\s]{3}[A-Z0-9]\w+\s+" +def run_filter( + cmd_base: list[str], + audio: np.ndarray, + fs: int, + chan: int, + skip_channel: list[int], + block_size: Optional[int] = None, +): + if chan in skip_channel: + return audio + + with TemporaryDirectory() as tmp_dir: + tmp_dir = Path(tmp_dir) + tmp_in = tmp_dir.joinpath(f"tmpFilterOut_{chan}.pcm") + tmp_out = tmp_dir.joinpath(f"tmpFilterIn_{chan}.pcm") + + cmd = cmd_base.copy() + cmd.append(str(tmp_in)) + cmd.append(str(tmp_out)) + if block_size: + cmd.append(str(block_size)) + + write(tmp_in, audio, fs) + run(cmd) + out, _ = read(tmp_out, nchannels=1, fs=fs) + return out + + def filter_itu( input: Audio, flt_type: str, @@ -155,32 +184,26 @@ def filter_itu( # normal filtering -> size remains output = np.zeros_like(input.audio) - with TemporaryDirectory() as tmp_dir: - tmp_dir = Path(tmp_dir) - - # process channels separately - for channel in range(input.num_channels): - if skip_channel and channel in skip_channel: - output[:, channel] = input.audio[:, channel] - continue - - cmd_in_out = cmd.copy() - - tmp_in = tmp_dir.joinpath(f"tmp_filterIn{channel}.pcm") - tmp_out = tmp_dir.joinpath(f"tmp_filterOut{channel}.pcm") - - cmd_in_out.append(str(tmp_in)) - cmd_in_out.append(str(tmp_out)) - - if block_size: - cmd_in_out.append(str(block_size)) - - write(tmp_in, input.audio[:, channel], input.fs) - - run(cmd_in_out) - - a, _ = read(tmp_out, nchannels=1, fs=input.fs) - output[:, channel][:, None] = a + # make sure this is an empty list + skip_channel = skip_channel or [] + + filtered = apply_func_parallel( + run_filter, + zip( + repeat(cmd), + [input.audio[:, ch] for ch in range(input.num_channels)], + repeat(input.fs), + range(input.num_channels), + repeat(skip_channel), + repeat(block_size), + ), + show_progress=False, + ) + + assert len(filtered) == input.audio.shape[1] - len(skip_channel) + + for ch, filt in enumerate(filtered): + output[:, ch][:, None] = filt return output -- GitLab From 01004d055e02aa024814e16332f4ffce2205f0ff Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Fri, 29 Aug 2025 14:26:48 +0200 Subject: [PATCH 105/159] Remove 7kHz anchor from BS.1534-20 --- .../BS1534-20/config/BS1534-20.yml | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml index 17d02668..0faf55c7 100644 --- a/experiments/characterization/BS1534-20/config/BS1534-20.yml +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -55,18 +55,6 @@ conditions_to_generate: 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 @@ -79,7 +67,7 @@ conditions_to_generate: render_config: true trajectory: true ### IVAS, no ext. metadata ### - c04: + c03: type: ivas bitrates: - 64000 @@ -89,7 +77,7 @@ conditions_to_generate: bin: ivas_processing_scripts/bin/IVAS_dec_fx only_3dof: true trajectory: true - c05: + c04: type: ivas bitrates: - 512000 @@ -100,7 +88,7 @@ conditions_to_generate: only_3dof: true trajectory: true ### IVAS, extended metadata ### - c06: + c05: type: ivas bitrates: - 64000 @@ -117,7 +105,7 @@ conditions_to_generate: - '3' render_config: true trajectory: true - c07: + c06: type: ivas bitrates: - 512000 -- GitLab From 55fcca8bac63162ef20ca3834099a4a4c7138a67 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 14:33:03 +0200 Subject: [PATCH 106/159] [fix] remove debugging assert --- ivas_processing_scripts/audiotools/wrappers/filter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 66ec84fd..ed680f8a 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -200,8 +200,6 @@ def filter_itu( show_progress=False, ) - assert len(filtered) == input.audio.shape[1] - len(skip_channel) - for ch, filt in enumerate(filtered): output[:, ch][:, None] = filt -- GitLab From 2ef8353ca973c265db0272b7cc18b77a115afb1f Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 15:26:03 +0200 Subject: [PATCH 107/159] [fix] handle potential broadcasting errors --- ivas_processing_scripts/audiotools/wrappers/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index ed680f8a..3f6ce956 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -201,7 +201,7 @@ def filter_itu( ) for ch, filt in enumerate(filtered): - output[:, ch][:, None] = filt + output[:, [ch]] = filt.reshape(-1, 1) return output -- GitLab From df05117f05f1265c4de289043d1488fd616861db Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 16:30:33 +0200 Subject: [PATCH 108/159] [fix] multiple processes overwrite the same file for ivas_combined conditions; files were written to wrong location --- ivas_processing_scripts/processing/ivas_combined.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/processing/ivas_combined.py b/ivas_processing_scripts/processing/ivas_combined.py index 6ab83794..680ab180 100755 --- a/ivas_processing_scripts/processing/ivas_combined.py +++ b/ivas_processing_scripts/processing/ivas_combined.py @@ -137,15 +137,15 @@ class IVASCombined(Processing): logger.debug(f"IVAS {in_file.absolute()} -> {out_file.absolute()}") # split into objects and spatial files - in_file_objects = in_file.with_suffix(f".objects{in_file.suffix}") - in_file_spatial = in_file.with_suffix(f".spatial{in_file.suffix}") + in_file_objects = out_file.with_suffix(f".objects{in_file.suffix}") + in_file_spatial = out_file.with_suffix(f".spatial{in_file.suffix}") in_audio, fs = read(in_file) write(in_file_objects, in_audio[:, : self.in_fmt.num_ism_channels], fs) write(in_file_spatial, in_audio[:, self.in_fmt.num_ism_channels :], fs) - out_file_objects = out_file.with_suffix(f".objects{out_file.suffix}") - out_file_spatial = out_file.with_suffix(f".spatial{out_file.suffix}") + out_file_objects = out_file.with_suffix(f".objects.ivas{out_file.suffix}") + out_file_spatial = out_file.with_suffix(f".spatial.ivas{out_file.suffix}") in_meta_objects = in_meta[: self.in_fmt.num_ism_channels] in_meta_spatial = in_meta[self.in_fmt.num_ism_channels :] -- GitLab From 65291358532ae9f60bf9aa876b738ba13a2d4c8c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 29 Aug 2025 16:37:06 +0200 Subject: [PATCH 109/159] [fix] remove gain factor for OSBA --- ivas_processing_scripts/processing/ivas_combined.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ivas_processing_scripts/processing/ivas_combined.py b/ivas_processing_scripts/processing/ivas_combined.py index 680ab180..b7374907 100755 --- a/ivas_processing_scripts/processing/ivas_combined.py +++ b/ivas_processing_scripts/processing/ivas_combined.py @@ -161,11 +161,6 @@ class IVASCombined(Processing): out_audio_objects, fs = read(out_file_objects) out_audio_spatial, fs = read(out_file_spatial) - # combine outputs, with gain factor if OSBA - if isinstance(self.in_fmt, audio.OSBAAudio): - out_audio_objects *= 0.5 - out_audio_spatial *= 0.5 - out_audio = out_audio_objects + out_audio_spatial write(out_file, out_audio, fs) -- GitLab From 41eb3c6102416767190eea106c4032ae4ef1b129 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 1 Sep 2025 10:57:14 +0200 Subject: [PATCH 110/159] update configurations for BS.1534-10 --- .../BS1534-10/config/BS1534-10-ISM1.yml | 12 ++++++------ .../BS1534-10/config/BS1534-10-ISM2.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index 9c5f42dd..98845169 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -52,7 +52,7 @@ conditions_to_generate: ivas_rend: fmt: STEREO bitrates: - - 64000 + - 48000 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx fmt: MONO @@ -64,7 +64,7 @@ conditions_to_generate: ivas_rend: fmt: STEREO bitrates: - - 128000 + - 96000 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx fmt: MONO @@ -75,7 +75,7 @@ conditions_to_generate: c05: type: ivas bitrates: - - 64000 + - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -83,7 +83,7 @@ conditions_to_generate: c06: type: ivas bitrates: - - 96000 + - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -91,7 +91,7 @@ conditions_to_generate: c07: type: ivas bitrates: - - 128000 + - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -99,7 +99,7 @@ conditions_to_generate: c08: type: ivas bitrates: - - 256000 + - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index 7a294dd4..f9b3e6b8 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -52,7 +52,7 @@ conditions_to_generate: ivas_rend: fmt: STEREO bitrates: - - 64000 + - 48000 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx fmt: MONO @@ -64,7 +64,7 @@ conditions_to_generate: ivas_rend: fmt: STEREO bitrates: - - 128000 + - 96000 cod: bin: ivas_processing_scripts/bin/EVS_cod_fx fmt: MONO @@ -75,7 +75,7 @@ conditions_to_generate: c05: type: ivas bitrates: - - 64000 + - 48000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -83,7 +83,7 @@ conditions_to_generate: c06: type: ivas bitrates: - - 96000 + - 64000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -91,7 +91,7 @@ conditions_to_generate: c07: type: ivas bitrates: - - 128000 + - 96000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: @@ -99,7 +99,7 @@ conditions_to_generate: c08: type: ivas bitrates: - - 256000 + - 128000 cod: bin: ivas_processing_scripts/bin/IVAS_cod_fx dec: -- GitLab From 172401200ad7c6c5c46a80d39b83059ba972a7a5 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 1 Sep 2025 15:11:17 +0200 Subject: [PATCH 111/159] [fix] missing resampling before codec conditions if different fs was specified --- ivas_processing_scripts/processing/chains.py | 25 +++++++++++++++----- ivas_processing_scripts/processing/ivas.py | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ivas_processing_scripts/processing/chains.py b/ivas_processing_scripts/processing/chains.py index 9c52bdc8..1a48834d 100755 --- a/ivas_processing_scripts/processing/chains.py +++ b/ivas_processing_scripts/processing/chains.py @@ -243,6 +243,11 @@ def get_prerend( 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) + if attrs.get("in_fs") != attrs.get("out_fs"): + raise NotImplementedError( + f"IVAS rend does not support resampling. Prerendering specified with resampling from {attrs.get('in_fs')} to {attrs.get('out_fs')}." + f"\nPlease update your configuration or disable IVAS rend prerendering." + ) return IVAS_rend( attrs, ) @@ -366,8 +371,11 @@ def get_processing_chain( if hasattr(cfg, "preprocessing_2"): preamble = cfg.preprocessing_2.get("preamble", 0) - # 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: + # if the encoding format or fs differs from the values after preprocessing, add format conversion + cod_fmt = cod_cfg.get("fmt", tmp_in_fmt) + cod_fs = cod_cfg.get("fs", tmp_in_fs) + needs_preproc = (tmp_in_fmt != cod_fmt) or (tmp_in_fs != cod_fs) + if needs_preproc: chain["processes"].append( get_prerend( cod_cfg.get("ivas_prerend"), @@ -376,7 +384,7 @@ def get_processing_chain( attrs={ "in_fs": tmp_in_fs, "in_fmt": tmp_in_fmt, - "out_fs": tmp_in_fs, + "out_fs": cod_fs, "out_fmt": cod_fmt, "multiprocessing": cfg.multiprocessing, "tx_condition": False, @@ -384,6 +392,7 @@ def get_processing_chain( ) ) tmp_in_fmt = cod_fmt + tmp_in_fs = cod_fs chain["processes"].append( EVS( @@ -445,8 +454,11 @@ def get_processing_chain( if hasattr(cfg, "preprocessing_2"): preamble = cfg.preprocessing_2.get("preamble", 0) - # 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: + # if the encoding format or fs differs from the values after preprocessing, add format conversion + cod_fmt = cod_cfg.get("fmt", tmp_in_fmt) + cod_fs = cod_cfg.get("fs", tmp_in_fs) + needs_preproc = (tmp_in_fmt != cod_fmt) or (tmp_in_fs != cod_fs) + if needs_preproc: chain["processes"].append( get_prerend( cod_cfg.get("ivas_prerend"), @@ -455,7 +467,7 @@ def get_processing_chain( attrs={ "in_fs": tmp_in_fs, "in_fmt": tmp_in_fmt, - "out_fs": tmp_in_fs, + "out_fs": cod_fs, "out_fmt": cod_fmt, "multiprocessing": cfg.multiprocessing, "tx_condition": False, @@ -463,6 +475,7 @@ def get_processing_chain( ) ) tmp_in_fmt = cod_fmt + tmp_in_fs = cod_fs # allow list of output values for IVAS tmp_out_fmt = dec_cfg.get("fmt", tmp_out_fmt) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index c2e728e6..01f8220f 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -485,7 +485,7 @@ class IVAS_rend(Processing): self.in_fmt = audio.fromtype(self.in_fmt) self.out_fmt = audio.fromtype(self.out_fmt) if not hasattr(self, "opts"): - self.dec_opts = None + self.opts = None self._use_wine = ( platform.system() == "Linux" and self.use_windows_codec_binaries ) -- GitLab From e3d1e1fbc84a540082eeadcf7a80f6dc50d1d6b3 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 1 Sep 2025 17:13:41 +0200 Subject: [PATCH 112/159] update configurations to use IVAS_rend for reference rendering --- .../BS1534-1/config/BS1534-1.yml | 4 ++++ .../BS1534-10/config/BS1534-10-ISM1.yml | 4 ++++ .../BS1534-10/config/BS1534-10-ISM2.yml | 4 ++++ .../BS1534-11/config/BS1534-11-ISM3.yml | 4 ++++ .../BS1534-11/config/BS1534-11-ISM4.yml | 4 ++++ .../BS1534-12/config/BS1534-12-ISM3.yml | 4 ++++ .../BS1534-12/config/BS1534-12-ISM4.yml | 4 ++++ .../BS1534-13/config/BS1534-13.yml | 4 ++++ .../BS1534-14/config/BS1534-14.yml | 4 ++++ .../BS1534-15/config/BS1534-15.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 4 ++++ .../config/BS1534-18-ISM1MASA2DIR2.yml | 4 ++++ .../config/BS1534-18-ISM2MASA2DIR2.yml | 4 ++++ .../config/BS1534-18-ISM3MASA2DIR2.yml | 4 ++++ .../config/BS1534-18-ISM4MASA2DIR2.yml | 4 ++++ .../BS1534-19/config/BS1534-19.yml | 4 ++++ .../BS1534-2/config/BS1534-2.yml | 4 ++++ .../BS1534-3/config/BS1534-3.yml | 4 ++++ .../BS1534-4/config/BS1534-4.yml | 4 ++++ .../BS1534-5/config/BS1534-5.yml | 4 ++++ .../BS1534-6/config/BS1534-6.yml | 4 ++++ .../BS1534-7/config/BS1534-7-5_1.yml | 4 ++++ .../BS1534-7/config/BS1534-7-7_1.yml | 4 ++++ .../BS1534-8/config/BS1534-8-5_1_2.yml | 4 ++++ .../BS1534-8/config/BS1534-8-5_1_4.yml | 4 ++++ .../BS1534-9/config/BS1534-9.yml | 4 ++++ .../config/P800-1_cat1_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat1_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat1_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat2_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat2_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat2_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat3_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat3_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat3_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat4_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat4_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat4_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat5_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat5_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat5_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat6_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat6_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-1_cat6_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat1_ISM3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat1_ISM3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat1_ISM3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat2_ISM3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat2_ISM3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat2_ISM3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat3_ISM3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat3_ISM3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat3_ISM3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat4_ISM4-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat4_ISM4-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat4_ISM4-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat5_ISM4-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat5_ISM4-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat5_ISM4-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat6_ISM4-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat6_ISM4-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-10_cat6_ISM4-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat1_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat1_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat1_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat2_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat2_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat2_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat3_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat3_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat3_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat4_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat4_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat4_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat5_ISM3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat5_ISM3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat5_ISM3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat6_ISM4-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat6_ISM4-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-11_cat6_ISM4-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat1_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat1_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat1_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat2_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat2_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat2_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat3_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat3_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat3_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat4_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat4_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-12/config/P800-12_cat4_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat5_MASA1DIR1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat5_MASA1DIR1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat5_MASA1DIR1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat6_MASA1DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat6_MASA1DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-12_cat6_MASA1DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat1_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat1_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat1_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat2_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat2_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat2_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat3_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat3_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat3_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat4_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat4_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-13/config/P800-13_cat4_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat5_MASA2DIR1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat5_MASA2DIR1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat5_MASA2DIR1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat6_MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat6_MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-13_cat6_MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat1_ISM1SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat1_ISM1SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat1_ISM1SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat2_ISM1SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat2_ISM1SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat2_ISM1SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat3_ISM2SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat3_ISM2SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat3_ISM2SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat4_ISM2SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat4_ISM2SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat4_ISM2SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat5_ISM1SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat5_ISM1SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat5_ISM1SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat6_ISM2SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat6_ISM2SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-15_cat6_ISM2SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat1_ISM3SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat1_ISM3SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat1_ISM3SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat2_ISM3SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat2_ISM3SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat2_ISM3SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat3_ISM3SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat3_ISM3SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat3_ISM3SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat4_ISM4SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat4_ISM4SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat4_ISM4SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat5_ISM4SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat5_ISM4SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat5_ISM4SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat6_ISM4SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat6_ISM4SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-16_cat6_ISM4SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat1_ISM1SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat1_ISM1SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat1_ISM1SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat2_ISM2SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat2_ISM2SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat2_ISM2SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat3_ISM3SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat3_ISM3SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat3_ISM3SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat4_ISM4SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat4_ISM4SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat4_ISM4SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat5_ISM2SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat5_ISM2SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat5_ISM2SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat6_ISM3SBA3-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat6_ISM3SBA3-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-17_cat6_ISM3SBA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat1_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat1_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat1_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat2_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat2_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat2_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat3_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat3_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat3_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat4_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat4_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat4_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat5_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat5_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat5_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat6_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat6_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-2_cat6_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat1_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat1_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat1_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat2_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat3_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat4_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat4_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat4_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat5_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat5_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat5_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat6_STEREO-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat6_STEREO-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-21_cat6_STEREO-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat1_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat1_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat1_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat2_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat2_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat2_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat3_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat3_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat3_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat4_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat4_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat4_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat5_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat5_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat5_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat6_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat6_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../config/P800-22_cat6_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat1_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat1_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat1_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat2_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat2_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat2_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat3_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat3_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat3_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat4_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat4_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat4_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat5_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat5_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat5_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat6_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat6_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-23/config/P800-23_cat6_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat1_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat1_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat1_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat2_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat2_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat2_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat3_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat3_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat3_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat4_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat4_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat4_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat5_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat5_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat5_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat6_FOA-16LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat6_FOA-26LKFS.yml | 18 ++++++++++++++++++ .../P800-3/config/P800-3_cat6_FOA-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat1_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat1_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat1_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat2_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat3_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat4_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat5_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-4/config/P800-4_cat6_HOA2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat1_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat1_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat1_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat2_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat2_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat2_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat3_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat3_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat3_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat4_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat4_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat4_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat5_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat5_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat5_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat6_HOA3-16LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat6_HOA3-26LKFS.yml | 18 ++++++++++++++++++ .../P800-5/config/P800-5_cat6_HOA3-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat1_5_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat1_5_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat1_5_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat2_7_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat2_7_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat2_7_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat3_5_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat3_5_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat3_5_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat4_7_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat4_7_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat4_7_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat5_5_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat5_5_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat5_5_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat6_7_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat6_7_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-6/config/P800-6_cat6_7_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat1_5_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat1_5_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat1_5_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat2_7_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat2_7_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat2_7_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat5_5_1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat5_5_1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat5_5_1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml | 18 ++++++++++++++++++ .../P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat1_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat1_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat1_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat2_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat2_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat2_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat3_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat3_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat3_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat4_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat4_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat4_ISM2-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat5_ISM1-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat5_ISM1-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat5_ISM1-36LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat6_ISM2-16LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat6_ISM2-26LKFS.yml | 18 ++++++++++++++++++ .../P800-9/config/P800-9_cat6_ISM2-36LKFS.yml | 18 ++++++++++++++++++ 429 files changed, 7260 insertions(+) diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml index d315616e..48cc54b3 100644 --- a/experiments/characterization/BS1534-1/config/BS1534-1.yml +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO c02: type: lp3k5 + ivas_rend: + fmt: STEREO ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index 98845169..cd77a0a0 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index f9b3e6b8..4c978edb 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml index b4cbdbb2..29a02ab7 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml index c494ca96..fc5548f4 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml index 95abadf6..ee1d6a03 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml index 116d7839..1785be6d 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml index 78cf9b5c..4ee38194 100644 --- a/experiments/characterization/BS1534-13/config/BS1534-13.yml +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml index f2b6b6f1..cc2bfc5b 100644 --- a/experiments/characterization/BS1534-14/config/BS1534-14.yml +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml index 4eafff68..1ede837f 100644 --- a/experiments/characterization/BS1534-15/config/BS1534-15.yml +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml index 9f20f402..ea92e2e2 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml index c94259e5..79fc8a03 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml index 27e5c870..78b0a428 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml index ef064ce8..7b566294 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml index 83c3a167..2271c502 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml index 1ee8fcf1..339de41a 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml index 33bc5fae..34fdb0ce 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml index a470a04b..7b98999e 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml index 0b3b0f76..fec5198f 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml index 2272e653..98e8e5ca 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml index 734a6cfb..358a468c 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml index 657c45d0..75ecb683 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index e2789faa..ef3bebb9 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO c02: type: lp3k5 + ivas_rend: + fmt: STEREO ### Dual EVS + static dmx ### c03: type: evs diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml index d808e258..c8e7b455 100644 --- a/experiments/characterization/BS1534-2/config/BS1534-2.yml +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO c02: type: lp3k5 + ivas_rend: + fmt: STEREO ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml index 559c3b7e..2a7a0548 100644 --- a/experiments/characterization/BS1534-3/config/BS1534-3.yml +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml index e2628648..3eaaa0a4 100644 --- a/experiments/characterization/BS1534-4/config/BS1534-4.yml +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 6345ea6e..401ed92e 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index fa0f7ea5..b3401802 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: '5_1' c02: type: lp3k5 + ivas_rend: + fmt: '5_1' ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml index cf35b012..84f4947c 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml index 3b5b930b..b6fd2c64 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs 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 index 1eced6fe..f9735cf1 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs 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 index 0c735e09..1b447246 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL c02: type: lp3k5 + ivas_rend: + fmt: BINAURAL ### EVS conditions ### c03: type: evs diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index 815d009e..36c0d6af 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -44,8 +44,12 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: '7_1_4' c02: type: lp3k5 + ivas_rend: + fmt: '7_1_4' ### EVS conditions ### c03: type: evs 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 index 6a9e0726..54732621 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d1ccf318..5cf20102 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2bcc965e..39e1bb4d 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index cd5b2e8c..959e9000 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7a9d255f..b9d427d2 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 407ce81d..59225c9d 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 40733ba5..76048d86 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 493fbaac..a43ed7ea 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index fefa5183..d17f29a6 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 11d6ddb5..2bb0f0f1 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3b08ad1b..55c54ac5 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e94f6cfc..9a7486db 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 43948019..22c5dcc3 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index dac466ff..fddfe032 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a507cfcd..78cbcf18 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d86d7fc5..3b2def07 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d0669d0f..fb846831 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index dde4c88e..eec078fd 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 687e286f..9e01d0e5 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 4618d958..ad2380c0 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f97dcb5a..bb475ad5 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b688382f..8e271070 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1c704c6f..25e395bc 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 6e4a05c5..60f890c4 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 06b605dd..7698f377 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 38b2c178..64c86603 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0788188d..00cb47d5 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 8c311170..8ce62c3e 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1880adea..b6328ded 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index fa82e5cf..e745b820 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b9df8ac4..9ee82048 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a035adad..d2b55583 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 676a5882..b5d80b91 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ff0b01b6..4fa4beed 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0b5d672e..8f3202e4 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 713b0e0a..eabf6028 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index af0005e8..10471408 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 08976f0c..39daa223 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b2a8972c..521972e3 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1a753817..907f30bb 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b5ead014..c293e72c 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 36fb3591..349cf8e4 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 018084ad..720974f4 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a861d7fa..1a49e511 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b2a670fe..08b62a4f 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1652a30d..ce052f4e 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 27c74dbc..25ae7569 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 78d1b644..747c582d 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 500689a9..e4a190b5 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3752c482..7517c589 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 36e03911..9d436e34 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b1ff36bc..cf2b6489 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0756514c..3fe44d6b 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2de58109..dd436388 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 60c89df1..75f69f7c 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 107ceff1..2f99f01f 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ac1096a6..477cadfd 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 05ae4111..299f18b1 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4ab227dd..db457403 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 82f4218b..4d98da03 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bbaaa8a4..19552065 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7039dd67..888bff5d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 38341691..affc8561 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 444d948f..7660c53d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d7402d95..7ed16ac4 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1682ad3e..9830df1c 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 202d3f6a..8e3c1dd9 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7c7b4c0f..e0ab9d6c 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d4833791..147c3f9b 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ab3ee9ea..ce4b9eae 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 068ac94b..c8228719 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 89a2c625..1dc9028e 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2df32a68..470c7b0c 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a5cd57ba..723e3e6d 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4db87a21..7585ffff 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 59eb5c5a..b15a0303 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7a4e0ce5..af5b92f4 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 46eff300..6954416e 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3e039dbb..dfec7be4 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3ee4bd44..73f08812 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ae9cacf2..9d863296 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8573bb6f..f2dae791 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e0ad673b..b56ec6eb 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e03c9e6d..90371dc9 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dee0a7dd..34455219 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0574ad86..92e05a3c 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c33da976..0fac7f2e 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 68019f2d..8e30c90c 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3cb0f70f..42545b67 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 514f98e4..d42e0619 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 320c5c42..8f55a0cf 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 818bef28..3cd7d3ac 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index fe32412a..0f179ea2 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 067072a3..e401bdbc 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 54b7b20d..9285cbf4 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f16d2384..4d592975 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6b531add..3cca6a1e 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9c1a4542..d67a4ca2 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index adb54f16..4fb8f25f 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0defb7d9..c2e6043d 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b7d20f47..e05903e1 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9a2e6eeb..655a6294 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ba86051a..6dde928a 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f5bef891..6de61fc7 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 45a06eb3..db8a8f2b 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a7213ed9..3eab5aac 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 700b588f..8075306b 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8e5a2245..2a46c12c 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 67b3bc59..3d8b73ea 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e1652cc2..302d2792 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 87ee03ce..44df34e9 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f59b7198..bb535442 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7f1182c8..a75a1c15 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 40ce2756..13655d1f 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6866f38a..a519929e 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f0e748a5..7f1dee93 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ed7fd462..286b3363 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 371cc051..5b79265c 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3b7d2c66..95e8f9f6 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7c79e4ed..59e6b99c 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b78b76ce..8481fdd0 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d4bea843..51d7b7fd 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 09040779..c6fb8069 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b72a967f..1787bd11 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dbba4908..9946e6c4 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c39b0f65..416ce4b3 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3925ea04..76343e65 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 7dc073ec..02a03261 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index e1cf0aae..fef52435 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index deb85f80..3ecedbf6 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 4166d079..9f7700a2 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index d02433c6..1a0950d1 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 7bef1003..b4830c4b 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 360b2fef..10a169ad 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 67d2a502..eb47d370 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 58d0b0ed..12ce3f16 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 9cfa749d..0e21764e 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 619f5ec7..5410ed5c 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 69d868ed..fcbdb7ad 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 661c0f1e..38ce412e 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index fbcaac13..a1b5652f 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 2a656be9..e5a463cd 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index a6c36f45..51a84472 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index fd2d74c5..b7a8ef89 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 0c8b5c60..99087499 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8b957d68..68061ab0 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f97a4bd9..40a4da67 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 71b73648..18ff301a 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f3391586..d43eeb8a 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cf8e2c70..0dc70b52 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 468ad25d..6d5d6263 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index eea5562a..36c571fd 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9dec335b..50a4cdbc 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e8985af5..4aa62be4 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 959a7419..df950d7c 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 90717f9b..043781dc 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f4e2df04..b6dbb4f6 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 741495a0..5654fd49 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a7c159c1..75e55853 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 37a91cca..63a80d24 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e026cb76..52b3039b 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e89f4590..4ad78d77 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4676a0a9..a0532c94 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3ced3107..1465935d 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3345aae9..24fed73a 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 756b3e84..b064df9e 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 73a7a42a..ab4f5d28 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 623b93ec..d10f045a 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b1390940..f7a26b1f 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3ed2ef92..c8177f9e 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f0d1d929..1cd2c86d 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5ebab292..c1d61ecf 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 52fe4c5b..2de25247 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ed145e99..1e55b717 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 867955c2..1d164047 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 18f2f92b..fa7bf7fb 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6e7e5798..512c8e81 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d2284098..3f45595b 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ecf079e3..6e3aa8a1 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4da90b0b..def431df 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b9270101..00bef488 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d309c1ff..ba7905b0 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7faf6811..5c402656 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index bd62e548..eb98c551 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a59c32ff..05c05f13 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2f74f0ac..c62ad9c9 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ef38c29c..a538ba12 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f015e81d..9e7c61f9 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 4a0e1857..efb7bbe5 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 8ef52c03..61324879 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d05000de..8e222788 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d38a269a..a142fb3f 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d132d101..1a3a3f76 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a29aa9ca..f1539f19 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e7506465..3ce9a619 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index c375e400..96dc4dfa 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 05a083ed..3927d185 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b5ff4b76..f672bd0d 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index debf6603..6fc9afca 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 5f45daa1..2de4af4b 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index bc44ba7f..8ccfddc7 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 92cf6875..0b654ce6 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index a727efea..7bea6fd3 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index ce8d079a..222f7465 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 5e760eea..a8a6bbfd 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index df3c75fe..122ab228 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 17485d34..01229b9c 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index fa680fd1..f79b1808 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index ca7ea349..6389e7f3 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index a9215b17..d1f2e4ab 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 794a73c0..b3bea9ec 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index dd3804a7..835bb47d 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 2649ba4b..e718fe63 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index d4d931be..f699be78 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 09620d50..9488b41d 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 89feeb37..c6cbb172 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 34 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 26 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index d23139f3..e9d6b709 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 135865b4..c6cd21c7 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 66ede7cc..85ad7226 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 634ee4e1..7aa1e9b8 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 78eb9222..79974daf 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 6ab5133d..842cc5c0 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index efc9aebe..ab693ac2 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 42b33eba..a5165b6d 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index b4572322..435e70b2 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index f59b3f99..86a17997 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 19e38f97..29acde41 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 6167288c..8099d111 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index ad15c5f8..779a4b38 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index c8f78875..8ccfc5d7 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 66282dab..1c217ac2 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 03a456b7..a18733a5 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 5d67d35a..68b4c008 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 2a4309f7..9180bdd8 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: STEREO ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: STEREO q: 27 c03: type: mnru + ivas_rend: + fmt: STEREO q: 22 c04: type: mnru + ivas_rend: + fmt: STEREO q: 17 c05: type: mnru + ivas_rend: + fmt: STEREO q: 12 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: STEREO alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 931fa8a8..fa3a89d2 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 3dbfdf94..053d5320 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 802ec140..e864b261 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index fc9d584d..cf4ed194 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 630a2efd..9ca980e4 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index e12f03b9..4f9cbbca 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 9a0d75b7..a8260083 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 2cc36b72..5ee1f9e3 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 85e8e8e3..fb22c421 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index b33a025c..44d33d43 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 34e5569a..4df89f74 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 6dbf42c6..b1120d62 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index e53718c8..11079de0 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 2a6014ae..10d624ab 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index fe676913..517a56ae 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 2e5c6a00..01186931 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index b6e550fe..2d1f331c 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 0472d89b..ee22e222 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 3a4e8de4..53109fc0 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 15b769cc..f697396a 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 9dee1953..54154ab9 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 8e780d10..d688ac58 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 43b780f6..2c660082 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 3ae92bf1..0e338587 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 196f4321..4770b6b2 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 18d89a08..892f73bd 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 2a0018bc..3c715264 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 8602926c..45eee040 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 06f0d5fb..b67ab2c0 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 3867c102..0cb49f2e 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index a1499a27..5bf9e56e 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index c9a65336..5b241c6e 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 4506bdfb..dadc6b14 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index b327407b..4dba8e91 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 944a3e91..2e5bb07c 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index e1b4f470..6ed750cc 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 88a2092e..365b4d8f 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e47c03fe..e5162cdb 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 713c773c..8924495e 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b0c13cbc..430e9550 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a142956f..ac02750b 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1dbd540f..f381878d 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 13463340..72056421 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cb58886f..ba8322ff 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3fd5e787..86bdfcee 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f80954cd..d5e33229 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bee45618..edb7c388 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6772f655..415d6a98 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index fbae536b..1e929055 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7a28cd70..7bc555d4 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ab9dba75..cd840db9 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8b3071d4..997da359 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 982d76e6..28c3ecf1 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 93ff1008..d558e8d0 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e49cb19a..f9c07b39 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 70bbfd03..195b248d 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 340ab97a..f2ab2aa5 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9d832a45..89a47144 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3a543210..883809b8 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index db9f92f5..7b9197f8 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2cfec9a0..c2c2da6d 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 23bbfd60..2eb16e10 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a2eb2b55..389701dd 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bc1f8bb7..3e8fbb9c 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index db7f7b1a..893973a7 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0390d962..09c59a2a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index da4dcc3b..2992bf42 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d886510a..f70933c3 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9003e444..32653a13 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cf4b5f60..2907841a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 10ba2760..2c085064 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 86ff6430..4ca36e00 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 64d47ce9..760d0cfd 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 18c34151..f904f084 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c1cd44bb..4d374b1f 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e378c5b3..c4238729 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 772e35e2..a6aefb94 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e80013b5..94bd45be 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 25622a99..db36f2da 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f744fd73..0bf25b3c 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 57d8e1d6..57b47879 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3626f1f5..f1946b73 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9d2a2ad5..45d2cd78 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c53678a9..2301c8c5 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3af2ec00..9b60b7ba 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b13094bc..bd5c6f86 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cf90547b..de52a86a 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9dddcab4..f58a498c 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2cdb1970..717a24d3 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 91f91441..6cfdf5d6 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7aa71e31..1a12a128 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 63c125df..dc84dd8a 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6311dbdf..53484f29 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 77c4387a..71746139 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 52f24e39..bad4b548 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index aed9a6db..06d1e356 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 226e61be..289aefa7 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e57357bc..89195fb7 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f72853c3..829fd5ec 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 89295a5b..bcd46517 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ca214645..6d3f9789 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d228aced..128504bc 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 446c9d85..f61272bd 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5b6376ff..bbf7f1e8 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7e114f98..af492752 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 29c5c4ca..b80e9b34 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0f133d63..63a691cc 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e8eb7477..e755c9db 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a52a5d4c..3395f11d 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 12288e7c..cb84f409 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d0036db0..deb88b0d 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dad34e55..af521afb 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 54c7f49c..4c7e08a1 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 742b53db..a439af67 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e0450937..325142d6 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ea52809b..036dcda3 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 251bda97..e1454e98 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 23c5b4f1..bad77861 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5727a147..c68dd232 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 05a1c97f..ec868954 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 843912d9..1429f9ee 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c442ea99..5c6ab2f7 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ee380d56..72d77009 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4ac2bcdf..89e1e74c 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 36ec831f..f6358b9b 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0e21f246..482c680d 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bcf15937..33573996 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 16243ef4..77c77211 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d4d99f18..1657bf15 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f87f6e69..f0ab9f25 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8116f972..5fecbab6 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1cdfac57..ccff745f 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 994ef322..4f70eb8a 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5a716a77..4ef6ceab 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ecaa0a39..723e79e3 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b2e29837..d3471c05 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 401bfb99..dcddb45d 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0bf26dd4..1a05b487 100644 --- 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 @@ -50,31 +50,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b6285bd5..859bf6bf 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8e335b80..50495665 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9d227e68..462fd88f 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f733b01a..1b553bb3 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 213ae0bf..785c828f 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 99b5aad5..4fd3bad0 100644 --- 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 @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 32 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 27 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 22 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 17 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.8 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.6 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.4 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 50bd3363..7715aa56 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index aeda0124..92608626 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2c4c3623..84251c0a 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2832fa4d..d2c40e9c 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 18e1b713..830e2611 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 9d48ccc7..3a0777d5 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d7cee54a..6c1178a4 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e418c238..9445b995 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f015f513..8e6c2d5f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a6be5865..194f6053 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 838db172..cdf1722f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index c19a9a8a..ed0ace66 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 84e0c098..a81568a2 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 4f3847da..0fd9f967 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2d55e6de..c54763a0 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3f837ca4..a360a66a 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 027e6514..c0220dfb 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7294c6bf..319b9f8d 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml @@ -47,31 +47,49 @@ conditions_to_generate: ### Reference and Anchor conditions ### c01: type: ref + ivas_rend: + fmt: BINAURAL ### MNRU conditions ### c02: type: mnru + ivas_rend: + fmt: BINAURAL q: 36 c03: type: mnru + ivas_rend: + fmt: BINAURAL q: 30 c04: type: mnru + ivas_rend: + fmt: BINAURAL q: 24 c05: type: mnru + ivas_rend: + fmt: BINAURAL q: 18 ### ESDRU conditions ### c06: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.7 c07: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.5 c08: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.3 c09: type: esdru + ivas_rend: + fmt: BINAURAL alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: -- GitLab From 5f746930c9e8832f65f11130f6def41449a8674c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 2 Sep 2025 08:37:04 +0200 Subject: [PATCH 113/159] [fix] missing ivas_rend:fmt for BS.1534-5 --- experiments/characterization/BS1534-5/config/BS1534-5.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 401ed92e..2e348ba1 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -45,11 +45,11 @@ conditions_to_generate: c01: type: ref ivas_rend: - fmt: BINAURAL + fmt: '7_1_4' c02: type: lp3k5 ivas_rend: - fmt: BINAURAL + fmt: '7_1_4' ### EVS conditions ### c03: type: evs -- GitLab From 4a26477965ceb9ac3c8c5afda02b5cb68bbb9348 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 3 Sep 2025 13:03:49 +0200 Subject: [PATCH 114/159] allow python fallback for arbitrary low-pass filter cutoff frequencies if ITU filter does not support them --- .../audiotools/audioarray.py | 4 +--- .../audiotools/convert/__init__.py | 18 +++++++++++++----- .../audiotools/wrappers/filter.py | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/ivas_processing_scripts/audiotools/audioarray.py b/ivas_processing_scripts/audiotools/audioarray.py index 3e7d4c13..62c30d19 100755 --- a/ivas_processing_scripts/audiotools/audioarray.py +++ b/ivas_processing_scripts/audiotools/audioarray.py @@ -522,9 +522,7 @@ def lpfilter( N, Wn = sig.cheb2ord(fc / (fs / 2), (fc + 500) / (fs / 2), 3, 60) b, a = sig.cheby2(N, 60, Wn, "low") - # Apply the Butterworth filter for each channels, across time axis - # y = sig.lfilter(b, a, axis=0) # non zero-phase filter - y = sig.filtfilt(b, a, x, axis=0) # zero-phase filer, batch processing + y = sig.filtfilt(b, a, x, axis=0) # zero-phase filter, batch processing else: y = x diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index d7d612af..953742d3 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -35,9 +35,11 @@ from copy import copy from pathlib import Path, PurePath from shutil import copyfile from typing import Optional, Union +from warnings import warn from ivas_processing_scripts.audiotools import audio, audioarray, metadata from ivas_processing_scripts.audiotools.audiofile import write +from ivas_processing_scripts.audiotools.audioarray import lpfilter from ivas_processing_scripts.audiotools.convert.channelbased import convert_channelbased from ivas_processing_scripts.audiotools.convert.masa import convert_masa from ivas_processing_scripts.audiotools.convert.objectbased import convert_objectbased @@ -335,11 +337,17 @@ def process_audio( """low-pass filtering""" if fc is not None: - if logger: - logger.debug( - f"Applying low-pass filter with cutoff {fc} Hz using ITU STL filter" - ) - x.audio = lpfilter_itu(x, fc) + try: + if logger: + logger.debug( + f"Applying low-pass filter with cutoff {fc}Hz using ITU STL filter" + ) + x.audio = lpfilter_itu(x, fc) + except NotImplementedError: + warn(f"Low-pass filter cutoff {fc}Hz not supported by ITU filter. Falling back to python implementation.") + if logger: + logger.debug(f" Applying low-pass filter with cutoff {fc}Hz using python") + x.audio = lpfilter(x.audio, fc, x.fs) """MNRU""" if mnru_q is not None: diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 3f6ce956..5d79fc00 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -231,8 +231,8 @@ def lpfilter_itu( flt_vals = [1500, 3500, 7000, 10000, 12000, 14000, 20000] try: flt_type = flt_types[flt_vals.index(fc)] - except Exception: - raise ValueError(f"LP cut-off frequency {fc}Hz not supported.") + except ValueError as e: + raise NotImplementedError(f"LP cut-off frequency {fc}Hz not supported by ITU filter.") from e # resample if samplingrate is not supported old_fs = None -- GitLab From 5a70b33a221fbd96ad611ee45a652fdb60dbb5bb Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 4 Sep 2025 15:59:40 +0200 Subject: [PATCH 115/159] add MD% hash generation script in python for cross-platform use - also adapted for characterization (new dir structure for P800) --- other/get_md5.ps1 | 42 ------------------- other/{get_md5.sh => get_md5.py} | 70 ++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 69 deletions(-) delete mode 100644 other/get_md5.ps1 rename other/{get_md5.sh => get_md5.py} (61%) mode change 100755 => 100644 diff --git a/other/get_md5.ps1 b/other/get_md5.ps1 deleted file mode 100644 index c27d25f2..00000000 --- a/other/get_md5.ps1 +++ /dev/null @@ -1,42 +0,0 @@ -# (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. - -param( - [Parameter(Mandatory)] - [String]$proc_output_dir, - [Parameter(Mandatory)] - [String]$out_file -) - -(Get-ChildItem $proc_output_dir -Recurse | Where-Object { $_.Name -like '*c??.wav' }) | -ForEach-Object { - $name = $_.Name - $hash = (Get-FileHash $_.FullName -Algorithm MD5).Hash - - "$name $hash" >> $out_file -} \ No newline at end of file diff --git a/other/get_md5.sh b/other/get_md5.py old mode 100755 new mode 100644 similarity index 61% rename from other/get_md5.sh rename to other/get_md5.py index 15caa467..557c8a50 --- a/other/get_md5.sh +++ b/other/get_md5.py @@ -1,6 +1,5 @@ -#!/bin/sh - -# (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, +#! /usr/bin/env python3 +# (C) 2022-2024 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 @@ -28,27 +27,44 @@ # 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. -# simple script to create MD5 files as if produced by Microsoft Powershell -# run from within proc_output_x folder - -if [ $# -lt 2 ]; then - echo "Usage: $0 proc_output_dir testname.md5" - echo "Requires: md5sum (Linux) or md5 (macOS)" - exit 1 -fi - -system=$(uname -s) - -if [ "$system" = "Darwin" ]; then - md5="md5 -r" -else - md5=md5sum -fi - -tmpfile=`mktemp` -echo "" > $tmpfile -for f in $(find $1 -name "*c??.wav"); do - echo ${f##*/} $($md5 $f | awk '{ print toupper($1) }') >> $tmpfile -done -cat $tmpfile | sort > $2 -rm -f $tmpfile +import argparse +from pathlib import Path +from hashlib import md5 + + +def get_hash_line_for_file(file: Path, experiment_dir: Path): + with open(file, "rb") as f: + hash = md5(f.read()).hexdigest() + + filepath = file.relative_to(experiment_dir) + # always print forward slashes even on windows to be able to diff the result files + hashline = f"{str(filepath.as_posix())} {hash}\n" + + return hashline + + +def main(experiment_dir, out_file): + wav_files = sorted(experiment_dir.glob("proc_output*/**/*c??.wav")) + + hashlines = [get_hash_line_for_file(f, experiment_dir) for f in wav_files] + + with open(out_file, "w") as f: + f.writelines(hashlines) + + +if __name__ == "__main__": + parser = argparse.ArgumentParser( + description="Cross-platform script for generating MD5 hashes of output files for the characterization testing experiments." + ) + parser.add_argument( + "experiment_dir", + type=Path, + help="Directory of the respective experiment (e.g. experiments/characterization/P800-12", + ) + parser.add_argument( + "out_file", type=Path, help="Output text file with filenames and Hashes" + ) + + args = parser.parse_args() + + main(args.experiment_dir, args.out_file) -- GitLab From 71d8323d04c6267a0c8303d73019520c28811d05 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 4 Sep 2025 17:01:42 +0200 Subject: [PATCH 116/159] add legacy MD5 scripts back in attic dir --- other/attic/get_md5.ps1 | 42 ++++++++++++++++++++++++++++++++ other/attic/get_md5.sh | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 other/attic/get_md5.ps1 create mode 100755 other/attic/get_md5.sh diff --git a/other/attic/get_md5.ps1 b/other/attic/get_md5.ps1 new file mode 100644 index 00000000..c27d25f2 --- /dev/null +++ b/other/attic/get_md5.ps1 @@ -0,0 +1,42 @@ +# (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. + +param( + [Parameter(Mandatory)] + [String]$proc_output_dir, + [Parameter(Mandatory)] + [String]$out_file +) + +(Get-ChildItem $proc_output_dir -Recurse | Where-Object { $_.Name -like '*c??.wav' }) | +ForEach-Object { + $name = $_.Name + $hash = (Get-FileHash $_.FullName -Algorithm MD5).Hash + + "$name $hash" >> $out_file +} \ No newline at end of file diff --git a/other/attic/get_md5.sh b/other/attic/get_md5.sh new file mode 100755 index 00000000..15caa467 --- /dev/null +++ b/other/attic/get_md5.sh @@ -0,0 +1,54 @@ +#!/bin/sh + +# (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. + +# simple script to create MD5 files as if produced by Microsoft Powershell +# run from within proc_output_x folder + +if [ $# -lt 2 ]; then + echo "Usage: $0 proc_output_dir testname.md5" + echo "Requires: md5sum (Linux) or md5 (macOS)" + exit 1 +fi + +system=$(uname -s) + +if [ "$system" = "Darwin" ]; then + md5="md5 -r" +else + md5=md5sum +fi + +tmpfile=`mktemp` +echo "" > $tmpfile +for f in $(find $1 -name "*c??.wav"); do + echo ${f##*/} $($md5 $f | awk '{ print toupper($1) }') >> $tmpfile +done +cat $tmpfile | sort > $2 +rm -f $tmpfile -- GitLab From 1b05e2cc84ac66432c746d3db4d2f7439e31c78a Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 4 Sep 2025 17:08:34 +0200 Subject: [PATCH 117/159] add check for duplicate hash values --- other/get_md5.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/other/get_md5.py b/other/get_md5.py index 557c8a50..1bf6b7ef 100644 --- a/other/get_md5.py +++ b/other/get_md5.py @@ -30,6 +30,7 @@ import argparse from pathlib import Path from hashlib import md5 +from collections import Counter def get_hash_line_for_file(file: Path, experiment_dir: Path): @@ -47,6 +48,13 @@ def main(experiment_dir, out_file): wav_files = sorted(experiment_dir.glob("proc_output*/**/*c??.wav")) hashlines = [get_hash_line_for_file(f, experiment_dir) for f in wav_files] + count = Counter([line.split()[-1] for line in hashlines]) + duplicates = [line for line in hashlines if count[line.split()[-1]] != 1] + + if len(duplicates) != 0: + print("Found duplicate hashes in these lines:") + for dup in duplicates: + print(dup) with open(out_file, "w") as f: f.writelines(hashlines) -- GitLab From 48226e6ac2ed4152fb47bb9f690d3344cc922f7c Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Fri, 5 Sep 2025 07:21:20 +0200 Subject: [PATCH 118/159] Disable loudness normalization for BS1534-20 --- experiments/characterization/BS1534-20/config/BS1534-20.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml index 0faf55c7..8fdaf14e 100644 --- a/experiments/characterization/BS1534-20/config/BS1534-20.yml +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -129,4 +129,3 @@ conditions_to_generate: postprocessing: fmt: "BINAURAL" fs: 48000 - loudness: -26 -- GitLab From 3f486cff1f5a497fce5804129d313e0fb4cbd4d9 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 5 Sep 2025 11:38:10 +0200 Subject: [PATCH 119/159] update config for BS1534-19 --- experiments/characterization/BS1534-19/config/BS1534-19.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index ef3bebb9..528d1990 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -111,6 +111,7 @@ conditions_to_generate: - -stereo_dmx_evs dec: bin: ivas_processing_scripts/bin/EVS_dec_fx + fmt: MONO c08: type: ivas ivas_rend: @@ -123,6 +124,7 @@ conditions_to_generate: - -stereo_dmx_evs dec: bin: ivas_processing_scripts/bin/EVS_dec_fx + fmt: MONO ################################################ ### Post-processing -- GitLab From dcd4c0e6f419be1e22ae8504723ddd80013f8c6a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 5 Sep 2025 11:39:21 +0200 Subject: [PATCH 120/159] formatting --- ivas_processing_scripts/audiotools/convert/__init__.py | 10 +++++++--- ivas_processing_scripts/audiotools/wrappers/filter.py | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index 953742d3..c24394d6 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -38,8 +38,8 @@ from typing import Optional, Union from warnings import warn from ivas_processing_scripts.audiotools import audio, audioarray, metadata -from ivas_processing_scripts.audiotools.audiofile import write from ivas_processing_scripts.audiotools.audioarray import lpfilter +from ivas_processing_scripts.audiotools.audiofile import write from ivas_processing_scripts.audiotools.convert.channelbased import convert_channelbased from ivas_processing_scripts.audiotools.convert.masa import convert_masa from ivas_processing_scripts.audiotools.convert.objectbased import convert_objectbased @@ -344,9 +344,13 @@ def process_audio( ) x.audio = lpfilter_itu(x, fc) except NotImplementedError: - warn(f"Low-pass filter cutoff {fc}Hz not supported by ITU filter. Falling back to python implementation.") + warn( + f"Low-pass filter cutoff {fc}Hz not supported by ITU filter. Falling back to python implementation." + ) if logger: - logger.debug(f" Applying low-pass filter with cutoff {fc}Hz using python") + logger.debug( + f" Applying low-pass filter with cutoff {fc}Hz using python" + ) x.audio = lpfilter(x.audio, fc, x.fs) """MNRU""" diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 5d79fc00..18015591 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -232,7 +232,9 @@ def lpfilter_itu( try: flt_type = flt_types[flt_vals.index(fc)] except ValueError as e: - raise NotImplementedError(f"LP cut-off frequency {fc}Hz not supported by ITU filter.") from e + raise NotImplementedError( + f"LP cut-off frequency {fc}Hz not supported by ITU filter." + ) from e # resample if samplingrate is not supported old_fs = None -- GitLab From 1094014d0b8fa8930873678c2f3f2aec7e9c997b Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 5 Sep 2025 11:39:30 +0200 Subject: [PATCH 121/159] update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0bebb30..c99f7887 100755 --- a/README.md +++ b/README.md @@ -91,9 +91,15 @@ Notes: - This can be somewhat worked around with a shell loop, but please note this can make finding an error more difficult: ```sh +# for POSIX shells for config in $(ls experiments/characterization/P800-1/config/*.yml); do python3 -m ivas_processing_scripts $config; done ``` +```batch +:: for cmd +for %f in (experiments\characterization\P800-1\config\*.yml) do python -m ivas_processing_scripts "%f" +``` + ## Follow up tasks After the processing is finished, the outputs will be present in the respective `proc_output` directories. -- GitLab From f386b71f0c3ce560e6fd49b61deb228aced7b150 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 5 Sep 2025 11:42:23 +0200 Subject: [PATCH 122/159] update config for BS1534-19 --- experiments/characterization/BS1534-19/config/BS1534-19.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index 528d1990..ba2d574c 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -49,7 +49,7 @@ conditions_to_generate: c02: type: lp3k5 ivas_rend: - fmt: STEREO + fmt: MONO ### Dual EVS + static dmx ### c03: type: evs -- GitLab From 8261c75cd2e3d2183e39b997113b8b3177087cec Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Fri, 5 Sep 2025 11:44:19 +0200 Subject: [PATCH 123/159] update README.md and TEMPLATE.yml --- README.md | 1 + examples/TEMPLATE.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c99f7887..fc4c0347 100755 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ conditions_to_generate: ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 ### Additional commandline options; default = null + ### NOTE: if using -stereo_dmx_evs ensure you specify dec:fmt as MONO to avoid errors # opts: ["-q", "-dtx", 4] ### Extended metadata flag for ISM > 64kbps, ignored otherwise; default = false # extended_metadata: true diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index fe7e1ec2..37509a8b 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -239,6 +239,7 @@ conditions_to_generate: ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 ### Additional commandline options; default = null + ### NOTE: if using -stereo_dmx_evs ensure you specify dec:fmt as MONO to avoid errors # opts: ["-q", "-dtx", 4] ### Input format conversion, if encoding a different format # fmt: "FOA" -- GitLab From 2a30de5c0d61febe3c38dfed51515dcaa12ed9c1 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 5 Sep 2025 15:28:44 +0200 Subject: [PATCH 124/159] Make glob more explicit to only get actual output conditions. Credits to @tamarapu --- other/get_md5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/get_md5.py b/other/get_md5.py index 1bf6b7ef..e482dd3b 100644 --- a/other/get_md5.py +++ b/other/get_md5.py @@ -45,7 +45,7 @@ def get_hash_line_for_file(file: Path, experiment_dir: Path): def main(experiment_dir, out_file): - wav_files = sorted(experiment_dir.glob("proc_output*/**/*c??.wav")) + wav_files = sorted(experiment_dir.glob("proc_output*/**/*c[0-9][0-9].wav")) hashlines = [get_hash_line_for_file(f, experiment_dir) for f in wav_files] count = Counter([line.split()[-1] for line in hashlines]) -- GitLab From 1b23b6de5665d43a3e967bc4c450d98cc5c7a7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Fri, 5 Sep 2025 16:02:17 +0200 Subject: [PATCH 125/159] Add collection scripts for P.800 characterization processing --- collection-scripts/characterization/README.md | 36 + .../p800_categorized_samples.py | 115 ++ .../characterization/p800_preliminaries.py | 80 + .../characterization/p800_preliminaries.yml | 1760 +++++++++++++++++ 4 files changed, 1991 insertions(+) create mode 100644 collection-scripts/characterization/README.md create mode 100644 collection-scripts/characterization/p800_categorized_samples.py create mode 100644 collection-scripts/characterization/p800_preliminaries.py create mode 100644 collection-scripts/characterization/p800_preliminaries.yml diff --git a/collection-scripts/characterization/README.md b/collection-scripts/characterization/README.md new file mode 100644 index 00000000..8d60f132 --- /dev/null +++ b/collection-scripts/characterization/README.md @@ -0,0 +1,36 @@ +# Characterization Collection Scripts + +These scripts collect the final listening test material from the `proc_output` directories every test generates into +a `proc_final` directory next to it. + + +## P.800 Quickstart + +First, install Python 3 on your computer. + +To collect the categorized samples and the preliminaries, run the following command from the repository root in a +terminal: + +```shell +# on Windows +python collection-scripts\characterization\p800_categorized_samples.py +python collection-scripts\characterization\p800_preliminaries.py + +# on Linux/macOS/... +python collection-scripts/characterization/p800_categorized_samples.py +python collection-scripts/characterization/p800_preliminaries.py +``` + +Some commands may support additional parameters or options. You can run them with `-h` or `--help` to print the help +text. See below for an example (which may be out of date). + +```shell +> python collection-scripts/characterization/p800_categorized_samples.py --help +usage: p800_categorized_samples.py [-h] [-v] + +Copy samples into proc_final/cXX directories for P.800 experiments. + +options: + -h, --help show this help message and exit + -v, --verbose +``` diff --git a/collection-scripts/characterization/p800_categorized_samples.py b/collection-scripts/characterization/p800_categorized_samples.py new file mode 100644 index 00000000..4bec5f0c --- /dev/null +++ b/collection-scripts/characterization/p800_categorized_samples.py @@ -0,0 +1,115 @@ +import argparse +import glob +import re +import shutil +from pathlib import Path + + +# table 5 from IVAS-8b +TABLE_5 = { + "s01": { + "cat1": -16, + "cat2": -36, + "cat3": -36, + "cat4": -26, + "cat5": -26, + "cat6": -16, + }, + "s02": { + "cat1": -16, + "cat2": -16, + "cat3": -36, + "cat4": -36, + "cat5": -26, + "cat6": -26, + }, + "s03": { + "cat1": -26, + "cat2": -16, + "cat3": -16, + "cat4": -36, + "cat5": -36, + "cat6": -26, + }, + "s04": { + "cat1": -26, + "cat2": -26, + "cat3": -16, + "cat4": -16, + "cat5": -36, + "cat6": -36, + }, + "s05": { + "cat1": -36, + "cat2": -26, + "cat3": -26, + "cat4": -16, + "cat5": -16, + "cat6": -36, + }, + "s06": { + "cat1": -36, + "cat2": -36, + "cat3": -26, + "cat4": -26, + "cat5": -16, + "cat6": -16, + }, +} + + +def repo_root_dir() -> Path: + this_dir = Path(__file__).parent + return this_dir.parent.parent + + +def copy_final_items(verbose: bool = False): + files_copied = 0 + + for exp_dir in map(Path, glob.glob(str(repo_root_dir() / "experiments/characterization/P800-*/"))): + exp_dir = Path(exp_dir) + + final_dir = exp_dir / "proc_final" + final_dir.mkdir(parents=True, exist_ok=True) + + proc_output = exp_dir / "proc_output" + + for sample, categories_map in TABLE_5.items(): + for category, loudness in categories_map.items(): + item_dir_pattern = proc_output / glob.escape(category) / f"out_{glob.escape(str(loudness))}LKFS" / "c*" + item_filename_pattern = f"*{glob.escape(sample)}.c*.wav" + + items_to_copy = list(map(Path, glob.glob(str(item_dir_pattern / item_filename_pattern)))) + + if not items_to_copy: + if verbose: + print(f"Could not find processed item for {sample}, {category}, {loudness}LKFS, skipping") + continue + + for item_to_copy in items_to_copy: + match = re.match(r".*/c(\d+)/[^/]*s\d+\.c\d+\.wav$", str(item_to_copy.as_posix())) + assert match, item_to_copy + condition = match.group(1) + + item_target_dir = final_dir / f"c{condition}" + item_target_dir.mkdir(parents=True, exist_ok=True) + + print(f"Copying {item_to_copy.relative_to(Path.cwd())} to {item_target_dir.relative_to(Path.cwd())}") + + if (item_target_dir / item_to_copy.name).is_file(): + print(f"WARNING: item {item_to_copy.name} already exists in target dir, overwriting") + + shutil.copy(item_to_copy, item_target_dir) + + files_copied += 1 + + print(f"Done. {files_copied} files copied.") + + +if __name__ == "__main__": + parser = argparse.ArgumentParser(description="Copy samples into proc_final/cXX directories for P.800 experiments.") + parser.add_argument("-v", "--verbose", action="store_true") + + parsed = parser.parse_args() + + copy_final_items(verbose=parsed.verbose) diff --git a/collection-scripts/characterization/p800_preliminaries.py b/collection-scripts/characterization/p800_preliminaries.py new file mode 100644 index 00000000..9decfa1b --- /dev/null +++ b/collection-scripts/characterization/p800_preliminaries.py @@ -0,0 +1,80 @@ +import argparse +import glob +import shutil +import warnings +from pathlib import Path + +import yaml + + +def this_dir() -> Path: + return Path(__file__).parent + + +def repo_root_dir() -> Path: + return this_dir().parent.parent + + +def load_config(yaml_path): + with open(yaml_path, "r") as f: + return yaml.safe_load(f) + + +# TODO: temporary map as of 2025-09-05, waiting for final confirmation +LOUDNESS_MAP = { + "cat1": -16, + "cat2": -26, + "cat3": -36, + "cat4": -16, + "cat5": -26, + "cat6": -36, +} + + +def copy_preliminaries(root_dir, config_yaml): + config = load_config(config_yaml) + + for exp, exp_cfg in config.items(): + exp = Path(exp) + exp_dir = root_dir / exp + + # this is a list to handle multiple proc_outputs in P.800 + proc_out_list = [ + p for p in exp_dir.iterdir() if p.name.startswith("proc_output") + ] + + out_dir = root_dir / exp / "proc_final/preliminaries/" + + print(f"Processing experiment: {exp}") + + if out_dir.exists(): + warnings.warn(f"Preliminaries directory already exists for {exp}, removing") + shutil.rmtree(out_dir) + + out_dir.mkdir(parents=True, exist_ok=True) + + for item in exp_cfg["preliminaries"]: + cat = item["category"] + cond = item["label"] + + # Find the condition folder in proc_output + for proc_out in proc_out_list: + src = proc_out / cat / f"out_{LOUDNESS_MAP[cat]}LKFS" / cond + + for file in glob.glob(str(src / "*s07.c*.wav")): + print(f" Copying {file} -> {out_dir}") + + if (out_dir / Path(file).name).is_file(): + raise FileExistsError(f"File {file} already exists in {out_dir}") + + shutil.copy(file, out_dir) + + print("All done.") + + +if __name__ == "__main__": + parser = argparse.ArgumentParser(description="Copy preliminaries into proc_final/preliminaries directory for P.800 experiments.") + + parsed = parser.parse_args() + + copy_preliminaries(repo_root_dir() / "experiments" / "characterization", this_dir() / "p800_preliminaries.yml") diff --git a/collection-scripts/characterization/p800_preliminaries.yml b/collection-scripts/characterization/p800_preliminaries.yml new file mode 100644 index 00000000..73d3dc5b --- /dev/null +++ b/collection-scripts/characterization/p800_preliminaries.yml @@ -0,0 +1,1760 @@ +P800-1: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: "No errors" + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: "No errors" + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: "No errors" + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: "No errors" + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 27 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: "No errors" + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 12 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: "No errors" + +P800-2: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: "5%" + dtx: "on" + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: "5%" + dtx: "on" + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: "5%" + dtx: "on" + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: "5%" + dtx: "on" + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 27 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + dtx: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: "5%" + dtx: "on" + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 12 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: "5%" + dtx: "on" + +P800-3: + preliminaries: + - trial_id: 1 + label: c20 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 2 + label: c25 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c21 + category: cat4 + condition: IVAS FL + bitrate: 24.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c26 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-4: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: "5%" + dtx: "on" + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 256 + fer_profile: "5%" + dtx: "on" + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 24.4 + fer_profile: "5%" + dtx: "on" + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: "5%" + dtx: "on" + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + dtx: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 384 + fer_profile: "5%" + dtx: "on" + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: "5%" + dtx: "on" + +P800-5: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 384 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 160 + fer_profile: No errors + +P800-6: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 24.4 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-7: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-8: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: 5% + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 256 + fer_profile: 5% + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 24.4 + fer_profile: 5% + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: 5% + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 384 + fer_profile: 5% + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 128 + fer_profile: 5% + +P800-9: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 36 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 18 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-10: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 36 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 18 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-11: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: 5% + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: 5% + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: 5% + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: 5% + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 36 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: 5% + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 18 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: 5% + +P800-12: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-13: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 192 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 24.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 384 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + +P800-14: + preliminaries: + - trial_id: 1 + label: c23 + category: cat1 + condition: IVAS FL 1TC + bitrate: 13.2 + fer_profile: 8% + dtx: on + - trial_id: 2 + label: c15 + category: cat2 + condition: IVAS FL 1TC + bitrate: 80 + fer_profile: 4% + dtx: on + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 4 + label: c31 + category: cat4 + condition: IVAS FL 2TC + bitrate: 16.4 + fer_profile: 8% + dtx: on + - trial_id: 5 + label: c08 + category: cat5 + condition: ESDRU α = 0.4 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 6 + label: c19 + category: cat6 + condition: IVAS FL 2TC + bitrate: 32 + fer_profile: 4% + dtx: on + - trial_id: 7 + label: c03 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + dtx: null + - trial_id: 9 + label: c35 + category: cat3 + condition: IVAS FL 2TC + bitrate: 64 + fer_profile: 8% + dtx: on + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + dtx: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 18 dB + bitrate: null + fer_profile: null + dtx: null + - trial_id: 12 + label: c11 + category: cat6 + condition: IVAS FL 1TC + bitrate: 24.4 + fer_profile: 4% + dtx: on + +P800-15: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 384 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 192 + fer_profile: No errors + +P800-16: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 384 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 48 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 192 + fer_profile: No errors + +P800-17: + preliminaries: + - trial_id: 1 + label: c18 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 2 + label: c16 + category: cat2 + condition: IVAS FL + bitrate: 256 + fer_profile: 5% + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c17 + category: cat4 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c12 + category: cat6 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 34 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c14 + category: cat3 + condition: IVAS FL + bitrate: 32 + fer_profile: 5% + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 22 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c30 + category: cat6 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + +P800-18: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 256 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + +P800-19: + preliminaries: + - trial_id: 1 + label: c19 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 2 + label: c26 + category: cat2 + condition: IVAS FL + bitrate: 256 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c20 + category: cat4 + condition: IVAS FL + bitrate: 24.4 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c22 + category: cat6 + condition: IVAS FL + bitrate: 64 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c27 + category: cat3 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c24 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: No errors + +P800-20: + preliminaries: + - trial_id: 1 + label: c18 + category: cat1 + condition: IVAS FL + bitrate: 16.4 + fer_profile: No errors + - trial_id: 2 + label: c16 + category: cat2 + condition: IVAS FL + bitrate: 256 + fer_profile: No errors + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c17 + category: cat4 + condition: IVAS FL + bitrate: 13.2 + fer_profile: No errors + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c12 + category: cat6 + condition: IVAS FL + bitrate: 128 + fer_profile: No errors + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 34 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c14 + category: cat3 + condition: IVAS FL + bitrate: 32 + fer_profile: No errors + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 22 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c30 + category: cat6 + condition: IVAS FL + bitrate: 512 + fer_profile: No errors + +P800-21: + preliminaries: + - trial_id: 1 + label: c31 + category: cat1 + condition: IVAS FL + bitrate: 24.4 + fer_profile: I1.O1 + - trial_id: 2 + label: c24 + category: cat2 + condition: IVAS FL + bitrate: 48 + fer_profile: no error + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c30 + category: cat4 + condition: IVAS FL + bitrate: 96 + fer_profile: Error I1.O2 + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c35 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: I1.O2 + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 27 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c26 + category: cat3 + condition: IVAS FL + bitrate: 24.4 + fer_profile: Error I1.O1 + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 12 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c25 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: no error + +P800-22: + preliminaries: + - trial_id: 1 + label: c31 + category: cat1 + condition: IVAS FL + bitrate: 24.4 + fer_profile: I1.O1 + - trial_id: 2 + label: c24 + category: cat2 + condition: IVAS FL + bitrate: 48 + fer_profile: no error + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.7 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c30 + category: cat4 + condition: IVAS FL + bitrate: 96 + fer_profile: Error I1.O2 + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.1 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c35 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: I1.O2 + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 36 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c26 + category: cat3 + condition: IVAS FL + bitrate: 24.4 + fer_profile: Error I1.O1 + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.5 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 18 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c25 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: no error + +P800-23: + preliminaries: + - trial_id: 1 + label: c31 + category: cat1 + condition: IVAS FL + bitrate: 24.4 + fer_profile: I1.O1 + - trial_id: 2 + label: c24 + category: cat2 + condition: IVAS FL + bitrate: 48 + fer_profile: no error + - trial_id: 3 + label: c06 + category: cat3 + condition: ESDRU α = 0.8 + bitrate: null + fer_profile: null + - trial_id: 4 + label: c30 + category: cat4 + condition: IVAS FL + bitrate: 96 + fer_profile: Error I1.O2 + - trial_id: 5 + label: c09 + category: cat5 + condition: ESDRU α = 0.2 + bitrate: null + fer_profile: null + - trial_id: 6 + label: c35 + category: cat6 + condition: IVAS FL + bitrate: 48 + fer_profile: I1.O2 + - trial_id: 7 + label: c02 + category: cat1 + condition: MNRU Q = 32 dB + bitrate: null + fer_profile: null + - trial_id: 8 + label: c01 + category: cat2 + condition: Reference + bitrate: null + fer_profile: null + - trial_id: 9 + label: c26 + category: cat3 + condition: IVAS FL + bitrate: 24.4 + fer_profile: Error I1.O1 + - trial_id: 10 + label: c07 + category: cat4 + condition: ESDRU α = 0.6 + bitrate: null + fer_profile: null + - trial_id: 11 + label: c05 + category: cat5 + condition: MNRU Q = 17 dB + bitrate: null + fer_profile: null + - trial_id: 12 + label: c25 + category: cat6 + condition: IVAS FL + bitrate: 96 + fer_profile: no error -- GitLab From aab08188d77e569ff013f5725d511e28db71f37d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Sep 2025 11:41:00 +0300 Subject: [PATCH 126/159] Adding P.800 ACR test configuration files and empty directories. --- .../P800_ACR-1/background_noise/.gitkeep | 0 .../config/P800_ACR-1_cat1_STEREO-26LKFS.yml | 676 ++++++++++++++++++ .../config/P800_ACR-1_cat2_FOA-26LKFS.yml | 607 ++++++++++++++++ .../config/P800_ACR-1_cat3_HOA3-26LKFS.yml | 606 ++++++++++++++++ .../config/P800_ACR-1_cat4_MASA1-26LKFS.yml | 606 ++++++++++++++++ .../config/P800_ACR-1_cat5_MASA2-26LKFS.yml | 606 ++++++++++++++++ .../config/P800_ACR-1_cat6_ISM2-26LKFS.yml | 606 ++++++++++++++++ .../P800_ACR-1/proc_input/cat1/.gitkeep | 0 .../P800_ACR-1/proc_input/cat2/.gitkeep | 0 .../P800_ACR-1/proc_input/cat3/.gitkeep | 0 .../P800_ACR-1/proc_input/cat4/.gitkeep | 0 .../P800_ACR-1/proc_input/cat5/.gitkeep | 0 .../P800_ACR-1/proc_input/cat6/.gitkeep | 0 .../proc_output/cat1/out_-26LKFS/.gitkeep | 0 .../proc_output/cat2/out_-26LKFS/.gitkeep | 0 .../proc_output/cat3/out_-26LKFS/.gitkeep | 0 .../proc_output/cat4/out_-26LKFS/.gitkeep | 0 .../proc_output/cat5/out_-26LKFS/.gitkeep | 0 .../proc_output/cat6/out_-26LKFS/.gitkeep | 0 19 files changed, 3707 insertions(+) create mode 100644 experiments/characterization/P800_ACR-1/background_noise/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat1/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat2/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat3/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat4/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat5/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_input/cat6/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat1/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat2/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat3/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat4/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat5/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800_ACR-1/proc_output/cat6/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800_ACR-1/background_noise/.gitkeep b/experiments/characterization/P800_ACR-1/background_noise/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml new file mode 100644 index 00000000..e587c93e --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml @@ -0,0 +1,676 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat1" +output_path: "experiments/characterization/P800_ACR-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 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + ## Using -max_band WB instead of true 16 kHz IO processing + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + ## Using -max_band SWB instead of true 32 kHz IO processing + c25: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + - -max_band + - WB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + - -max_band + - SWB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml new file mode 100644 index 00000000..810fd01f --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml @@ -0,0 +1,607 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat2" +output_path: "experiments/characterization/P800_ACR-1/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 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + ## Using -max_band WB instead of true 16 kHz IO processing + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + ## Using -max_band SWB instead of true 32 kHz IO processing + c25: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml new file mode 100644 index 00000000..66da003a --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml @@ -0,0 +1,606 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat3" +output_path: "experiments/characterization/P800_ACR-1/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 + +################################################ +### Configuration for conditions under test +################################################ +conditions_to_generate: + ### Reference and Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + c25: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FB conditions ### + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml new file mode 100644 index 00000000..d21f1632 --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml @@ -0,0 +1,606 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat4" +output_path: "experiments/characterization/P800_ACR-1/proc_output/cat4/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 Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + c25: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FB conditions ### + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml new file mode 100644 index 00000000..a4145c72 --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml @@ -0,0 +1,606 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat5" +output_path: "experiments/characterization/P800_ACR-1/proc_output/cat5/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 Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + c17: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + c25: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FB conditions ### + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 13200 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml new file mode 100644 index 00000000..be9af540 --- /dev/null +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml @@ -0,0 +1,606 @@ +--- +# test plan based on S4aA250068 v0.8.0 + +################################################ +# General configuration +################################################ + +name: P800_ACR-1 +master_seed: 25 +prerun_seed: 2 + +input_path: "experiments/characterization/P800_ACR-1/proc_input/cat6" +output_path: "experiments/characterization/P800_ACR-1/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 Low-pass anchor conditions ### + c01: + type: ref + c02: + type: ref + out_fc: 16000 + c03: + type: ref + out_fc: 14000 + c04: + type: ref + out_fc: 12000 + c05: + type: ref + out_fc: 10000 + c06: + type: ref + out_fc: 8000 + c07: + type: ref + out_fc: 6000 + c08: + type: ref + out_fc: 4000 + ### MNRU conditions ### + c09: + type: mnru + q: 30 + c10: + type: mnru + q: 26 + c11: + type: mnru + q: 12 + c12: + type: mnru + q: 18 + ### ESDRU conditions ### + c13: + type: esdru + alpha: 0.8 + c14: + type: esdru + alpha: 0.6 + c15: + type: esdru + alpha: 0.4 + c16: + type: esdru + alpha: 0.2 + ### IVAS WB conditions ### + c17: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c18: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c19: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c20: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c21: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c22: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c23: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c24: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS SWB conditions ### + c25: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c26: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c27: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c28: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c29: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c30: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c31: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c32: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + ### IVAS FB conditions ### + c33: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c34: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c35: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c36: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c37: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c38: + type: ivas + bitrates: + - 96000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c39: + type: ivas + bitrates: + - 128000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c40: + type: ivas + bitrates: + - 160000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c41: + type: ivas + bitrates: + - 192000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c42: + type: ivas + bitrates: + - 256000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## DTX conditions +################# + c43: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c44: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c45: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c46: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c47: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + c48: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx +################# +## FER conditions +################# + c49: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c50: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c51: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c52: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c53: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c54: + type: ivas + bitrates: + - 80000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 +########################## +## DTX with FER conditions +########################## + c55: + type: ivas + bitrates: + - 16400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c56: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 16000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c57: + type: ivas + bitrates: + - 24400 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c58: + type: ivas + bitrates: + - 32000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + fs: 32000 + opts: + - -dtx + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c59: + type: ivas + bitrates: + - 48000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + dec: + bin: ivas_processing_scripts/bin/IVAS_dec_fx + tx: + type: FER + error_rate: 5 + c60: + type: ivas + bitrates: + - 64000 + cod: + bin: ivas_processing_scripts/bin/IVAS_cod_fx + opts: + - -dtx + - -max_band + - FB + 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_ACR-1/proc_input/cat1/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat1/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_input/cat2/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat2/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_input/cat3/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat3/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_input/cat4/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat4/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_input/cat5/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat5/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_input/cat6/.gitkeep b/experiments/characterization/P800_ACR-1/proc_input/cat6/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat1/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat2/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat3/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat4/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat5/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800_ACR-1/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800_ACR-1/proc_output/cat6/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b -- GitLab From 68352780343290b06960378d9abf6047dfe7f113 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 8 Sep 2025 10:49:49 +0200 Subject: [PATCH 127/159] use output folder as argument instead of experiment folder --- other/get_md5.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/other/get_md5.py b/other/get_md5.py index e482dd3b..a5e9c9ed 100644 --- a/other/get_md5.py +++ b/other/get_md5.py @@ -33,21 +33,21 @@ from hashlib import md5 from collections import Counter -def get_hash_line_for_file(file: Path, experiment_dir: Path): +def get_hash_line_for_file(file: Path, output_dir: Path): with open(file, "rb") as f: hash = md5(f.read()).hexdigest() - filepath = file.relative_to(experiment_dir) + filepath = file.relative_to(output_dir) # always print forward slashes even on windows to be able to diff the result files hashline = f"{str(filepath.as_posix())} {hash}\n" return hashline -def main(experiment_dir, out_file): - wav_files = sorted(experiment_dir.glob("proc_output*/**/*c[0-9][0-9].wav")) +def main(output_dir, out_file): + wav_files = sorted(output_dir.glob("*/**/*c[0-9][0-9].wav")) - hashlines = [get_hash_line_for_file(f, experiment_dir) for f in wav_files] + hashlines = [get_hash_line_for_file(f, output_dir) for f in wav_files] count = Counter([line.split()[-1] for line in hashlines]) duplicates = [line for line in hashlines if count[line.split()[-1]] != 1] @@ -65,9 +65,9 @@ if __name__ == "__main__": description="Cross-platform script for generating MD5 hashes of output files for the characterization testing experiments." ) parser.add_argument( - "experiment_dir", + "output_dir", type=Path, - help="Directory of the respective experiment (e.g. experiments/characterization/P800-12", + help="Path to the output directory of the respective experiment that you want to generate Hashes for. Can be proc_output or proc_final.", ) parser.add_argument( "out_file", type=Path, help="Output text file with filenames and Hashes" @@ -75,4 +75,4 @@ if __name__ == "__main__": args = parser.parse_args() - main(args.experiment_dir, args.out_file) + main(args.output_dir, args.out_file) -- GitLab From ac89d530a988f9f6ed3ef605159ff8a1b9db1661 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Sep 2025 14:46:44 +0300 Subject: [PATCH 128/159] Condition 11 had wrong MNRU value (12). Now changed 12 --> 22 --- .../P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml | 4 +--- .../P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml | 4 +--- .../P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml | 2 +- .../P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml | 2 +- .../P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml | 2 +- .../P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml | 2 +- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml index e587c93e..ea306faf 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat1_STEREO-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 @@ -95,7 +95,6 @@ conditions_to_generate: type: esdru alpha: 0.2 ### IVAS WB conditions ### - ## Using -max_band WB instead of true 16 kHz IO processing c17: type: ivas bitrates: @@ -193,7 +192,6 @@ conditions_to_generate: dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS SWB conditions ### - ## Using -max_band SWB instead of true 32 kHz IO processing c25: type: ivas bitrates: diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml index 810fd01f..f5a625ef 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat2_FOA-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 @@ -95,7 +95,6 @@ conditions_to_generate: type: esdru alpha: 0.2 ### IVAS WB conditions ### - ## Using -max_band WB instead of true 16 kHz IO processing c17: type: ivas bitrates: @@ -176,7 +175,6 @@ conditions_to_generate: dec: bin: ivas_processing_scripts/bin/IVAS_dec_fx ### IVAS SWB conditions ### - ## Using -max_band SWB instead of true 32 kHz IO processing c25: type: ivas bitrates: diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml index 66da003a..cd99f858 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat3_HOA3-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml index d21f1632..79311e85 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat4_MASA1-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml index a4145c72..8e2f5c59 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat5_MASA2-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 diff --git a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml index be9af540..a6d7f3b9 100644 --- a/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800_ACR-1/config/P800_ACR-1_cat6_ISM2-26LKFS.yml @@ -77,7 +77,7 @@ conditions_to_generate: q: 26 c11: type: mnru - q: 12 + q: 22 c12: type: mnru q: 18 -- GitLab From e89a068a60eefe63374e397fc73c7ca471d03a16 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 8 Sep 2025 14:48:51 +0200 Subject: [PATCH 129/159] update README.md with instructions on item collection and hash generation --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4c0347..d66299ef 100755 --- a/README.md +++ b/README.md @@ -104,10 +104,42 @@ for %f in (experiments\characterization\P800-1\config\*.yml) do python -m ivas_p After the processing is finished, the outputs will be present in the respective `proc_output` directories. +### Item collection + - 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. + + - This can be done using the scripts in [collection-scripts](collection-scripts/characterization/README.md) (click for README) by running: + + ```batch + python collection-scripts\characterization\p800_categorized_samples.py + python collection-scripts\characterization\p800_preliminaries.py + ``` + - 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. +### Hash generation + +The hashes for the `proc_final` (or `proc_output` for BS.1534 experiments) can be generated using the [get_md5.py](other/get_md5.py) script: + +```shell +> python other/get_md5.py --help +usage: get_md5.py [-h] output_dir out_file + +Cross-platform script for generating MD5 hashes of output files for the characterization testing experiments. + +positional arguments: + output_dir Path to the output directory of the respective experiment that you want to generate Hashes for. Can be proc_output or proc_final. + out_file Output text file with filenames and Hashes + +options: + -h, --help show this help message and exit +``` + +For example: + +```shell +python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_hashes.txt +``` ## Directory structure @@ -127,6 +159,13 @@ At this point of time there is no script to automatically perform this. │ │ └── for MASA metadata │ ├── cat2... │ └── ...cat6 + ├── proc_final + │ ├── c01 + │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav + │ ├── c02... + │ ├── ...c36 + │ └── preliminaries + │ └── [l]p[ee]a[y]s[zz].c[nn].wav └── proc_output ├── cat1 │ ├── out_-16LKFS -- GitLab From 041d012cacac978420d2c6aac6dd8b4edb8c02a4 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 8 Sep 2025 15:23:35 +0200 Subject: [PATCH 130/159] speedup filter processing by using multiprocessing --- ivas_processing_scripts/audiotools/wrappers/filter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 18015591..0a6528ef 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -197,6 +197,8 @@ def filter_itu( repeat(skip_channel), repeat(block_size), ), + None, + "mp", show_progress=False, ) -- GitLab From bc4708253e971744248a601cd15e93fb63084057 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 8 Sep 2025 15:24:13 +0200 Subject: [PATCH 131/159] speedup python based object rendering with multiprocessing --- ivas_processing_scripts/audiotools/binauralobjectrenderer.py | 4 ++-- ivas_processing_scripts/audiotools/convert/objectbased.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py index aa97c73b..47cae264 100755 --- a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py +++ b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py @@ -542,7 +542,7 @@ def binaural_fftconv_framewise( repeat(indices_HRIR), ), None, - None, + "mp", False, ) @@ -607,7 +607,7 @@ def render_ear( repeat(N_HRIR_taps), ), None, - None, + "mp", False, ) diff --git a/ivas_processing_scripts/audiotools/convert/objectbased.py b/ivas_processing_scripts/audiotools/convert/objectbased.py index b251a28f..1607c87b 100755 --- a/ivas_processing_scripts/audiotools/convert/objectbased.py +++ b/ivas_processing_scripts/audiotools/convert/objectbased.py @@ -135,7 +135,7 @@ def render_oba_to_binaural( repeat(SourcePosition), ), None, - None, + "mp", False, ) -- GitLab From 077ccf56760f6469cb9949551a488d9878a66f53 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 8 Sep 2025 15:44:43 +0200 Subject: [PATCH 132/159] - update configs with master seed - fix errors for P.800-23 - remove redundant key --- .../characterization/BS1534-1/config/BS1534-1.yml | 4 +--- .../BS1534-10/config/BS1534-10-ISM1.yml | 4 +--- .../BS1534-10/config/BS1534-10-ISM2.yml | 4 +--- .../BS1534-11/config/BS1534-11-ISM3.yml | 4 +--- .../BS1534-11/config/BS1534-11-ISM4.yml | 4 +--- .../BS1534-12/config/BS1534-12-ISM3.yml | 4 +--- .../BS1534-12/config/BS1534-12-ISM4.yml | 4 +--- .../BS1534-13/config/BS1534-13.yml | 4 +--- .../BS1534-14/config/BS1534-14.yml | 4 +--- .../BS1534-15/config/BS1534-15.yml | 4 +--- .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 4 +--- .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 4 +--- .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 4 +--- .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 4 +--- .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 4 +--- .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 4 +--- .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 4 +--- .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 4 +--- .../BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml | 4 +--- .../BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml | 4 +--- .../BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml | 4 +--- .../BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml | 4 +--- .../BS1534-19/config/BS1534-19.yml | 4 +--- .../characterization/BS1534-2/config/BS1534-2.yml | 4 +--- .../BS1534-20/config/BS1534-20.yml | 4 +--- .../characterization/BS1534-3/config/BS1534-3.yml | 4 +--- .../characterization/BS1534-4/config/BS1534-4.yml | 4 +--- .../characterization/BS1534-5/config/BS1534-5.yml | 4 +--- .../characterization/BS1534-6/config/BS1534-6.yml | 4 +--- .../BS1534-7/config/BS1534-7-5_1.yml | 4 +--- .../BS1534-7/config/BS1534-7-7_1.yml | 4 +--- .../BS1534-8/config/BS1534-8-5_1_2.yml | 4 +--- .../BS1534-8/config/BS1534-8-5_1_4.yml | 4 +--- .../characterization/BS1534-9/config/BS1534-9.yml | 4 +--- .../P800-1/config/P800-1_cat1_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat1_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat1_STEREO-36LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat2_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat2_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat2_STEREO-36LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat3_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat3_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat3_STEREO-36LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat4_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat4_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat4_STEREO-36LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat5_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat5_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat5_STEREO-36LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat6_STEREO-16LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat6_STEREO-26LKFS.yml | 4 +--- .../P800-1/config/P800-1_cat6_STEREO-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat1_ISM3-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat1_ISM3-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat1_ISM3-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat2_ISM3-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat2_ISM3-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat2_ISM3-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat3_ISM3-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat3_ISM3-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat3_ISM3-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat4_ISM4-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat4_ISM4-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat4_ISM4-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat5_ISM4-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat5_ISM4-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat5_ISM4-36LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat6_ISM4-16LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat6_ISM4-26LKFS.yml | 4 +--- .../P800-10/config/P800-10_cat6_ISM4-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat1_ISM1-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat1_ISM1-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat1_ISM1-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat2_ISM1-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat2_ISM1-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat2_ISM1-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat3_ISM2-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat3_ISM2-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat3_ISM2-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat4_ISM2-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat4_ISM2-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat4_ISM2-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat5_ISM3-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat5_ISM3-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat5_ISM3-36LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat6_ISM4-16LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat6_ISM4-26LKFS.yml | 4 +--- .../P800-11/config/P800-11_cat6_ISM4-36LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat1_HOA2-16LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat1_HOA2-26LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat1_HOA2-36LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat2_FOA-16LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat2_FOA-26LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat2_FOA-36LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat3_FOA-16LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat3_FOA-26LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat3_FOA-36LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat4_FOA-16LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat4_FOA-26LKFS.yml | 4 +--- .../P800-12/config/P800-12_cat4_FOA-36LKFS.yml | 4 +--- .../config/P800-12_cat5_MASA1DIR1-16LKFS.yml | 4 +--- .../config/P800-12_cat5_MASA1DIR1-26LKFS.yml | 4 +--- .../config/P800-12_cat5_MASA1DIR1-36LKFS.yml | 4 +--- .../config/P800-12_cat6_MASA1DIR2-16LKFS.yml | 4 +--- .../config/P800-12_cat6_MASA1DIR2-26LKFS.yml | 4 +--- .../config/P800-12_cat6_MASA1DIR2-36LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat1_HOA2-16LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat1_HOA2-26LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat1_HOA2-36LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat2_FOA-16LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat2_FOA-26LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat2_FOA-36LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat3_FOA-16LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat3_FOA-26LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat3_FOA-36LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat4_FOA-16LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat4_FOA-26LKFS.yml | 4 +--- .../P800-13/config/P800-13_cat4_FOA-36LKFS.yml | 4 +--- .../config/P800-13_cat5_MASA2DIR1-16LKFS.yml | 4 +--- .../config/P800-13_cat5_MASA2DIR1-26LKFS.yml | 4 +--- .../config/P800-13_cat5_MASA2DIR1-36LKFS.yml | 4 +--- .../config/P800-13_cat6_MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-13_cat6_MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-13_cat6_MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-14_cat1_1TC_HOA2-16LKFS.yml | 4 +--- .../config/P800-14_cat1_1TC_HOA2-26LKFS.yml | 4 +--- .../config/P800-14_cat1_1TC_HOA2-36LKFS.yml | 4 +--- .../config/P800-14_cat1_2TC_HOA2-16LKFS.yml | 4 +--- .../config/P800-14_cat1_2TC_HOA2-26LKFS.yml | 4 +--- .../config/P800-14_cat1_2TC_HOA2-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_1TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_1TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_1TC_FOA-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_2TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_2TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat2_2TC_FOA-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_1TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_1TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_1TC_FOA-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_2TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_2TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat3_2TC_FOA-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_1TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_1TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_1TC_FOA-36LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_2TC_FOA-16LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_2TC_FOA-26LKFS.yml | 4 +--- .../P800-14/config/P800-14_cat4_2TC_FOA-36LKFS.yml | 4 +--- .../config/P800-14_cat5_1TC_MASA1DIR1-16LKFS.yml | 4 +--- .../config/P800-14_cat5_1TC_MASA1DIR1-26LKFS.yml | 4 +--- .../config/P800-14_cat5_1TC_MASA1DIR1-36LKFS.yml | 4 +--- .../config/P800-14_cat5_2TC_MASA2DIR1-16LKFS.yml | 4 +--- .../config/P800-14_cat5_2TC_MASA2DIR1-26LKFS.yml | 4 +--- .../config/P800-14_cat5_2TC_MASA2DIR1-36LKFS.yml | 4 +--- .../config/P800-14_cat6_1TC_MASA1DIR2-16LKFS.yml | 4 +--- .../config/P800-14_cat6_1TC_MASA1DIR2-26LKFS.yml | 4 +--- .../config/P800-14_cat6_1TC_MASA1DIR2-36LKFS.yml | 4 +--- .../config/P800-14_cat6_2TC_MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-14_cat6_2TC_MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-14_cat6_2TC_MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-15_cat1_ISM1SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat1_ISM1SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat1_ISM1SBA3-36LKFS.yml | 4 +--- .../config/P800-15_cat2_ISM1SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat2_ISM1SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat2_ISM1SBA3-36LKFS.yml | 4 +--- .../config/P800-15_cat3_ISM2SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat3_ISM2SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat3_ISM2SBA3-36LKFS.yml | 4 +--- .../config/P800-15_cat4_ISM2SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat4_ISM2SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat4_ISM2SBA3-36LKFS.yml | 4 +--- .../config/P800-15_cat5_ISM1SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat5_ISM1SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat5_ISM1SBA3-36LKFS.yml | 4 +--- .../config/P800-15_cat6_ISM2SBA3-16LKFS.yml | 4 +--- .../config/P800-15_cat6_ISM2SBA3-26LKFS.yml | 4 +--- .../config/P800-15_cat6_ISM2SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat1_ISM3SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat1_ISM3SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat1_ISM3SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat2_ISM3SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat2_ISM3SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat2_ISM3SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat3_ISM3SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat3_ISM3SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat3_ISM3SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat4_ISM4SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat4_ISM4SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat4_ISM4SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat5_ISM4SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat5_ISM4SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat5_ISM4SBA3-36LKFS.yml | 4 +--- .../config/P800-16_cat6_ISM4SBA3-16LKFS.yml | 4 +--- .../config/P800-16_cat6_ISM4SBA3-26LKFS.yml | 4 +--- .../config/P800-16_cat6_ISM4SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat1_ISM1SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat1_ISM1SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat1_ISM1SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat2_ISM2SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat2_ISM2SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat2_ISM2SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat3_ISM3SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat3_ISM3SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat3_ISM3SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat4_ISM4SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat4_ISM4SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat4_ISM4SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat5_ISM2SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat5_ISM2SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat5_ISM2SBA3-36LKFS.yml | 4 +--- .../config/P800-17_cat6_ISM3SBA3-16LKFS.yml | 4 +--- .../config/P800-17_cat6_ISM3SBA3-26LKFS.yml | 4 +--- .../config/P800-17_cat6_ISM3SBA3-36LKFS.yml | 4 +--- .../config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat1_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat1_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat1_STEREO-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat2_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat2_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat2_STEREO-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat3_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat3_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat3_STEREO-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat4_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat4_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat4_STEREO-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat5_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat5_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat5_STEREO-36LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat6_STEREO-16LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat6_STEREO-26LKFS.yml | 4 +--- .../P800-2/config/P800-2_cat6_STEREO-36LKFS.yml | 4 +--- .../config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml | 4 +--- .../config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml | 4 +--- .../config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml | 4 +--- .../config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat1_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat1_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat1_STEREO-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat2_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat2_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat2_STEREO-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat3_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat3_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat3_STEREO-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat4_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat4_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat4_STEREO-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat5_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat5_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat5_STEREO-36LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat6_STEREO-16LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat6_STEREO-26LKFS.yml | 4 +--- .../P800-21/config/P800-21_cat6_STEREO-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat1_ISM1-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat1_ISM1-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat1_ISM1-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat2_ISM1-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat2_ISM1-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat2_ISM1-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat3_ISM2-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat3_ISM2-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat3_ISM2-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat4_ISM2-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat4_ISM2-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat4_ISM2-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat5_ISM1-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat5_ISM1-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat5_ISM1-36LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat6_ISM2-16LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat6_ISM2-26LKFS.yml | 4 +--- .../P800-22/config/P800-22_cat6_ISM2-36LKFS.yml | 4 +--- .../P800-23/config/P800-23_cat1_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat1_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat1_FOA-36LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat2_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat2_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat2_FOA-36LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat3_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat3_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat3_FOA-36LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat4_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat4_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat4_FOA-36LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat5_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat5_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat5_FOA-36LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat6_FOA-16LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat6_FOA-26LKFS.yml | 14 ++++++-------- .../P800-23/config/P800-23_cat6_FOA-36LKFS.yml | 14 ++++++-------- .../P800-3/config/P800-3_cat1_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat1_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat1_FOA-36LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat2_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat2_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat2_FOA-36LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat3_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat3_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat3_FOA-36LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat4_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat4_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat4_FOA-36LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat5_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat5_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat5_FOA-36LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat6_FOA-16LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat6_FOA-26LKFS.yml | 4 +--- .../P800-3/config/P800-3_cat6_FOA-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat1_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat1_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat1_HOA2-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat2_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat2_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat2_HOA2-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat3_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat3_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat3_HOA2-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat4_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat4_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat4_HOA2-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat5_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat5_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat5_HOA2-36LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat6_HOA2-16LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat6_HOA2-26LKFS.yml | 4 +--- .../P800-4/config/P800-4_cat6_HOA2-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat1_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat1_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat1_HOA3-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat2_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat2_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat2_HOA3-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat3_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat3_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat3_HOA3-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat4_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat4_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat4_HOA3-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat5_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat5_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat5_HOA3-36LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat6_HOA3-16LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat6_HOA3-26LKFS.yml | 4 +--- .../P800-5/config/P800-5_cat6_HOA3-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat1_5_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat1_5_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat1_5_1-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat2_7_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat2_7_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat2_7_1-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat3_5_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat3_5_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat3_5_1-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat4_7_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat4_7_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat4_7_1-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat5_5_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat5_5_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat5_5_1-36LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat6_7_1-16LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat6_7_1-26LKFS.yml | 4 +--- .../P800-6/config/P800-6_cat6_7_1-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml | 4 +--- .../P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat1_5_1-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat1_5_1-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat1_5_1-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat2_7_1-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat2_7_1-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat2_7_1-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat5_5_1-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat5_5_1-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat5_5_1-36LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml | 4 +--- .../P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat1_ISM1-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat1_ISM1-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat1_ISM1-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat2_ISM1-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat2_ISM1-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat2_ISM1-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat3_ISM2-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat3_ISM2-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat3_ISM2-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat4_ISM2-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat4_ISM2-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat4_ISM2-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat5_ISM1-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat5_ISM1-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat5_ISM1-36LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat6_ISM2-16LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat6_ISM2-26LKFS.yml | 4 +--- .../P800-9/config/P800-9_cat6_ISM2-36LKFS.yml | 4 +--- 466 files changed, 556 insertions(+), 1488 deletions(-) diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml index 48cc54b3..f33ba6ea 100644 --- a/experiments/characterization/BS1534-1/config/BS1534-1.yml +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-1/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index cd77a0a0..ea060218 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-10/proc_input_ISM1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index 4c978edb..2e98d3a4 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-10/proc_input_ISM2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml index 29a02ab7..5902a57a 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-11/proc_input_ISM3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml index fc5548f4..a9fb0e6a 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-11/proc_input_ISM4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml index ee1d6a03..e60b58c4 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-12/proc_input_ISM3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml index 1785be6d..8c92e77f 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-12/proc_input_ISM4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml index 4ee38194..4170f430 100644 --- a/experiments/characterization/BS1534-13/config/BS1534-13.yml +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-13/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml index cc2bfc5b..8e2ac77f 100644 --- a/experiments/characterization/BS1534-14/config/BS1534-14.yml +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-14/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml index 1ede837f..92dfbc02 100644 --- a/experiments/characterization/BS1534-15/config/BS1534-15.yml +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-15/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml index ea92e2e2..c1dcda8c 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-16/proc_input_ISM1SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml index 79fc8a03..796fa13d 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-16/proc_input_ISM2SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml index 78b0a428..ecb12bf5 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-16/proc_input_ISM3SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml index 7b566294..801e1964 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-16/proc_input_ISM4SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml index 2271c502..45dd835e 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-17/proc_input_ISM1SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml index 339de41a..650f4864 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-17/proc_input_ISM2SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml index 34fdb0ce..68d29234 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-17/proc_input_ISM3SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml index 7b98999e..b390c7d8 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-17/proc_input_ISM4SBA3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml index fec5198f..efdefbc5 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-18/proc_input_ISM1MASA2DIR2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml index 98e8e5ca..8d2f42f6 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-18/proc_input_ISM2MASA2DIR2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml index 358a468c..9dab016a 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-18/proc_input_ISM3MASA2DIR2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml index 75ecb683..4aa58e84 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-18/proc_input_ISM4MASA2DIR2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index ba2d574c..3d10da34 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-19/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml index c8e7b455..3961cdcd 100644 --- a/experiments/characterization/BS1534-2/config/BS1534-2.yml +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-2/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml index 8fdaf14e..8a843679 100644 --- a/experiments/characterization/BS1534-20/config/BS1534-20.yml +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-20/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml index 2a7a0548..333eb6b0 100644 --- a/experiments/characterization/BS1534-3/config/BS1534-3.yml +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-3/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml index 3eaaa0a4..62010596 100644 --- a/experiments/characterization/BS1534-4/config/BS1534-4.yml +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-4/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 2e348ba1..0559187d 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-5/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index b3401802..c288356b 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-6/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml index 84f4947c..3270b5bc 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-7/proc_input_5_1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml index b6fd2c64..2a2ec147 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-7/proc_input_7_1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f9735cf1..ecc5cb60 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-8/proc_input_5_1_2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1b447246..8106d680 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-8/proc_input_5_1_4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index 36c0d6af..1c3f3f88 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -6,7 +6,7 @@ ################################################ name: BS1534-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/BS1534-9/proc_input" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 54732621..33c6f20b 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5cf20102..a980a2b1 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 39e1bb4d..58ee8b1d 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 959e9000..7a060d4e 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b9d427d2..341ed6bb 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 59225c9d..e6703c19 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 76048d86..c9adad30 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a43ed7ea..3afa8006 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d17f29a6..ebea48be 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2bb0f0f1..b62268d1 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 55c54ac5..a15773fe 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9a7486db..804e9402 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 22c5dcc3..a74d97b9 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fddfe032..f9eb7bf4 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 78cbcf18..688bd80a 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3b2def07..2ac02785 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fb846831..7dfb4425 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index eec078fd..2b2ddaa4 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-1 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-1/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9e01d0e5..bee5a2c0 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ad2380c0..a77eb8ec 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bb475ad5..49185794 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8e271070..bc0de58d 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 25e395bc..323ad70d 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 60f890c4..fcd2d54b 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7698f377..7bb0f784 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 64c86603..9452f64c 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 00cb47d5..6edfa986 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8ce62c3e..ea4bc277 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b6328ded..f6357e34 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e745b820..3e7d4504 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9ee82048..18db8c01 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d2b55583..3f16682e 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b5d80b91..055f2ebc 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4fa4beed..1b1a0dde 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8f3202e4..39513c5d 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index eabf6028..e794c0bb 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-10 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-10/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 10471408..18c84913 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 39daa223..4d391083 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 521972e3..682be950 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 907f30bb..7b8f4660 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c293e72c..866710a8 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 349cf8e4..0d71bd95 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 720974f4..20537509 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1a49e511..9c859e1d 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 08b62a4f..df1c17cb 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ce052f4e..000fc80d 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 25ae7569..d8891f37 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 747c582d..834d0bf9 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e4a190b5..e6986e83 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7517c589..1dfe0325 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9d436e34..786a389b 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index cf2b6489..44a641ac 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3fe44d6b..0a14115e 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index dd436388..80b49602 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-11 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-11/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 75f69f7c..98e03beb 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2f99f01f..70a9285b 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 477cadfd..5c94063f 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 299f18b1..f48b83d8 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index db457403..a3c7e6d3 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4d98da03..2a390324 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 19552065..6b4a9068 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 888bff5d..eb2a183f 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index affc8561..ed4e5354 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7660c53d..1cab200d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7ed16ac4..b3e4b97d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9830df1c..dc4c2c9e 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8e3c1dd9..c6a5e123 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e0ab9d6c..cb0d8e59 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 147c3f9b..71081a64 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ce4b9eae..a75c71ad 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c8228719..89f0cbc9 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1dc9028e..846b342d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-12 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-12/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 470c7b0c..7020c880 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 723e3e6d..99f14688 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7585ffff..32de863a 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b15a0303..e93895d2 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index af5b92f4..4b40af52 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6954416e..8c34cce4 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index dfec7be4..b83a286d 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 73f08812..eaae2c45 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9d863296..8e554dd1 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f2dae791..a366ad9e 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b56ec6eb..2639e2bd 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 90371dc9..0039b339 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 34455219..97697c99 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 92e05a3c..44fe832c 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0fac7f2e..46a361de 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8e30c90c..b31f33ba 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 42545b67..4804346b 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d42e0619..c8f40101 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-13 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-13/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index af06ea95..89ce9211 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5b6a7563..fc1b6028 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f3f50057..9b5b2fef 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8aea4a8a..55e79315 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2e6b143c..a80321ad 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b8dba2d1..88bfb749 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat1_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 100bd8a0..25abfd2e 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b5c87097..3301ac44 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fe1cfe82..9758ac1b 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 449dda9a..e2767604 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 57b617bf..de264859 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f61c2866..e3df1229 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat2_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index edd9a441..67efec35 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3528a90a..9eb79709 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8f456b88..3e213c90 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9b0f2267..d21b5907 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 461ce1b1..43195910 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fc5d1d6e..40d4a000 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat3_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8889504e..ce31eeba 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 58fa5452..4fe5d5a5 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 384d07cf..7cd8f17f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index de7d8b8d..64791f17 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f7900077..3934f5c0 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 92b8aa24..ef8fc921 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat4_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 479b3ade..6f0fe113 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7bd3ccdb..370e3e06 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bfbea9b3..9c4eeb4a 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 13835277..efb36abb 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1f4eaf1b..a7453525 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 38348902..c5a3e0ba 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat5_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 32d90ca7..d39cab62 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index af5da112..e485b60c 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fea6977c..ab7874bc 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_1TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA1DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f56b2099..ad445c85 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ced95181..7f61c8dc 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 60721f42..4a0d6e2e 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-14 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-14/proc_input/cat6_2TC" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8f55a0cf..f6300347 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3cd7d3ac..98a206e7 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0f179ea2..84cd4905 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e401bdbc..f2e03569 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9285cbf4..4405ab73 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4d592975..3cb189da 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3cca6a1e..4c7ef57f 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d67a4ca2..38fc21f9 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4fb8f25f..7ce8e278 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c2e6043d..23b74b9c 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e05903e1..ae755fd4 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 655a6294..bd6d9502 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6dde928a..cc6b2996 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6de61fc7..dd67d2b5 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index db8a8f2b..3030b0f8 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3eab5aac..3d40d461 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8075306b..09ae6aae 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2a46c12c..0c26871a 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-15 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-15/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3d8b73ea..411c8a22 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 302d2792..db5aa1bb 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 44df34e9..d50e50d3 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bb535442..13792397 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a75a1c15..4dc013e3 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 13655d1f..64f3ce3f 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a519929e..03c1c3fd 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7f1dee93..81c9bcbf 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 286b3363..dbae75c6 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5b79265c..e19b2055 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 95e8f9f6..ed10b57d 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 59e6b99c..5eecc748 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8481fdd0..9db1cef8 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 51d7b7fd..80c860c3 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c6fb8069..f3e2dfde 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1787bd11..3f37bf22 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9946e6c4..7317fd32 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 416ce4b3..931fe408 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-16 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-16/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 76343e65..a7cfeeb3 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 02a03261..6dfc8490 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fef52435..97078d25 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3ecedbf6..88b6119b 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9f7700a2..8d3ed53e 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1a0950d1..dc76a1c2 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b4830c4b..d13b690c 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 10a169ad..f35d5401 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index eb47d370..bc3d61f1 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 12ce3f16..4def4acf 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0e21764e..31967a70 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5410ed5c..a7a8be6e 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fcbdb7ad..13567338 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 38ce412e..01ec9f83 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a1b5652f..2a85d23d 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e5a463cd..382569e0 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 51a84472..9c03cbbd 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b7a8ef89..4c85e154 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-17 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-17/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3SBA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 99087499..d54783fa 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 68061ab0..75a0bc54 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 40a4da67..b7ea37a5 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 18ff301a..121dd353 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d43eeb8a..d05d5d5a 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0dc70b52..86fd1dcb 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6d5d6263..8c9fbe53 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 36c571fd..ea67a98b 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 50a4cdbc..ce8e8879 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4aa62be4..f809bf72 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index df950d7c..4b732c96 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 043781dc..c4b627e7 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b6dbb4f6..e695790b 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5654fd49..f0b7da28 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 75e55853..bb39fe5e 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 63a80d24..f0f309f2 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 52b3039b..40ba9b85 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4ad78d77..9358e955 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-18 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-18/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a0532c94..da641049 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1465935d..71a433b8 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 24fed73a..cccf3bfe 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b064df9e..b8998a4a 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ab4f5d28..4294ab9d 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d10f045a..ce748c79 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f7a26b1f..9e588605 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c8177f9e..ee89b3ce 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1cd2c86d..3e08831f 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c1d61ecf..218e3a1c 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2de25247..2b3bdd58 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1e55b717..f6e9f9be 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1d164047..79dbe630 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fa7bf7fb..a8632979 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 512c8e81..a0cefb10 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3f45595b..61ced866 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6e3aa8a1..cd5e0241 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index def431df..6a68e28d 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-19 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-19/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 00bef488..743fea37 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ba7905b0..3a2bc097 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5c402656..fdec85d4 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index eb98c551..2969d4f7 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 05c05f13..47122706 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c62ad9c9..43a525df 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a538ba12..916dfb7b 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9e7c61f9..8c6793a8 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index efb7bbe5..3b6f87fd 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 61324879..222363d2 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8e222788..7eea4415 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a142fb3f..b17ed173 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1a3a3f76..956316c8 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f1539f19..596360c6 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3ce9a619..8185ccd7 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 96dc4dfa..d684a6ed 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3927d185..3a8d0366 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f672bd0d..d626dc6c 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-2 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-2/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6fc9afca..f2752803 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2de4af4b..5a4126c6 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8ccfddc7..36d88f43 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0b654ce6..c44ada1f 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7bea6fd3..3885b834 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 222f7465..a36f9429 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a8a6bbfd..9226425c 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 122ab228..72f1202c 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 01229b9c..7157fe27 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f79b1808..9cf03880 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6389e7f3..13054779 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d1f2e4ab..bf773936 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM4MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b3bea9ec..66168890 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 835bb47d..1343fb5c 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e718fe63..9974e4d5 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f699be78..53f0f74b 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9488b41d..2b8d215a 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c6cbb172..c9367f20 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-20 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-20/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM3MASA2DIR2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e9d6b709..381dbdab 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c6cd21c7..51326f25 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 85ad7226..add34dd6 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7aa1e9b8..518b5dc6 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 79974daf..0e1a7b49 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 842cc5c0..291c9d10 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ab693ac2..5f2c5837 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a5165b6d..320149f2 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 435e70b2..fcfd4742 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 86a17997..cd5f39e6 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 29acde41..fada50e3 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8099d111..a112ecc9 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 779a4b38..f4ea36f7 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8ccfc5d7..269e15c7 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1c217ac2..b45fd87e 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a18733a5..15c4178c 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 68b4c008..3ca50fd6 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9180bdd8..f38388bb 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-21 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-21/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "STEREO" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fa3a89d2..c2bc92f7 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 053d5320..2c9536c5 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e864b261..f61cc934 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index cf4ed194..f36fb804 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9ca980e4..babc7124 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4f9cbbca..89f465e7 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a8260083..0564e83a 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5ee1f9e3..c12c5bf9 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index fb22c421..283235f0 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 44d33d43..02e647cd 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4df89f74..3d9d9c00 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b1120d62..6d7a59b6 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 11079de0..16a2fcaa 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 10d624ab..aaa97e9c 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 517a56ae..8baf1ca2 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 01186931..4b00eb78 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2d1f331c..a3e70b1d 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ee22e222..6710fe2c 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-22 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-22/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 53109fc0..a1b5e349 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index f697396a..e172258d 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 54154ab9..8d03310c 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index d688ac58..d7609404 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 2c660082..f9154c23 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 0e338587..fddee63f 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 4770b6b2..a7c10050 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 892f73bd..5b039c9a 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 3c715264..b93f9331 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 45eee040..87f18127 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index b67ab2c0..08f811d0 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 0cb49f2e..b6ce3e69 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -153,7 +151,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -165,7 +163,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -304,7 +302,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -316,7 +314,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -328,7 +326,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 5bf9e56e..5f7a8f8c 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 5b241c6e..c47457d8 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index dadc6b14..6a45f622 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 4dba8e91..b23f718f 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 2e5bb07c..5424f0c2 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 6ed750cc..71c9ed16 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-23 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-23/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items @@ -150,7 +148,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c16: type: ivas @@ -162,7 +160,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c17: type: ivas @@ -301,7 +299,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c29: type: ivas @@ -313,7 +311,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c30: type: ivas @@ -325,7 +323,7 @@ conditions_to_generate: 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 + error_pattern: ivas_processing_scripts/dly_error_profiles/dly_error_profile_I1.O2.dat errpatt_late_loss_rate: 1.0e-13 c31: type: ivas 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 index 365b4d8f..706f0c56 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e5162cdb..4ef20ff9 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8924495e..e7ebe59b 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 430e9550..ac19ba7d 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ac02750b..ac52c3a6 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f381878d..6ffb8c12 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 72056421..3e46045a 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ba8322ff..520a3473 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 86bdfcee..14375127 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d5e33229..36398f8a 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index edb7c388..a373a663 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 415d6a98..25af3a0e 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1e929055..d42bec69 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7bc555d4..8ea78b77 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index cd840db9..2e43bf00 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 997da359..ff27b506 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 28c3ecf1..b9d7f975 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d558e8d0..3d728df7 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-3 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-3/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "FOA" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f9c07b39..76f59cda 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 195b248d..393dcf8d 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f2ab2aa5..19492daa 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 89a47144..6237d929 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 883809b8..5c58ec86 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7b9197f8..845639cb 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c2c2da6d..21ceb3a3 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2eb16e10..3af8ceaa 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 389701dd..3df0e608 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3e8fbb9c..b1d4db37 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 893973a7..36f908dc 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 09c59a2a..3924a67f 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2992bf42..415ab06a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f70933c3..676d479c 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 32653a13..c4ca39e6 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2907841a..938b452c 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2c085064..5cf63e1a 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4ca36e00..fcccec4e 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-4 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-4/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 760d0cfd..c2929992 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f904f084..245e20ab 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4d374b1f..d5124944 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c4238729..137a494c 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a6aefb94..57ced74b 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 94bd45be..4dbdddda 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index db36f2da..3d939c86 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0bf25b3c..a7bd31f6 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 57b47879..12639486 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f1946b73..d6c1ecdb 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 45d2cd78..f7a5df39 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 2301c8c5..402b1261 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9b60b7ba..c2486fde 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bd5c6f86..43e829e2 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index de52a86a..eda47ad4 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f58a498c..2219db14 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 717a24d3..e3ebdad0 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6cfdf5d6..dbcb4946 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-5 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-5/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "HOA3" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1a12a128..2487bd26 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index dc84dd8a..757fed35 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 53484f29..e4ff76e9 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 71746139..df34c3f5 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bad4b548..f04b04c0 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 06d1e356..7f7d1d32 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 289aefa7..2e984860 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 89195fb7..4ccd1486 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 829fd5ec..bf010a3b 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bcd46517..9172e7b3 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6d3f9789..9668f2e3 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 128504bc..48d01550 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f61272bd..6a7cb7bc 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bbf7f1e8..148b295c 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index af492752..0d32cef7 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index b80e9b34..d4f132ab 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 63a691cc..e4f3c8d8 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e755c9db..52184da9 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-6 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-6/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3395f11d..07d527d5 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index cb84f409..12769502 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index deb88b0d..df58c945 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index af521afb..e34dd496 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4c7e08a1..b1d08d52 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a439af67..15d657c3 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 325142d6..fa123161 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 036dcda3..8fc8f908 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index e1454e98..806ec52f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index bad77861..8cf4192b 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c68dd232..f8bfd069 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ec868954..83144919 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1429f9ee..fe0dea3f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5c6ab2f7..31295a7a 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 72d77009..d6dd235a 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 89e1e74c..66c111de 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f6358b9b..f0ebbeec 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 482c680d..87c05718 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-7 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-7/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 33573996..853f1b16 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 77c77211..7f561e1f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1657bf15..cdd06f4f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index f0ab9f25..42e1528e 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 5fecbab6..54d38845 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ccff745f..61d7f9e3 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4f70eb8a..acdbd8a0 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4ef6ceab..1a133838 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 723e79e3..a0e3f35f 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d3471c05..c72e609a 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index dcddb45d..c95f8b74 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1a05b487..dfbf8924 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 859bf6bf..2ecb78fb 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 50495665..b961f863 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 462fd88f..42104cf7 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "5_1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 1b553bb3..e5ac33de 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 785c828f..a04c7cd4 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 4fd3bad0..6d09e330 100644 --- 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 @@ -6,7 +6,7 @@ ################################################ name: P800-8 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-8/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "7_1_4" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 7715aa56..1c0f25e3 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 92608626..eb49ec1e 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 84251c0a..2699242f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat1" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index d2c40e9c..be47462f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 830e2611..2771d65e 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 3a0777d5..608e7afb 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat2" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 6c1178a4..622cb365 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 9445b995..c59eec87 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 8e6c2d5f..0c10db6f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat3" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 194f6053..ac6cfa16 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index cdf1722f..6c9d24e1 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index ed0ace66..2cc93d5e 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat4" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a81568a2..dea50233 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 0fd9f967..651a029f 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c54763a0..fd3698d4 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat5" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM1" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index a360a66a..ea78de49 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index c0220dfb..b5d61add 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items 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 index 319b9f8d..8d068421 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml @@ -6,7 +6,7 @@ ################################################ name: P800-9 -master_seed: 25 +master_seed: 47192 prerun_seed: 2 input_path: "experiments/characterization/P800-9/proc_input/cat6" @@ -20,8 +20,6 @@ condition_in_output_filename: true input: fmt: "ISM2" fs: 48000 - aligned_to: - len: 20 ################################################ ### Pre-processing on individual items -- GitLab From 59ca9cf5837f2fae24f286183980ff0281155d54 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 8 Sep 2025 16:22:52 +0200 Subject: [PATCH 133/159] [fix] tweak speedup - respect comment about additional overhead --- .../audiotools/binauralobjectrenderer.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py index 47cae264..f9488427 100755 --- a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py +++ b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py @@ -517,7 +517,6 @@ def binaural_fftconv_framewise( fade_in = fade_in[:, np.newaxis] fade_out = 1.0 - fade_in - # compute both ears in parallel i_ear = list(range(2)) result = apply_func_parallel( render_ear, @@ -542,7 +541,7 @@ def binaural_fftconv_framewise( repeat(indices_HRIR), ), None, - "mp", + None, False, ) @@ -588,7 +587,6 @@ def render_ear( IR=IR[:, i_ear], ) - # frame wise parallel computation slow (many frames, small computational load per frame) i_frame = list(range(N_frames)) result = apply_func_parallel( convolve_frame, @@ -607,7 +605,7 @@ def render_ear( repeat(N_HRIR_taps), ), None, - "mp", + None, # frame wise parallel computation slow (many frames, small computational load per frame) False, ) -- GitLab From 11a55f81122e06aa79ad0bccef9829e6088e5655 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 9 Sep 2025 08:46:44 +0200 Subject: [PATCH 134/159] add collection script for BS1534 tests --- collection-scripts/characterization/bs1534.py | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 collection-scripts/characterization/bs1534.py diff --git a/collection-scripts/characterization/bs1534.py b/collection-scripts/characterization/bs1534.py new file mode 100644 index 00000000..13ba6bd2 --- /dev/null +++ b/collection-scripts/characterization/bs1534.py @@ -0,0 +1,70 @@ +import argparse +import glob +import shutil +import re +from pathlib import Path + + +PRELIMINARY_SUBSTRINGS = ["s13", "s14", "s15", "s16"] +PRELIMINARY_PATTERN = re.compile(r"dm[0-9]*a[1-9](s[0-9]*)\.c[0-1][0-9]\.wav") + + +def repo_root_dir() -> Path: + this_dir = Path(__file__).parent + return this_dir.parent.parent + + +def copy_final_items(verbose: bool = False): + files_copied = 0 + + for exp_dir in map( + Path, glob.glob(str(repo_root_dir() / "experiments/characterization/BS1534-*/")) + ): + exp_dir = Path(exp_dir) + + final_dir = exp_dir / "proc_final" + prelim_dir = final_dir / "preliminary" + prelim_dir.mkdir(parents=True, exist_ok=True) + + files_copied = 0 + + for proc_output in exp_dir.glob("proc_output*"): + condition_dirs = proc_output.glob("c0?") + for condition_dir in condition_dirs: + target_dir = final_dir / condition_dir.name + target_dir.mkdir(parents=True, exist_ok=True) + + for item in condition_dir.glob("*.wav"): + item_target = target_dir / item.name + + m = re.search(PRELIMINARY_PATTERN, item.name) + assert m is not None + + item_number_substr = m.groups()[0] + if item_number_substr in PRELIMINARY_SUBSTRINGS: + item_target = prelim_dir / item.name + + print( + f"Copying {item.relative_to(Path.cwd())} to {item_target.relative_to(Path.cwd())}" + ) + + if item_target.is_file(): + print( + f"WARNING: item {item_target.name} already exists in target dir, overwriting" + ) + + shutil.copy(item, item_target) + files_copied += 1 + + print(f"Done. {files_copied} files copied.") + + +if __name__ == "__main__": + parser = argparse.ArgumentParser( + description="Copy samples into proc_final/cXX directories for BS1534 experiments." + ) + parser.add_argument("-v", "--verbose", action="store_true") + + parsed = parser.parse_args() + + copy_final_items(verbose=parsed.verbose) -- GitLab From c0e7e51dedf1b4a8d94138e83de70cbc4d6f7258 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 10:31:45 +0200 Subject: [PATCH 135/159] update required python and package versions --- README.md | 2 +- pyproject.toml | 11 +++++++++++ requirements.txt | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 pyproject.toml diff --git a/README.md b/README.md index d66299ef..fad86d00 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the United Nations Convention on Contracts on the International Sales of Goods. ## Requirements -- Python >= 3.9 +- Python 3.13.7 (may work with lower python versions, not guaranteed) - numpy, scipy and pyyaml ([see requirements.txt](./requirements.txt)) --- diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..97a189ee --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "ivas-processing-scripts" +version = "2025.09" +dependencies = ["numpy>=2.0.2,<3", "pyyaml>=6.0.2,<7", "scipy>=1.13.1,<2"] +requires-python = "==3.13.7" +maintainers = [ + { name = "Archit Tamarapu", email = "archit.tamarapu@iis.fraunhofer.de" }, +] +description = "Scripts to setup and run the IVAS characterization and selection listening tests" +readme = "README.md" +license-files = ["LICENSE.md"] diff --git a/requirements.txt b/requirements.txt index 74279e75..9863e16d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy -pyyaml -scipy +numpy>=2.0.2,<3 +pyyaml>=6.0.2,<7 +scipy>=1.13.1,<2 \ No newline at end of file -- GitLab From 9ced0fe8f8f27dd190555273c877affbb0b8a0e4 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 9 Sep 2025 10:37:39 +0200 Subject: [PATCH 136/159] update readme about collection scripts and folder structure --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d66299ef..dd83451c 100755 --- a/README.md +++ b/README.md @@ -113,13 +113,14 @@ After the processing is finished, the outputs will be present in the respective ```batch python collection-scripts\characterization\p800_categorized_samples.py python collection-scripts\characterization\p800_preliminaries.py + python collection-scripts\characterization\bs1534.py ``` -- For MUSHRA tests, the outputs may be used directly, or in case of multi-input format experiments again need to be manually assembled. + - These scripts collect items from each experiments `proc_output*` folder(s) and puts the needed files for the listening test into a `proc_final` folder. This folder needs to be uploaded for the dry run and the final delivery of the listening items to the labs. ### Hash generation -The hashes for the `proc_final` (or `proc_output` for BS.1534 experiments) can be generated using the [get_md5.py](other/get_md5.py) script: +The hashes for the `proc_final` can be generated using the [get_md5.py](other/get_md5.py) script: ```shell > python other/get_md5.py --help @@ -190,6 +191,13 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ ├── │ ├── for ISM metadata │ └── for MASA metadata + ├── proc_final + │ ├── c01 + │ └── + │ ├── c02... + │ ├── ...c08 + │ └── preliminaries + │ └── └── proc_output[_FMT] # for multiple input formats, suffix is present ├── c01 │ └── @@ -200,7 +208,7 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha # 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). -In the following sections the only purpose of the curly brackets is to mark the variables that thave to be replaced with the actual values. +In the following sections the only purpose of the curly brackets is to mark the variables that have to be replaced with the actual values. ## P800 -- GitLab From 512d432de18705dd9bada1110d0772ac14b4cd01 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 9 Sep 2025 10:41:05 +0200 Subject: [PATCH 137/159] preliminary -> preliminaries for consistency --- collection-scripts/characterization/bs1534.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection-scripts/characterization/bs1534.py b/collection-scripts/characterization/bs1534.py index 13ba6bd2..e0e8c041 100644 --- a/collection-scripts/characterization/bs1534.py +++ b/collection-scripts/characterization/bs1534.py @@ -23,7 +23,7 @@ def copy_final_items(verbose: bool = False): exp_dir = Path(exp_dir) final_dir = exp_dir / "proc_final" - prelim_dir = final_dir / "preliminary" + prelim_dir = final_dir / "preliminaries" prelim_dir.mkdir(parents=True, exist_ok=True) files_copied = 0 -- GitLab From c70c91949a9c738f451fd746e7abf0a07c545d29 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 10:50:57 +0200 Subject: [PATCH 138/159] formatting --- .../p800_categorized_samples.py | 36 ++++++++++++++----- .../characterization/p800_preliminaries.py | 13 +++++-- other/get_md5.py | 4 +-- 3 files changed, 39 insertions(+), 14 deletions(-) diff --git a/collection-scripts/characterization/p800_categorized_samples.py b/collection-scripts/characterization/p800_categorized_samples.py index 4bec5f0c..f889bf3e 100644 --- a/collection-scripts/characterization/p800_categorized_samples.py +++ b/collection-scripts/characterization/p800_categorized_samples.py @@ -4,7 +4,6 @@ import re import shutil from pathlib import Path - # table 5 from IVAS-8b TABLE_5 = { "s01": { @@ -66,7 +65,9 @@ def repo_root_dir() -> Path: def copy_final_items(verbose: bool = False): files_copied = 0 - for exp_dir in map(Path, glob.glob(str(repo_root_dir() / "experiments/characterization/P800-*/"))): + for exp_dir in map( + Path, glob.glob(str(repo_root_dir() / "experiments/characterization/P800-*/")) + ): exp_dir = Path(exp_dir) final_dir = exp_dir / "proc_final" @@ -76,28 +77,43 @@ def copy_final_items(verbose: bool = False): for sample, categories_map in TABLE_5.items(): for category, loudness in categories_map.items(): - item_dir_pattern = proc_output / glob.escape(category) / f"out_{glob.escape(str(loudness))}LKFS" / "c*" + item_dir_pattern = ( + proc_output + / glob.escape(category) + / f"out_{glob.escape(str(loudness))}LKFS" + / "c*" + ) item_filename_pattern = f"*{glob.escape(sample)}.c*.wav" - items_to_copy = list(map(Path, glob.glob(str(item_dir_pattern / item_filename_pattern)))) + items_to_copy = list( + map(Path, glob.glob(str(item_dir_pattern / item_filename_pattern))) + ) if not items_to_copy: if verbose: - print(f"Could not find processed item for {sample}, {category}, {loudness}LKFS, skipping") + print( + f"Could not find processed item for {sample}, {category}, {loudness}LKFS, skipping" + ) continue for item_to_copy in items_to_copy: - match = re.match(r".*/c(\d+)/[^/]*s\d+\.c\d+\.wav$", str(item_to_copy.as_posix())) + match = re.match( + r".*/c(\d+)/[^/]*s\d+\.c\d+\.wav$", str(item_to_copy.as_posix()) + ) assert match, item_to_copy condition = match.group(1) item_target_dir = final_dir / f"c{condition}" item_target_dir.mkdir(parents=True, exist_ok=True) - print(f"Copying {item_to_copy.relative_to(Path.cwd())} to {item_target_dir.relative_to(Path.cwd())}") + print( + f"Copying {item_to_copy.relative_to(Path.cwd())} to {item_target_dir.relative_to(Path.cwd())}" + ) if (item_target_dir / item_to_copy.name).is_file(): - print(f"WARNING: item {item_to_copy.name} already exists in target dir, overwriting") + print( + f"WARNING: item {item_to_copy.name} already exists in target dir, overwriting" + ) shutil.copy(item_to_copy, item_target_dir) @@ -107,7 +123,9 @@ def copy_final_items(verbose: bool = False): if __name__ == "__main__": - parser = argparse.ArgumentParser(description="Copy samples into proc_final/cXX directories for P.800 experiments.") + parser = argparse.ArgumentParser( + description="Copy samples into proc_final/cXX directories for P.800 experiments." + ) parser.add_argument("-v", "--verbose", action="store_true") parsed = parser.parse_args() diff --git a/collection-scripts/characterization/p800_preliminaries.py b/collection-scripts/characterization/p800_preliminaries.py index 9decfa1b..ca2aa963 100644 --- a/collection-scripts/characterization/p800_preliminaries.py +++ b/collection-scripts/characterization/p800_preliminaries.py @@ -65,7 +65,9 @@ def copy_preliminaries(root_dir, config_yaml): print(f" Copying {file} -> {out_dir}") if (out_dir / Path(file).name).is_file(): - raise FileExistsError(f"File {file} already exists in {out_dir}") + raise FileExistsError( + f"File {file} already exists in {out_dir}" + ) shutil.copy(file, out_dir) @@ -73,8 +75,13 @@ def copy_preliminaries(root_dir, config_yaml): if __name__ == "__main__": - parser = argparse.ArgumentParser(description="Copy preliminaries into proc_final/preliminaries directory for P.800 experiments.") + parser = argparse.ArgumentParser( + description="Copy preliminaries into proc_final/preliminaries directory for P.800 experiments." + ) parsed = parser.parse_args() - copy_preliminaries(repo_root_dir() / "experiments" / "characterization", this_dir() / "p800_preliminaries.yml") + copy_preliminaries( + repo_root_dir() / "experiments" / "characterization", + this_dir() / "p800_preliminaries.yml", + ) diff --git a/other/get_md5.py b/other/get_md5.py index a5e9c9ed..9ad4ed2f 100644 --- a/other/get_md5.py +++ b/other/get_md5.py @@ -28,9 +28,9 @@ # the United Nations Convention on Contracts on the International Sales of Goods. import argparse -from pathlib import Path -from hashlib import md5 from collections import Counter +from hashlib import md5 +from pathlib import Path def get_hash_line_for_file(file: Path, output_dir: Path): -- GitLab From f9700b0caf8c90aa7dad4f54699f89ee2dc8b338 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 15:08:48 +0200 Subject: [PATCH 139/159] update README.md --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7cef2b78..59ab832c 100755 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ### P.800 experiments +#### Input structure for P.800 + ```bash . └── P800-1 @@ -155,11 +157,13 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── ├── proc_input │ ├── cat1 - │ │ ├── - │ │ ├── for ISM metadata - │ │ └── for MASA metadata + │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav + │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata + │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ├── cat2... │ └── ...cat6 + │ + │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav @@ -171,7 +175,7 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ├── cat1 │ ├── out_-16LKFS │ │ ├── c01 - │ │ │ └── + │ │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── c02... │ │ └── ...cXX │ ├── out_-26LKFS @@ -180,31 +184,69 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha └── ...cat6 ``` -### BS.1534 experiments +#### Output structure for P.800 + +The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. +This is essentially the contents of the `proc_final` directory produced from the collection scripts. ```bash . +└── P800-1 + ├── c01 + │ └── [l]p[ee]a[y]s[zz].c[nn].wav + ├── c02... + ├── ...c36 + ├── preliminaries + │ └── [l]p[ee]a[y]s[zz].c[nn].wav + └── P800-1_hashes.txt +``` + +### BS.1534 experiments + +#### Input structure for BS.1534 + +````bash +. └── BS1534-1 ├── config │ └── ├── proc_input[_FMT] # for multiple input formats, suffix is present - │ ├── - │ ├── for ISM metadata - │ └── for MASA metadata + │ ├── [l]m[ee]a[y]s[zz].c[nn].wav + │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata + │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata + │ + │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 - │ └── + │ │ └── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── c02... │ ├── ...c08 │ └── preliminaries - │ └── + │ └── [l]m[ee]a[y]s[zz].c[nn].wav └── proc_output[_FMT] # for multiple input formats, suffix is present ├── c01 - │ └── + │ └── [l]m[ee]a[y]s[zz].c[nn].wav ├── c02... └── ...cXX ``` +#### Output structure for BS.1534 + +The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. +This is essentially the contents of the `proc_final` directory produced from the collection scripts. + +```bash +. +└── BS1534-1 + ├── c01 + │ └── [l]m[ee]a[y]s[zz].c[nn].wav + ├── c02... + ├── ...c08 + ├── preliminaries + │ └── [l]m[ee]a[y]s[zz].c[nn].wav + └── BS1534-1_hashes.txt +``` + # 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). -- GitLab From b76b70a98e991a8f028cb240e6b3a1e5d5e30c8d Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 15:44:43 +0200 Subject: [PATCH 140/159] update splitting warning for JBM conditions --- ivas_processing_scripts/processing/processing.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index f762ad38..bdda821f 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -270,12 +270,14 @@ def concat_teardown( # check if last split ending coincides with last sample of signal if splits[-1] > len(x): - raise ValueError( + warn( f"Last split index {splits[-1]} is larger than the signal length {len(x)}" + f"\nLast split exceeds signal length by {((splits[-1] - len(x))*1000)/fs:.2f} ms" ) elif (splits[-1] < len(x)) and not tracefile_needed: warn( f"Last split index {splits[-1]} is smaller than the signal length {len(x)}" + f"\nLast split shorter than signal length by {((len(x) - splits[-1])*1000)/fs:.2f} ms" ) split_signals = [] -- GitLab From f4013d3b58b1591f256df36d96cd6862bee5ce5c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 15:54:09 +0200 Subject: [PATCH 141/159] update readme folder structure --- README.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 59ab832c..8f475ab2 100755 --- a/README.md +++ b/README.md @@ -155,14 +155,20 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── ├── config │ └── - ├── proc_input - │ ├── cat1 - │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav - │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata - │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata - │ ├── cat2... - │ └── ...cat6 - │ + └── proc_input + ├── cat1 + │ ├── [l]p[ee]a[y]s[zz].c[nn].wav + │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata + │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata + ├── cat2... + └── ...cat6 +``` + +#### Scripts outputs for P.800 + +```bash +. +└── P800-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 @@ -205,7 +211,7 @@ This is essentially the contents of the `proc_final` directory produced from the #### Input structure for BS.1534 -````bash +```bash . └── BS1534-1 ├── config @@ -214,7 +220,13 @@ This is essentially the contents of the `proc_final` directory produced from the │ ├── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata - │ +``` + +#### Scripts outputs for BS.1534 + +```bash +. +└── BS1534-1 │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 @@ -765,7 +777,7 @@ No required arguments but the `type` key. #### MNRU and ESDRU The MNRU and ESDRU conditions each take one additional required argument. For MNRU the value `q`, which represents the ratio of speech power to modulated noise power in dB, -has to be specified. +has to be specified. For the ESDRU the spatial degradation value `alpha` in the range [0, 1] has to be defined. #### Mono downmix mono_dmx -- GitLab From e514b24b9cd7cee4b40a9ad58a99f077fb4ac424 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 15:59:05 +0200 Subject: [PATCH 142/159] formatting --- collection-scripts/characterization/bs1534.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collection-scripts/characterization/bs1534.py b/collection-scripts/characterization/bs1534.py index e0e8c041..9db1ac4c 100644 --- a/collection-scripts/characterization/bs1534.py +++ b/collection-scripts/characterization/bs1534.py @@ -1,10 +1,9 @@ import argparse import glob -import shutil import re +import shutil from pathlib import Path - PRELIMINARY_SUBSTRINGS = ["s13", "s14", "s15", "s16"] PRELIMINARY_PATTERN = re.compile(r"dm[0-9]*a[1-9](s[0-9]*)\.c[0-1][0-9]\.wav") -- GitLab From 88bffca6393916f533a9b22dd883d3d5915de2b7 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 18:02:12 +0200 Subject: [PATCH 143/159] pass logger down to all run() functions to help debug executables --- .../audiotools/convert/__init__.py | 10 +++--- .../audiotools/metadata.py | 2 +- .../audiotools/wrappers/bs1770.py | 16 +++++---- .../audiotools/wrappers/dlyerr_2_errpat.py | 16 ++++++--- .../audiotools/wrappers/eid_xor.py | 15 ++++++-- .../audiotools/wrappers/esdru.py | 4 ++- .../audiotools/wrappers/filter.py | 36 +++++++++++-------- .../audiotools/wrappers/gen_patt.py | 8 +++-- .../audiotools/wrappers/masaAnalyzer.py | 6 ++-- .../audiotools/wrappers/masaRenderer.py | 12 ++++--- .../audiotools/wrappers/networkSimulator.py | 4 +-- .../audiotools/wrappers/p50fbmnru.py | 9 +++-- .../audiotools/wrappers/random_seed.py | 4 ++- .../audiotools/wrappers/reverb.py | 28 +++++++++------ .../generation/generate_masa_items.py | 6 ++-- .../generation/generate_mc_items.py | 6 ++-- .../generation/generate_sba_items.py | 6 ++-- .../generation/generate_stereo_items.py | 2 +- ivas_processing_scripts/processing/evs.py | 2 ++ ivas_processing_scripts/processing/ivas.py | 7 +++- .../processing/preprocessing_2.py | 2 +- 21 files changed, 130 insertions(+), 71 deletions(-) diff --git a/ivas_processing_scripts/audiotools/convert/__init__.py b/ivas_processing_scripts/audiotools/convert/__init__.py index c24394d6..7a7235ce 100755 --- a/ivas_processing_scripts/audiotools/convert/__init__.py +++ b/ivas_processing_scripts/audiotools/convert/__init__.py @@ -326,13 +326,13 @@ def process_audio( if mask is not None: if logger: logger.debug("Applying mask filter using ITU STL filter") - x.audio = maskfilter_itu(x, mask) + x.audio = maskfilter_itu(x, mask, logger=logger) """resampling""" if x.fs != fs: if logger: logger.debug(f"Resampling from {x.fs} to {fs} using ITU STL filter") - x.audio = resample_itu(x, fs) + x.audio = resample_itu(x, fs, logger=logger) x.fs = fs """low-pass filtering""" @@ -342,7 +342,7 @@ def process_audio( logger.debug( f"Applying low-pass filter with cutoff {fc}Hz using ITU STL filter" ) - x.audio = lpfilter_itu(x, fc) + x.audio = lpfilter_itu(x, fc, logger=logger) except NotImplementedError: warn( f"Low-pass filter cutoff {fc}Hz not supported by ITU filter. Falling back to python implementation." @@ -357,13 +357,13 @@ def process_audio( if mnru_q is not None: if logger: logger.debug("Applying P.50 Fullband MNRU") - x.audio = p50fbmnru(x, mnru_q) + x.audio = p50fbmnru(x, mnru_q, logger=logger) """ESDRU""" if esdru_alpha is not None: if logger: logger.debug("Applying ESDRU Recommendation ITU-T P.811") - x.audio = esdru(x, esdru_alpha) + x.audio = esdru(x, esdru_alpha, logger=logger) """Spatial distortion""" if ( diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 9fd202d1..31bec3bf 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -721,7 +721,7 @@ def add_masa_metadata_preamble_repeat( num_tc = masa.num_channels - getattr(masa, "num_ism_channels", 0) - masaAnalyzer(sba, num_tc, masa.dirs, tmp_meta) + masaAnalyzer(sba, num_tc, masa.dirs, tmp_meta, logger=logger) if logger: logger.debug(f"Preamble Metadata size {tmp_meta.stat().st_size}") diff --git a/ivas_processing_scripts/audiotools/wrappers/bs1770.py b/ivas_processing_scripts/audiotools/wrappers/bs1770.py index 818adaad..cc183a25 100755 --- a/ivas_processing_scripts/audiotools/wrappers/bs1770.py +++ b/ivas_processing_scripts/audiotools/wrappers/bs1770.py @@ -51,6 +51,7 @@ def bs1770demo( input: audio.Audio, target_loudness: Optional[float] = -26, rms: Optional[bool] = False, + logger: Optional[logging.Logger] = None, ) -> Tuple[float, float]: """ Wrapper for ITU-R BS.1770-4, requires bs1770demo binary @@ -83,7 +84,7 @@ def bs1770demo( binary = find_binary("bs1770demo") # checking if the new binary (with '-rms') is used - result_check = run([str(binary)], check=False) + result_check = run([str(binary)], check=False, logger=logger) if "-rms" not in result_check.stdout: raise RuntimeError( 'A bs1770demo executable without RMS support (cmdl option "-rms") was detected. Please update the bs1770demo executable. See bin/README.md for details.' @@ -98,7 +99,7 @@ def bs1770demo( warn( "ITU-R BS.1770-4 only supports 48kHz sampling rate. Temporarily resampling signal for measurement." ) - tmp_sig = resample_itu(input, 48000) + tmp_sig = resample_itu(input, 48000, logger=logger) else: tmp_sig = input.audio @@ -143,7 +144,7 @@ def bs1770demo( cmd.insert(1, "-rms") # run command - result = run(cmd) + result = run(cmd, logger=logger) # parse output # we are looking for the (floating-point) number after the search string - '( )' around the number denotes the first group @@ -162,6 +163,7 @@ def get_loudness( target_loudness: Optional[float] = -26, loudness_format: Optional[str] = None, rms: Optional[bool] = False, + logger: Optional[logging.Logger] = None, ) -> Tuple[float, float, str]: """ Loudness measurement using ITU-R BS.1770-4 @@ -214,7 +216,9 @@ def get_loudness( convert.format_conversion(input, tmp) else: tmp.audio = input.audio - measured_loudness, scale_factor = bs1770demo(tmp, target_loudness, rms) + measured_loudness, scale_factor = bs1770demo( + tmp, target_loudness, rms, logger=logger + ) return measured_loudness, scale_factor, loudness_format @@ -261,7 +265,7 @@ def loudness_norm( # save loudness before and after scaling for the logger info loudness_before, scale_factor_new, loundness_fmt_used = get_loudness( - scaled_input, target_loudness, loudness_format, rms + scaled_input, target_loudness, loudness_format, rms, logger=logger ) # repeat until convergence of loudness @@ -272,7 +276,7 @@ def loudness_norm( # measure loudness and get scaling factor measured_loudness, scale_factor_new, _ = get_loudness( - scaled_input, target_loudness, loudness_format, rms + scaled_input, target_loudness, loudness_format, rms, logger=logger ) num_iter += 1 diff --git a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py index fe8e133c..624cd28c 100644 --- a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py +++ b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py @@ -30,6 +30,7 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging from pathlib import Path from typing import Optional, Union from warnings import warn @@ -56,6 +57,7 @@ def dlyerr_2_errpat( flag_word: Optional[bool] = None, flag_lf: Optional[bool] = None, delay: Optional[int] = None, + logger: Optional[logging.Logger] = None, ) -> None: """ Wrapper for dlyerr_2_errpat binary to convert delay and error profiles to frame error patterns for EVS JBM @@ -133,7 +135,7 @@ def dlyerr_2_errpat( cmd.extend(["-d", str(delay)]) # run command - run(cmd) + run(cmd, logger=logger) return @@ -148,6 +150,7 @@ def evs_jbm( errpatt_seed, errpatt_frames_packet, master_seed, + logger: Optional[logging.Logger] = None, ): # convert delay and error profile delay = None @@ -167,7 +170,9 @@ def evs_jbm( dlyerr_pattern = error_pattern # compute offset of error pattern len_pattern = length_pattern(dlyerr_pattern) - shift = random_seed((0, len_pattern - 1), master_seed, errpatt_seed) + shift = random_seed( + (0, len_pattern - 1), master_seed, errpatt_seed, logger=logger + ) elif error_profile is not None: # if error profile number is given @@ -202,7 +207,9 @@ def evs_jbm( # compute offset of error pattern len_pattern = length_pattern(dlyerr_pattern) - shift = random_seed((0, len_pattern - 1), master_seed, error_profile, False) + shift = random_seed( + (0, len_pattern - 1), master_seed, error_profile, False, logger=logger + ) fer_pattern = Path(bitstream).with_suffix(".evs_jbm_fer.192") @@ -215,10 +222,11 @@ def evs_jbm( shift=shift, late_loss_rate=late_loss_rate, length=length, + logger=logger, ) # apply FER pattern with eid-xor - eid_xor(fer_pattern, bitstream, bitstream_processed) + eid_xor(fer_pattern, bitstream, bitstream_processed, logger=logger) def validate_evs_jbm( diff --git a/ivas_processing_scripts/audiotools/wrappers/eid_xor.py b/ivas_processing_scripts/audiotools/wrappers/eid_xor.py index 6040c7e8..95b053d5 100644 --- a/ivas_processing_scripts/audiotools/wrappers/eid_xor.py +++ b/ivas_processing_scripts/audiotools/wrappers/eid_xor.py @@ -30,6 +30,7 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging import os.path from pathlib import Path from typing import Optional, Union @@ -43,6 +44,7 @@ def eid_xor( error_pattern: Union[str, Path], in_bitstream: Union[str, Path], out_bitstream: Union[str, Path], + logger: Optional[logging.Logger] = None, ) -> None: """ Wrapper for eid-xor binary to apply error patterns for the bitstream processing @@ -87,7 +89,7 @@ def eid_xor( ] # run command - run(cmd) + run(cmd, logger=logger) return @@ -101,6 +103,7 @@ def create_and_apply_error_pattern( preamble: Optional[int] = 0, master_seed: Optional[int] = 0, prerun_seed: Optional[int] = 0, + logger: Optional[logging.Logger] = None, ) -> None: """ Function to create (or use existing) frame error pattern for bitstream processing @@ -132,7 +135,13 @@ def create_and_apply_error_pattern( ".192" ) create_error_pattern( - len_sig, error_pattern, error_rate, preamble, master_seed, prerun_seed + len_sig, + error_pattern, + error_rate, + preamble, + master_seed, + prerun_seed, + logger=logger, ) else: raise ValueError( @@ -144,7 +153,7 @@ def create_and_apply_error_pattern( ) # apply error pattern - eid_xor(error_pattern, in_bitstream, out_bitstream) + eid_xor(error_pattern, in_bitstream, out_bitstream, logger=logger) return diff --git a/ivas_processing_scripts/audiotools/wrappers/esdru.py b/ivas_processing_scripts/audiotools/wrappers/esdru.py index 64a7636f..e7692c76 100755 --- a/ivas_processing_scripts/audiotools/wrappers/esdru.py +++ b/ivas_processing_scripts/audiotools/wrappers/esdru.py @@ -31,6 +31,7 @@ # from copy import deepcopy +import logging from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional @@ -49,6 +50,7 @@ def esdru( sf: Optional[int] = 48000, e_step: Optional[float] = 0.5, seed: Optional[int] = 1, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Wrapper for ESDRU (Ericsson spatial distortion reference unit) Recommendation ITU-T P.811, requires esdru binary @@ -122,7 +124,7 @@ def esdru( write(tmp_input_file, tmp_input_signal, sf) # run command - run(cmd, cwd=tmp_dir) + run(cmd, cwd=tmp_dir, logger=logger) tmp_output_signal, out_fs = read(tmp_output_file, 2, sf) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 0a6528ef..7821aabd 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -30,6 +30,7 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging import re from copy import deepcopy from itertools import repeat @@ -56,6 +57,7 @@ def run_filter( chan: int, skip_channel: list[int], block_size: Optional[int] = None, + logger: Optional[logging.Logger] = None, ): if chan in skip_channel: return audio @@ -72,7 +74,7 @@ def run_filter( cmd.append(str(block_size)) write(tmp_in, audio, fs) - run(cmd) + run(cmd, logger=logger) out, _ = read(tmp_out, nchannels=1, fs=fs) return out @@ -87,6 +89,7 @@ def filter_itu( is_async: Optional[bool] = False, delay: Optional[int] = None, skip_channel: Optional[list[int]] = None, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Low-pass filter a multi-channel audio array @@ -197,7 +200,7 @@ def filter_itu( repeat(skip_channel), repeat(block_size), ), - None, + repeat({"logger": logger}), "mp", show_progress=False, ) @@ -211,6 +214,7 @@ def filter_itu( def lpfilter_itu( x: Audio, fc: int, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Low-pass filter a multi-channel audio array @@ -246,14 +250,14 @@ def lpfilter_itu( f"Filter type {flt_type} only supported for 48kHz samplingrate, not for {x.fs}Hz -> resampling" ) old_fs = x.fs - tmp.audio = resample_itu(tmp, 48000) + tmp.audio = resample_itu(tmp, 48000, logger=logger) tmp.fs = 48000 # pad to avoid loosing samples due to delay tmp.audio = pad_delay(tmp.audio, flt_type=flt_type, fs=tmp.fs) # apply filter - y = filter_itu(tmp, flt_type=flt_type, block_size=960) + y = filter_itu(tmp, flt_type=flt_type, block_size=960, logger=logger) # delay compensation y = delay_compensation(y, flt_type=flt_type) @@ -261,13 +265,14 @@ def lpfilter_itu( # reverse resampling if old_fs: tmp.audio = y - y = resample_itu(tmp, old_fs) + y = resample_itu(tmp, old_fs, logger=logger) return y def hp50filter_itu( x: Audio, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ High-pass 50Hz filter a multi-channel audio array @@ -297,7 +302,7 @@ def hp50filter_itu( ) flt_type = "HP50_48KHZ" old_fs = x.fs - tmp.audio = resample_itu(tmp, 48000) + tmp.audio = resample_itu(tmp, 48000, logger=logger) tmp.fs = 48000 # don't apply high-pass filtering to LFE channel @@ -310,7 +315,7 @@ def hp50filter_itu( tmp.audio = pad_delay(tmp.audio, flt_type=flt_type, fs=tmp.fs) # apply filter - y = filter_itu(tmp, flt_type=flt_type, skip_channel=skip_channel) + y = filter_itu(tmp, flt_type=flt_type, skip_channel=skip_channel, logger=logger) # delay compensation y = delay_compensation(y, flt_type=flt_type) @@ -318,13 +323,14 @@ def hp50filter_itu( # reverse resampling if old_fs: tmp.audio = y - y = resample_itu(tmp, old_fs) + y = resample_itu(tmp, old_fs, logger=logger) return y def kbp20filter_itu( x: Audio, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ 20Hz to 20kHz bandpass filter for multi-channel audio array @@ -352,7 +358,7 @@ def kbp20filter_itu( ) flt_type = "20KBP" old_fs = x.fs - tmp.audio = resample_itu(tmp, 48000) + tmp.audio = resample_itu(tmp, 48000, logger=logger) tmp.fs = 48000 # don't apply band-pass filtering to LFE channel @@ -365,7 +371,7 @@ def kbp20filter_itu( tmp.audio = pad_delay(tmp.audio, flt_type=flt_type, fs=tmp.fs) # apply filter - y = filter_itu(tmp, flt_type=flt_type, skip_channel=skip_channel) + y = filter_itu(tmp, flt_type=flt_type, skip_channel=skip_channel, logger=logger) # delay compensation y = delay_compensation(y, flt_type=flt_type) @@ -373,7 +379,7 @@ def kbp20filter_itu( # reverse resampling if old_fs: tmp.audio = y - y = resample_itu(tmp, old_fs) + y = resample_itu(tmp, old_fs, logger=logger) return y @@ -381,6 +387,7 @@ def kbp20filter_itu( def maskfilter_itu( x: Audio, mask: str, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Mask filter for multi-channel audio array @@ -399,9 +406,9 @@ def maskfilter_itu( """ if mask == "HP50": - y = hp50filter_itu(x) + y = hp50filter_itu(x, logger=logger) elif mask == "20KBP": - y = kbp20filter_itu(x) + y = kbp20filter_itu(x, logger=logger) else: raise ValueError("Invalid mask filter defined") @@ -411,6 +418,7 @@ def maskfilter_itu( def resample_itu( x: Audio, fs_new: int, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Resampling of multi-channel audio array @@ -471,7 +479,7 @@ def resample_itu( ) # resampling - y.audio = filter_itu(y, flt_type=flt, up=up[i], down=down[i]) + y.audio = filter_itu(y, flt_type=flt, up=up[i], down=down[i], logger=logger) # delay compensation y.audio = delay_compensation(y.audio, flt_type=flt, up=up[i], down=down[i]) diff --git a/ivas_processing_scripts/audiotools/wrappers/gen_patt.py b/ivas_processing_scripts/audiotools/wrappers/gen_patt.py index 6766567f..3899d4f8 100644 --- a/ivas_processing_scripts/audiotools/wrappers/gen_patt.py +++ b/ivas_processing_scripts/audiotools/wrappers/gen_patt.py @@ -30,6 +30,7 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging from os import getcwd from pathlib import Path from tempfile import TemporaryDirectory @@ -48,6 +49,7 @@ def gen_patt( error_rate: float, start: Optional[int] = 0, working_dir: Optional[Union[Path, str]] = None, + logger: Optional[logging.Logger] = None, ) -> None: """ Wrapper for gen-patt binary to create error patterns for the bitstream processing @@ -99,7 +101,7 @@ def gen_patt( ] # run command - run(cmd, cwd=working_dir) + run(cmd, cwd=working_dir, logger=logger) return @@ -111,6 +113,7 @@ def create_error_pattern( preamble: Optional[int] = 0, master_seed: Optional[int] = 0, prerun_seed: Optional[int] = 0, + logger: Optional[logging.Logger] = None, ) -> None: """ Creates error pattern with desired frame error rate for bitstream processing @@ -148,7 +151,7 @@ def create_error_pattern( tmp_sta_file = tmp_dir.joinpath("sta") # compute seed - seed = random_seed((0, 99999999), master_seed, prerun_seed) + seed = random_seed((0, 99999999), master_seed, prerun_seed, logger=logger) # open file and modify lines = [] @@ -176,6 +179,7 @@ def create_error_pattern( path_pattern=path_pattern, start=preamble, working_dir=tmp_dir, + logger=logger, ) return diff --git a/ivas_processing_scripts/audiotools/wrappers/masaAnalyzer.py b/ivas_processing_scripts/audiotools/wrappers/masaAnalyzer.py index 65f2048e..26310bc1 100644 --- a/ivas_processing_scripts/audiotools/wrappers/masaAnalyzer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaAnalyzer.py @@ -29,6 +29,7 @@ # 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 from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional @@ -45,6 +46,7 @@ def masaAnalyzer( num_tcs: int, num_dirs: int, metadata_out_filename: Optional[Path] = None, + logger: Optional[logging.Logger] = None, ) -> audio.MetadataAssistedSpatialAudio: """ Wrapper for masaAnalyzer (from MASA reference software) @@ -111,11 +113,11 @@ def masaAnalyzer( cmd[5] = str(tmp_out_pcm) cmd[6] = str(metadata_out_filename.resolve()) - tmp_audio = resample_itu(sba, 48000) + tmp_audio = resample_itu(sba, 48000, logger=logger) write(tmp_in, tmp_audio, 48000) # we need to run in the masaAnalyzer directory to use the .bin files it requires - run(cmd, cwd=binary.resolve().parent) + run(cmd, cwd=binary.resolve().parent, logger=logger) fmt = f"MASA{num_tcs}DIR{num_dirs}" masa = audio.fromfile(fmt, tmp_out_pcm, 48000, metadata_out_filename) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 7e52d664..5452847b 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -30,8 +30,10 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging from pathlib import Path from tempfile import TemporaryDirectory +from typing import Optional from warnings import warn import numpy as np @@ -47,6 +49,7 @@ def ivasRendMasa( masa: audio.MetadataAssistedSpatialAudio, out_fmt: str, trajectory: Path = None, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Wrapper for IVAS_Rend MASA Rendering @@ -98,7 +101,7 @@ def ivasRendMasa( 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]) + rend.process(tmp_in, tmp_out, in_meta=[masa_metadata_file], logger=logger) output, _ = read(tmp_out) return output @@ -107,6 +110,7 @@ def ivasRendMasa( def masaRenderer( masa: audio.MetadataAssistedSpatialAudio, out_fmt: str, + logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ Wrapper for masaRenderer (from MASA reference software) @@ -169,19 +173,19 @@ def masaRenderer( cmd[2] = str(tmp_in) cmd[4] = str(tmp_out) - tmp_audio = resample_itu(masa, 48000) + tmp_audio = resample_itu(masa, 48000, logger=logger) old_fs = masa.fs write(tmp_in, tmp_audio, 48000) # we need to run in the masaRenderer directory to use the .bin files it requires - run(cmd, cwd=binary.resolve().parent) + run(cmd, cwd=binary.resolve().parent, logger=logger) output, _ = read(tmp_out, num_channels) output_audio = audio.fromtype(out_fmt) output_audio.audio = output output_audio.fs = 48000 - output = resample_itu(output_audio, old_fs) + output = resample_itu(output_audio, old_fs, logger=logger) return output diff --git a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py index 83556a92..af8dff7b 100644 --- a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py +++ b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py @@ -222,9 +222,9 @@ def apply_network_simulator( # compute offset of error pattern len_pattern = length_pattern(error_pattern) if error_profile: - offset = random_seed((0, len_pattern - 1), master_seed, error_profile, False) + offset = random_seed((0, len_pattern - 1), master_seed, error_profile, False, logger=logger) else: - offset = random_seed((0, len_pattern - 1), master_seed, errpatt_seed, False) + offset = random_seed((0, len_pattern - 1), master_seed, errpatt_seed, False, logger=logger) # apply error pattern network_simulator( diff --git a/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py b/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py index 922536be..5dd0d33d 100755 --- a/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py +++ b/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py @@ -31,8 +31,10 @@ # from copy import deepcopy +import logging from pathlib import Path from tempfile import TemporaryDirectory +from typing import Optional from warnings import warn import numpy as np @@ -47,6 +49,7 @@ from ivas_processing_scripts.utils import find_binary, run def p50fbmnru( input: audio.Audio, q_db: float, + logger: Optional[logging.Logger] = None, # noqa: F821 ) -> np.ndarray: """ Wrapper for P.50 Fullband MNRU (Modulated Noise Reference Unit), requires p50fbmnru binary @@ -80,7 +83,7 @@ def p50fbmnru( warn( "P.50 Fullband MNRU requires a sampling rate of 48kHz. Resampling will be applied" ) - tmp_audio_obj.audio = resample_itu(tmp_audio_obj, 48000) + tmp_audio_obj.audio = resample_itu(tmp_audio_obj, 48000, logger=logger) tmp_audio_obj.fs = 48000 with TemporaryDirectory() as tmp_dir: @@ -104,13 +107,13 @@ def p50fbmnru( write(tmp_input_file, tmp_audio_obj.audio) # run command - run(cmd) + run(cmd, logger=logger) tmp_output_signal, _ = read(tmp_output_file, input.num_channels) tmp_audio_obj.audio = tmp_output_signal # revert resampling if input.fs != 48000: - tmp_output_signal = resample_itu(tmp_audio_obj, input.fs) + tmp_output_signal = resample_itu(tmp_audio_obj, input.fs, logger=logger) return tmp_output_signal diff --git a/ivas_processing_scripts/audiotools/wrappers/random_seed.py b/ivas_processing_scripts/audiotools/wrappers/random_seed.py index 440b63a9..3f81686a 100644 --- a/ivas_processing_scripts/audiotools/wrappers/random_seed.py +++ b/ivas_processing_scripts/audiotools/wrappers/random_seed.py @@ -30,6 +30,7 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # +import logging from typing import Optional, Tuple from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES @@ -41,6 +42,7 @@ def random_seed( master_seed: Optional[int] = 0, prerun_seed: Optional[int] = 0, hexa: Optional[bool] = True, + logger: Optional[logging.Logger] = None, ) -> int: """ @@ -83,7 +85,7 @@ def random_seed( ] # run command - result = run(cmd) + result = run(cmd, logger=logger) result = int(result.stdout[:-1]) if hexa: diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index 5b2c408b..0cda00a8 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -31,6 +31,7 @@ # from copy import copy +import logging from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional @@ -51,6 +52,7 @@ def reverb( IR: Audio, align: Optional[float] = None, mode: Optional[str] = None, + logger: Optional[logging.Logger] = None, ) -> Audio: """ Wrapper for the ITU-T reverb binary to convolve mono audio signal with an impulse response @@ -91,7 +93,7 @@ def reverb( tmp_input = copy(input) if input.fs != IR.fs: old_fs = input.fs - tmp_input.audio = resample_itu(tmp_input, IR.fs) + tmp_input.audio = resample_itu(tmp_input, IR.fs, logger=logger) tmp_input.fs = IR.fs # add trailing zeros @@ -127,7 +129,7 @@ def reverb( cmd.extend([tmp_input_file, tmp_IR_file, tmp_output_file]) # run the 'reverb' command (automatically prepends N zeros to the input signal to keep the output length the same as the input) - run(cmd) + run(cmd, logger=logger) # read the reverberated output file output = copy(tmp_input) @@ -147,7 +149,7 @@ def reverb( output.audio = output.audio[: -(IR.audio.shape[0] - 1), :] if old_fs: - output.audio = resample_itu(output, old_fs) + output.audio = resample_itu(output, old_fs, logger=logger) output.fs = old_fs return output @@ -158,6 +160,7 @@ def reverb_stereo( stereo_IR: Audio, align: Optional[float] = None, mode: Optional[str] = None, + logger: Optional[logging.Logger] = None, ) -> Audio: """ Wrapper for the ITU-T reverb binary to convolve mono audio signal with a stereo impulse response @@ -200,8 +203,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, mode=mode) - y_right = reverb(input, IR_right, align=align, mode=mode) + y_left = reverb(input, IR_left, align=align, mode=mode, logger=logger) + y_right = reverb(input, IR_right, align=align, mode=mode, logger=logger) # combine into stereo output y = audio.fromtype("STEREO") @@ -216,6 +219,7 @@ def reverb_foa( foa_IR: Audio, align: Optional[float] = None, mode: Optional[str] = None, + logger: Optional[logging.Logger] = None, ) -> Audio: """ Convolve mono audio signal with an FOA impulse response @@ -268,10 +272,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, 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) + y_w = reverb(input, IR_w, align=align, mode=mode, logger=logger) + y_x = reverb(input, IR_x, align=align, mode=mode, logger=logger) + y_y = reverb(input, IR_y, align=align, mode=mode, logger=logger) + y_z = reverb(input, IR_z, align=align, mode=mode, logger=logger) # combine into FOA output y = audio.fromtype("FOA") @@ -286,6 +290,7 @@ def reverb_hoa2( hoa2_IR: Audio, align: Optional[float] = None, mode: Optional[str] = None, + logger: Optional[logging.Logger] = None, ) -> Audio: """ Convolve mono audio signal with an HOA2 impulse response @@ -323,7 +328,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, mode=mode)) + ych.append(reverb(input, IR, align=align, mode=mode), logger=logger) # combine into HOA2 output y = audio.fromtype("HOA2") @@ -338,6 +343,7 @@ def reverb_hoa3( hoa3_IR: Audio, align: Optional[float] = None, mode: Optional[str] = None, + logger: Optional[logging.Logger] = None, ) -> Audio: """ Convolve mono audio signal with an HOA3 impulse response @@ -375,7 +381,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, mode=mode)) + ych.append(reverb(input, IR, align=align, mode=mode), logger=logger) # combine into HOA3 output y = audio.fromtype("HOA3") diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index faba9112..86d62521 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -345,11 +345,11 @@ def generate_MASA_scene( # 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) + x = reverb_foa(x, IR, mode=None, logger=logger) elif IR_fmt == "HOA2": - x = reverb_hoa2(x, IR, mode=None) + x = reverb_hoa2(x, IR, mode=None, logger=logger) elif IR_fmt == "HOA3": - x = reverb_hoa3(x, IR, mode=None) + x = reverb_hoa3(x, IR, mode=None, logger=logger) # adjust the level of the FOA/HOA2/HOA3 signal if np.isinf(level): diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index 35dcbb3b..b082bf11 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -335,11 +335,11 @@ def generate_MC_scene( # 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) + x = reverb_foa(x, IR, mode=None, logger=logger) elif IR_fmt == "HOA2": - x = reverb_hoa2(x, IR, mode=None) + x = reverb_hoa2(x, IR, mode=None, logger=logger) elif IR_fmt == "HOA3": - x = reverb_hoa3(x, IR, mode=None) + x = reverb_hoa3(x, IR, mode=None, logger=logger) # adjust the level of the FOA/HOA2/HOA3 signal if level is None: diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 22aba8ab..4f3d19d6 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -351,11 +351,11 @@ def generate_sba_scene( # 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) + x = reverb_foa(x, IR, mode=None, logger=logger) elif cfg.format == "HOA2": - x = reverb_hoa2(x, IR, mode=None) + x = reverb_hoa2(x, IR, mode=None, logger=logger) elif cfg.format == "HOA3": - x = reverb_hoa3(x, IR, mode=None) + x = reverb_hoa3(x, IR, mode=None, logger=logger) else: # convert MONO to ISM1 x_ism = audio.ObjectBasedAudio("ISM1") # ISM with 1 channel diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 1ad8a6ae..43e8b432 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -311,7 +311,7 @@ def generate_stereo_scene( 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, mode=None) + x = reverb_stereo(x, IR, mode=None, logger=logger) # adjust the level of the STEREO signal if level is None: diff --git a/ivas_processing_scripts/processing/evs.py b/ivas_processing_scripts/processing/evs.py index 6f5fe2dd..d2aec675 100755 --- a/ivas_processing_scripts/processing/evs.py +++ b/ivas_processing_scripts/processing/evs.py @@ -415,6 +415,7 @@ class EVS(Processing): self.tx["errpatt_seed"], self.tx["n_frames_per_packet"], self.tx["master_seed"], + logger=logger, ) return bitstream_processed @@ -439,6 +440,7 @@ class EVS(Processing): error_rate=self.tx["error_rate"], master_seed=self.tx["master_seed"], prerun_seed=self.tx["prerun_seed"], + logger=logger, ) return bitstream_processed else: diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 01f8220f..6b2f8605 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -277,6 +277,9 @@ class IVAS(Processing): ) voip = True elif self.tx["type"] == "JBM2FER": + logger.debug( + f"Frame loss simulator {bitstream} -> {bitstream_processed}" + ) delay_profile = self.tx["error_pattern"] len_pattern = length_pattern(delay_profile) @@ -303,8 +306,9 @@ class IVAS(Processing): fer_pattern=errpat, late_loss_rate=self.tx.get("errpatt_late_loss_rate"), shift=shift, + logger=logger, ) - eid_xor(errpat, bitstream, bitstream_processed) + eid_xor(errpat, bitstream, bitstream_processed, logger=logger) elif self.tx["type"] == "FER": signal, _ = read( in_file, fs=self.in_fs, nchannels=self.in_fmt.num_channels @@ -326,6 +330,7 @@ class IVAS(Processing): error_rate=self.tx["error_rate"], master_seed=self.tx["master_seed"], prerun_seed=self.tx["prerun_seed"], + logger=logger, ) return bitstream_processed, voip diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index 2a4bef67..fcb02860 100644 --- a/ivas_processing_scripts/processing/preprocessing_2.py +++ b/ivas_processing_scripts/processing/preprocessing_2.py @@ -163,7 +163,7 @@ class Preprocessing2(Processing): out_format = self.out_fmt loudness_signal, _, _ = get_loudness( - audio_object, loudness_format=out_format + audio_object, loudness_format=out_format, logger=logger ) logger.debug( f"Loudness of audio signal: {loudness_signal}LKFS ({out_format})" -- GitLab From bdde29c7d5f4f3bc071f877346bf105a033d0f02 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 9 Sep 2025 18:11:06 +0200 Subject: [PATCH 144/159] format + lint --- ivas_processing_scripts/audiotools/audio.py | 1 - .../audiotools/binaural_datasets/binaural_dataset.py | 3 +-- .../audiotools/binauralobjectrenderer.py | 5 ++--- .../audiotools/convert/channelbased.py | 1 - ivas_processing_scripts/audiotools/convert/objectbased.py | 1 - ivas_processing_scripts/audiotools/convert/omasa.py | 1 - ivas_processing_scripts/audiotools/convert/osba.py | 1 - ivas_processing_scripts/audiotools/convert/scenebased.py | 3 +-- ivas_processing_scripts/audiotools/metadata.py | 1 - ivas_processing_scripts/audiotools/utils.py | 1 - ivas_processing_scripts/audiotools/wrappers/bs1770.py | 3 +-- ivas_processing_scripts/audiotools/wrappers/esdru.py | 3 +-- ivas_processing_scripts/audiotools/wrappers/filter.py | 1 - ivas_processing_scripts/audiotools/wrappers/gen_patt.py | 6 +++--- .../audiotools/wrappers/masaRenderer.py | 1 - .../audiotools/wrappers/networkSimulator.py | 8 ++++++-- ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py | 3 +-- ivas_processing_scripts/audiotools/wrappers/reverb.py | 5 ++--- ivas_processing_scripts/generation/config.py | 1 - ivas_processing_scripts/generation/generate_ismN_items.py | 1 - ivas_processing_scripts/generation/generate_masa_items.py | 1 - ivas_processing_scripts/generation/generate_mc_items.py | 1 - .../generation/generate_omasa_items.py | 1 - ivas_processing_scripts/generation/generate_osba_items.py | 1 - ivas_processing_scripts/generation/generate_sba_items.py | 1 - .../generation/generate_stereo_items.py | 1 - ivas_processing_scripts/processing/config.py | 1 - ivas_processing_scripts/processing/preprocessing_2.py | 1 - ivas_processing_scripts/processing/processing.py | 4 ++-- .../processing/processing_splitting_scaling.py | 1 - ivas_processing_scripts/processing/tx.py | 1 - ivas_processing_scripts/utils.py | 2 +- other/lp16k.py | 2 +- tests/test_audiotools_convert.py | 2 +- tests/test_binaries_present.py | 1 - tests/test_experiments.py | 6 +++--- tests/test_processing.py | 2 +- 37 files changed, 27 insertions(+), 52 deletions(-) diff --git a/ivas_processing_scripts/audiotools/audio.py b/ivas_processing_scripts/audiotools/audio.py index 3df2de94..292a061b 100755 --- a/ivas_processing_scripts/audiotools/audio.py +++ b/ivas_processing_scripts/audiotools/audio.py @@ -36,7 +36,6 @@ from typing import Optional, Union from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools.audiofile import read from ivas_processing_scripts.audiotools.constants import ( BINAURAL_AUDIO_FORMATS, diff --git a/ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py b/ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py index cf8b03b8..d92709f5 100755 --- a/ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py +++ b/ivas_processing_scripts/audiotools/binaural_datasets/binaural_dataset.py @@ -35,8 +35,6 @@ from typing import Optional, Tuple, Union from warnings import warn import numpy as np -from scipy.io import loadmat - from ivas_processing_scripts.audiotools.audio import fromtype from ivas_processing_scripts.audiotools.constants import ( CHANNEL_BASED_AUDIO_FORMATS, @@ -44,6 +42,7 @@ from ivas_processing_scripts.audiotools.constants import ( SCENE_BASED_AUDIO_FORMATS, ) from ivas_processing_scripts.audiotools.EFAP import wrap_angles +from scipy.io import loadmat def load_hrtf( diff --git a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py index f9488427..276e36a3 100755 --- a/ivas_processing_scripts/audiotools/binauralobjectrenderer.py +++ b/ivas_processing_scripts/audiotools/binauralobjectrenderer.py @@ -35,14 +35,13 @@ from itertools import repeat from typing import Optional, Tuple import numpy as np -from scipy.signal import convolve - from ivas_processing_scripts.audiotools.binaural_datasets.binaural_dataset import ( find_ir, ) from ivas_processing_scripts.audiotools.constants import IVAS_FRAME_LEN_MS from ivas_processing_scripts.audiotools.EFAP import wrap_angles from ivas_processing_scripts.utils import apply_func_parallel +from scipy.signal import convolve def barycentric_weights( @@ -338,7 +337,7 @@ def interpolate_2d( W_1 + W_2 + W_3 > 1.5 ): # on sphere sum of weights is not necessarily equal to one! raise ValueError( - f"Sum of positive barycentric weights larger than expected: {W_1 +W_2 +W_3}" + f"Sum of positive barycentric weights larger than expected: {W_1 + W_2 + W_3}" ) threshold_error = -1 * 10**-10 diff --git a/ivas_processing_scripts/audiotools/convert/channelbased.py b/ivas_processing_scripts/audiotools/convert/channelbased.py index 8e14b4a8..b4e4730c 100755 --- a/ivas_processing_scripts/audiotools/convert/channelbased.py +++ b/ivas_processing_scripts/audiotools/convert/channelbased.py @@ -34,7 +34,6 @@ from pathlib import Path from typing import Optional, Tuple, Union import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import delay, framewise_io from ivas_processing_scripts.audiotools.binaural_datasets.binaural_dataset import ( diff --git a/ivas_processing_scripts/audiotools/convert/objectbased.py b/ivas_processing_scripts/audiotools/convert/objectbased.py index 1607c87b..e61566c6 100755 --- a/ivas_processing_scripts/audiotools/convert/objectbased.py +++ b/ivas_processing_scripts/audiotools/convert/objectbased.py @@ -35,7 +35,6 @@ from pathlib import Path from typing import Optional, Tuple, Union import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import delay, framewise_io from ivas_processing_scripts.audiotools.binaural_datasets.binaural_dataset import ( diff --git a/ivas_processing_scripts/audiotools/convert/omasa.py b/ivas_processing_scripts/audiotools/convert/omasa.py index 35f2782f..9df37829 100644 --- a/ivas_processing_scripts/audiotools/convert/omasa.py +++ b/ivas_processing_scripts/audiotools/convert/omasa.py @@ -32,7 +32,6 @@ from copy import copy, deepcopy import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.convert.masa import ( render_masa_to_binaural, diff --git a/ivas_processing_scripts/audiotools/convert/osba.py b/ivas_processing_scripts/audiotools/convert/osba.py index 76cead88..f97329b3 100644 --- a/ivas_processing_scripts/audiotools/convert/osba.py +++ b/ivas_processing_scripts/audiotools/convert/osba.py @@ -32,7 +32,6 @@ from copy import copy, deepcopy import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.convert.objectbased import ( render_oba_to_binaural, diff --git a/ivas_processing_scripts/audiotools/convert/scenebased.py b/ivas_processing_scripts/audiotools/convert/scenebased.py index 1749a987..1967dc32 100755 --- a/ivas_processing_scripts/audiotools/convert/scenebased.py +++ b/ivas_processing_scripts/audiotools/convert/scenebased.py @@ -35,8 +35,6 @@ from typing import Optional, Union from warnings import warn import numpy as np -from scipy.special import factorial, lpmv - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import delay, framewise_io from ivas_processing_scripts.audiotools.binaural_datasets.binaural_dataset import ( @@ -54,6 +52,7 @@ from ivas_processing_scripts.audiotools.EFAP import EFAP from ivas_processing_scripts.audiotools.rotation import Quat2RotMat, SHrotmatgen from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu from ivas_processing_scripts.audiotools.wrappers.masaAnalyzer import masaAnalyzer +from scipy.special import factorial, lpmv """ SceneBasedAudio functions """ diff --git a/ivas_processing_scripts/audiotools/metadata.py b/ivas_processing_scripts/audiotools/metadata.py index 31bec3bf..021400c7 100755 --- a/ivas_processing_scripts/audiotools/metadata.py +++ b/ivas_processing_scripts/audiotools/metadata.py @@ -38,7 +38,6 @@ from tempfile import TemporaryDirectory from typing import Optional, TextIO, Tuple, Union import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audio import fromtype from ivas_processing_scripts.audiotools.audioarray import trim diff --git a/ivas_processing_scripts/audiotools/utils.py b/ivas_processing_scripts/audiotools/utils.py index c8c5e94f..b5c0c093 100755 --- a/ivas_processing_scripts/audiotools/utils.py +++ b/ivas_processing_scripts/audiotools/utils.py @@ -34,7 +34,6 @@ 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 diff --git a/ivas_processing_scripts/audiotools/wrappers/bs1770.py b/ivas_processing_scripts/audiotools/wrappers/bs1770.py index cc183a25..f282158f 100755 --- a/ivas_processing_scripts/audiotools/wrappers/bs1770.py +++ b/ivas_processing_scripts/audiotools/wrappers/bs1770.py @@ -39,7 +39,6 @@ from typing import Optional, Tuple, Union from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools import audio, convert from ivas_processing_scripts.audiotools.audiofile import write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu @@ -84,7 +83,7 @@ def bs1770demo( binary = find_binary("bs1770demo") # checking if the new binary (with '-rms') is used - result_check = run([str(binary)], check=False, logger=logger) + result_check = run([str(binary)], check=False) if "-rms" not in result_check.stdout: raise RuntimeError( 'A bs1770demo executable without RMS support (cmdl option "-rms") was detected. Please update the bs1770demo executable. See bin/README.md for details.' diff --git a/ivas_processing_scripts/audiotools/wrappers/esdru.py b/ivas_processing_scripts/audiotools/wrappers/esdru.py index e7692c76..63969915 100755 --- a/ivas_processing_scripts/audiotools/wrappers/esdru.py +++ b/ivas_processing_scripts/audiotools/wrappers/esdru.py @@ -30,14 +30,13 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # -from copy import deepcopy import logging +from copy import deepcopy from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index 7821aabd..bd71b104 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -40,7 +40,6 @@ from typing import Optional from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools.audio import Audio, ChannelBasedAudio from ivas_processing_scripts.audiotools.audioarray import delay_compensation, pad_delay from ivas_processing_scripts.audiotools.audiofile import read, write diff --git a/ivas_processing_scripts/audiotools/wrappers/gen_patt.py b/ivas_processing_scripts/audiotools/wrappers/gen_patt.py index 3899d4f8..34e9ad21 100644 --- a/ivas_processing_scripts/audiotools/wrappers/gen_patt.py +++ b/ivas_processing_scripts/audiotools/wrappers/gen_patt.py @@ -157,16 +157,16 @@ def create_error_pattern( lines = [] with open(sta_file, "r") as sta_file_txt: lines.append(sta_file_txt.readline()) # not changed - lines.append(f"{sta_file_txt.readline()[:-2]}{frame_error_rate/100}\n") + lines.append(f"{sta_file_txt.readline()[:-2]}{frame_error_rate / 100}\n") lines.append(sta_file_txt.readline()) # not changed lines.append(f"{sta_file_txt.readline()[:-2]}{seed}\n") lines.append(sta_file_txt.readline()) # not changed lines.append( - f"{sta_file_txt.readline()[:-2]}{1-(frame_error_rate/100*2)}\n" + f"{sta_file_txt.readline()[:-2]}{1 - (frame_error_rate / 100 * 2)}\n" ) lines.append(sta_file_txt.readline()) # not changed lines.append( - f"{sta_file_txt.readline()[:-2]}{1-(frame_error_rate/100*2)}\n" + f"{sta_file_txt.readline()[:-2]}{1 - (frame_error_rate / 100 * 2)}\n" ) lines.append(sta_file_txt.readline()) # not changed diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 5452847b..198db6f4 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -37,7 +37,6 @@ from typing import Optional from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu diff --git a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py index af8dff7b..08dda1af 100644 --- a/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py +++ b/ivas_processing_scripts/audiotools/wrappers/networkSimulator.py @@ -222,9 +222,13 @@ def apply_network_simulator( # compute offset of error pattern len_pattern = length_pattern(error_pattern) if error_profile: - offset = random_seed((0, len_pattern - 1), master_seed, error_profile, False, logger=logger) + offset = random_seed( + (0, len_pattern - 1), master_seed, error_profile, False, logger=logger + ) else: - offset = random_seed((0, len_pattern - 1), master_seed, errpatt_seed, False, logger=logger) + offset = random_seed( + (0, len_pattern - 1), master_seed, errpatt_seed, False, logger=logger + ) # apply error pattern network_simulator( diff --git a/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py b/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py index 5dd0d33d..e59d6818 100755 --- a/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py +++ b/ivas_processing_scripts/audiotools/wrappers/p50fbmnru.py @@ -30,15 +30,14 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # -from copy import deepcopy import logging +from copy import deepcopy from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu diff --git a/ivas_processing_scripts/audiotools/wrappers/reverb.py b/ivas_processing_scripts/audiotools/wrappers/reverb.py index 0cda00a8..1628ee3e 100644 --- a/ivas_processing_scripts/audiotools/wrappers/reverb.py +++ b/ivas_processing_scripts/audiotools/wrappers/reverb.py @@ -30,21 +30,20 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # -from copy import copy import logging +from copy import copy from pathlib import Path from tempfile import TemporaryDirectory from typing import Optional import numpy as np -from scipy.fft import fft - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audio import Audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES from ivas_processing_scripts.utils import find_binary, run +from scipy.fft import fft def reverb( diff --git a/ivas_processing_scripts/generation/config.py b/ivas_processing_scripts/generation/config.py index b61aa881..6533785e 100644 --- a/ivas_processing_scripts/generation/config.py +++ b/ivas_processing_scripts/generation/config.py @@ -33,7 +33,6 @@ from copy import deepcopy import yaml - from ivas_processing_scripts.generation.constants import DEFAULT_CONFIG, REQUIRED_KEYS diff --git a/ivas_processing_scripts/generation/generate_ismN_items.py b/ivas_processing_scripts/generation/generate_ismN_items.py index 948c6d48..b7d13434 100644 --- a/ivas_processing_scripts/generation/generate_ismN_items.py +++ b/ivas_processing_scripts/generation/generate_ismN_items.py @@ -36,7 +36,6 @@ from itertools import groupby, repeat from pathlib import Path import numpy as np - from ivas_processing_scripts.audiotools import audio, audioarray, audiofile, metadata from ivas_processing_scripts.audiotools.convert.objectbased import convert_objectbased from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm diff --git a/ivas_processing_scripts/generation/generate_masa_items.py b/ivas_processing_scripts/generation/generate_masa_items.py index 86d62521..6788dacf 100644 --- a/ivas_processing_scripts/generation/generate_masa_items.py +++ b/ivas_processing_scripts/generation/generate_masa_items.py @@ -37,7 +37,6 @@ 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 diff --git a/ivas_processing_scripts/generation/generate_mc_items.py b/ivas_processing_scripts/generation/generate_mc_items.py index b082bf11..1c869f15 100644 --- a/ivas_processing_scripts/generation/generate_mc_items.py +++ b/ivas_processing_scripts/generation/generate_mc_items.py @@ -37,7 +37,6 @@ 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, diff --git a/ivas_processing_scripts/generation/generate_omasa_items.py b/ivas_processing_scripts/generation/generate_omasa_items.py index b8aba2b6..698b966c 100644 --- a/ivas_processing_scripts/generation/generate_omasa_items.py +++ b/ivas_processing_scripts/generation/generate_omasa_items.py @@ -37,7 +37,6 @@ from itertools import groupby, repeat from pathlib import Path 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.osba import convert_osba diff --git a/ivas_processing_scripts/generation/generate_osba_items.py b/ivas_processing_scripts/generation/generate_osba_items.py index 8190f5ca..698d881d 100644 --- a/ivas_processing_scripts/generation/generate_osba_items.py +++ b/ivas_processing_scripts/generation/generate_osba_items.py @@ -37,7 +37,6 @@ from itertools import groupby, repeat from pathlib import Path import numpy as np - from ivas_processing_scripts.audiotools import audio, audioarray, audiofile, metadata from ivas_processing_scripts.audiotools.convert.osba import convert_osba from ivas_processing_scripts.audiotools.wrappers.bs1770 import loudness_norm diff --git a/ivas_processing_scripts/generation/generate_sba_items.py b/ivas_processing_scripts/generation/generate_sba_items.py index 4f3d19d6..e521f7ab 100644 --- a/ivas_processing_scripts/generation/generate_sba_items.py +++ b/ivas_processing_scripts/generation/generate_sba_items.py @@ -37,7 +37,6 @@ 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 diff --git a/ivas_processing_scripts/generation/generate_stereo_items.py b/ivas_processing_scripts/generation/generate_stereo_items.py index 43e8b432..41e93c56 100644 --- a/ivas_processing_scripts/generation/generate_stereo_items.py +++ b/ivas_processing_scripts/generation/generate_stereo_items.py @@ -38,7 +38,6 @@ 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.wrappers.bs1770 import loudness_norm from ivas_processing_scripts.audiotools.wrappers.reverb import reverb_stereo diff --git a/ivas_processing_scripts/processing/config.py b/ivas_processing_scripts/processing/config.py index bf852607..0e31f317 100755 --- a/ivas_processing_scripts/processing/config.py +++ b/ivas_processing_scripts/processing/config.py @@ -36,7 +36,6 @@ from pathlib import Path from typing import Union import yaml - from ivas_processing_scripts.constants import ( DEFAULT_CONFIG, REQUIRED_KEYS, diff --git a/ivas_processing_scripts/processing/preprocessing_2.py b/ivas_processing_scripts/processing/preprocessing_2.py index fcb02860..710b9cf0 100644 --- a/ivas_processing_scripts/processing/preprocessing_2.py +++ b/ivas_processing_scripts/processing/preprocessing_2.py @@ -35,7 +35,6 @@ from pathlib import Path from warnings import warn import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audioarray import trim from ivas_processing_scripts.audiotools.audiofile import write diff --git a/ivas_processing_scripts/processing/processing.py b/ivas_processing_scripts/processing/processing.py index bdda821f..5b02f9cd 100755 --- a/ivas_processing_scripts/processing/processing.py +++ b/ivas_processing_scripts/processing/processing.py @@ -272,12 +272,12 @@ def concat_teardown( if splits[-1] > len(x): warn( f"Last split index {splits[-1]} is larger than the signal length {len(x)}" - f"\nLast split exceeds signal length by {((splits[-1] - len(x))*1000)/fs:.2f} ms" + f"\nLast split exceeds signal length by {((splits[-1] - len(x)) * 1000) / fs:.2f} ms" ) elif (splits[-1] < len(x)) and not tracefile_needed: warn( f"Last split index {splits[-1]} is smaller than the signal length {len(x)}" - f"\nLast split shorter than signal length by {((len(x) - splits[-1])*1000)/fs:.2f} ms" + f"\nLast split shorter than signal length by {((len(x) - splits[-1]) * 1000) / fs:.2f} ms" ) split_signals = [] diff --git a/ivas_processing_scripts/processing/processing_splitting_scaling.py b/ivas_processing_scripts/processing/processing_splitting_scaling.py index 5f9ac34f..88e5ed33 100644 --- a/ivas_processing_scripts/processing/processing_splitting_scaling.py +++ b/ivas_processing_scripts/processing/processing_splitting_scaling.py @@ -4,7 +4,6 @@ from itertools import repeat from pathlib import Path import numpy as np - from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.metadata import write_ISM_metadata_in_file diff --git a/ivas_processing_scripts/processing/tx.py b/ivas_processing_scripts/processing/tx.py index 4aab2d7f..f5c0c902 100755 --- a/ivas_processing_scripts/processing/tx.py +++ b/ivas_processing_scripts/processing/tx.py @@ -35,7 +35,6 @@ 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 diff --git a/ivas_processing_scripts/utils.py b/ivas_processing_scripts/utils.py index a12b886a..af55590a 100755 --- a/ivas_processing_scripts/utils.py +++ b/ivas_processing_scripts/utils.py @@ -284,7 +284,7 @@ def pairwise(iter): def progressbar_update(progress, count, width): fill = int(width * progress / count) print( - f"{int(progress/count*100):3d}%{'['}{'='*fill}{(' '*(width-fill))}{']'}{progress:4d}/{count:4d}", + f"{int(progress / count * 100):3d}%{'['}{'=' * fill}{(' ' * (width - fill))}{']'}{progress:4d}/{count:4d}", end="\r", file=sys.stdout, flush=True, diff --git a/other/lp16k.py b/other/lp16k.py index c9ae6706..6f806569 100755 --- a/other/lp16k.py +++ b/other/lp16k.py @@ -46,7 +46,7 @@ def lp16k(in_file, out_file): x = fromfile("STEREO", in_file) if x.fs != 48000: raise ValueError( - f"Unsupported sampling rate {x.fs//1000} kHz for input file {in_file} - only 48 kHz is supported!" + f"Unsupported sampling rate {x.fs // 1000} kHz for input file {in_file} - only 48 kHz is supported!" ) # save length of audio since resampling can alter the length by one sample due to rounding diff --git a/tests/test_audiotools_convert.py b/tests/test_audiotools_convert.py index 6a6c7f2c..6bca6e0c 100644 --- a/tests/test_audiotools_convert.py +++ b/tests/test_audiotools_convert.py @@ -34,9 +34,9 @@ from pathlib import PurePath from typing import Optional import pytest - from ivas_processing_scripts.audiotools.audiofile import read from ivas_processing_scripts.audiotools.convert import convert_file + from tests.constants import ( CUSTOM_LAYOUT_DIR, CUSTOM_LS_TO_TEST, diff --git a/tests/test_binaries_present.py b/tests/test_binaries_present.py index 05045fe4..18776721 100755 --- a/tests/test_binaries_present.py +++ b/tests/test_binaries_present.py @@ -31,7 +31,6 @@ # import pytest - from ivas_processing_scripts.utils import find_binary BINARIES = [ diff --git a/tests/test_experiments.py b/tests/test_experiments.py index 34d8ddf3..91f2d96d 100644 --- a/tests/test_experiments.py +++ b/tests/test_experiments.py @@ -35,13 +35,13 @@ import sys from pathlib import Path import pytest -from numpy.random import random, seed - -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_or_md +from numpy.random import random, seed + +from ivas_processing_scripts import main as generate_test from tests.constants import ( FORMAT_TO_METADATA_FILES, INPUT_EXPERIMENT_NAMES, diff --git a/tests/test_processing.py b/tests/test_processing.py index 1eac22b2..6af36297 100644 --- a/tests/test_processing.py +++ b/tests/test_processing.py @@ -34,9 +34,9 @@ import shutil from pathlib import Path import pytest +from ivas_processing_scripts.processing.config import TestConfig from ivas_processing_scripts import main as generate_test -from ivas_processing_scripts.processing.config import TestConfig from tests.constants import INPUT_CONFIG_DIR, INPUT_CONFIG_FILES -- GitLab From 6a9dece5e9b068a0edf3a838ea7b5e5ce5fcea02 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 10 Sep 2025 09:01:51 +0200 Subject: [PATCH 145/159] fix printout and regex for BS1534 collection script --- collection-scripts/characterization/bs1534.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/collection-scripts/characterization/bs1534.py b/collection-scripts/characterization/bs1534.py index 9db1ac4c..a7c95bad 100644 --- a/collection-scripts/characterization/bs1534.py +++ b/collection-scripts/characterization/bs1534.py @@ -5,7 +5,7 @@ import shutil from pathlib import Path PRELIMINARY_SUBSTRINGS = ["s13", "s14", "s15", "s16"] -PRELIMINARY_PATTERN = re.compile(r"dm[0-9]*a[1-9](s[0-9]*)\.c[0-1][0-9]\.wav") +PRELIMINARY_PATTERN = re.compile(r"[a-z]m[0-9]*a[1-9](s[0-9]*)\.c[0-1][0-9]\.wav") def repo_root_dir() -> Path: @@ -25,8 +25,6 @@ def copy_final_items(verbose: bool = False): prelim_dir = final_dir / "preliminaries" prelim_dir.mkdir(parents=True, exist_ok=True) - files_copied = 0 - for proc_output in exp_dir.glob("proc_output*"): condition_dirs = proc_output.glob("c0?") for condition_dir in condition_dirs: -- GitLab From 455b6d659f3e21a5db1e4ed98f3091d085055319 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 10 Sep 2025 11:54:21 +0200 Subject: [PATCH 146/159] ensure error patterns are produced with G.192 word format --- ivas_processing_scripts/processing/ivas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 01f8220f..3314aab6 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -303,6 +303,7 @@ class IVAS(Processing): fer_pattern=errpat, late_loss_rate=self.tx.get("errpatt_late_loss_rate"), shift=shift, + flag_word=True, ) eid_xor(errpat, bitstream, bitstream_processed) elif self.tx["type"] == "FER": -- GitLab From ecac007bff4a33783c4b50b89371234d00e9c147 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 10 Sep 2025 12:46:51 +0200 Subject: [PATCH 147/159] improve printout of duplicate hashes to make it more readable --- other/get_md5.py | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/other/get_md5.py b/other/get_md5.py index 9ad4ed2f..25390a4a 100644 --- a/other/get_md5.py +++ b/other/get_md5.py @@ -44,17 +44,31 @@ def get_hash_line_for_file(file: Path, output_dir: Path): return hashline +def get_duplicates(hashlines: list) -> dict: + count = Counter([line.split()[-1] for line in hashlines]) + duplicates = {} + for hash, count in count.items(): + if count == 1: + continue + + files = [line.replace(hash, "").strip() for line in hashlines if hash in line] + duplicates[hash] = files + + return duplicates + + def main(output_dir, out_file): wav_files = sorted(output_dir.glob("*/**/*c[0-9][0-9].wav")) hashlines = [get_hash_line_for_file(f, output_dir) for f in wav_files] - count = Counter([line.split()[-1] for line in hashlines]) - duplicates = [line for line in hashlines if count[line.split()[-1]] != 1] + duplicates = get_duplicates(hashlines) if len(duplicates) != 0: - print("Found duplicate hashes in these lines:") - for dup in duplicates: - print(dup) + print( + "Found duplicate hashes! The following hashes were found in multipe files:" + ) + for hash, files in duplicates.items(): + print(f"{hash} - {', '.join(files)}") with open(out_file, "w") as f: f.writelines(hashlines) -- GitLab From f100070f082a28bced267438bf0709bf6b888551 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 10 Sep 2025 12:57:00 +0200 Subject: [PATCH 148/159] update README.md with information about reporting issues --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 8f475ab2..19fad756 100755 --- a/README.md +++ b/README.md @@ -259,6 +259,40 @@ This is essentially the contents of the `proc_final` directory produced from the └── BS1534-1_hashes.txt ``` +## Reporting issues + +If you encounter an issue while running the characterization tests, please follow the steps below depending on the type of issue you encounter. + +### Crash in fixed point codec + +Example output for a crash: + +```shell +SystemError: Command returned non-zero exit status (-6): ivas_processing_scripts/bin/IVAS_cod_fx -max_band SWB -q -stereo 24400 32 experiments/characterization/P800_ACR-1/proc_output/cat1/out_-26LKFS/tmp_c27/20ms_aligned_files_concatenated.cod_fmt.wav experiments/characterization/P800_ACR-1/proc_output/cat1/out_-26LKFS/tmp_c27/20ms_aligned_files_concatenated.ivas.192 +``` + +1. Copy the **entire traceback** to a text file for upload +2. Inspect the output for more information, and possibly the command that caused the crash, example: +3. Try to determine the output directory used, usually with the prefix `tmp_` in `proc_output`, in this case `tmp_c27` +4. Inspect the output files in the given directory, checking `.log` files for further info about commands that were run +5. Try to reproduce the crash outside of the scripts +6. Upload the required files to a new folder under [_EXTERNAL_IVAS_CHAR_MC/Issues](https://dolby.box.com/s/oc7k3ck8n04wbcknxu71t3wyvkq2cev4) +7. File an issue on the [BASOP repository](https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/issues) + - Report git SHA for float reference codec, fixed point codec and processing scripts! + +### Crash / unexpected behaviour in the scripts + +1. Copy the **entire traceback** to a text file for upload +2. Inspect the output for more information, and where the exception occurred +3. If it is related to a certain condition in the script identify the related `tmp_` folder in `proc_output` +4. Collect the following files for upload + - The `.yml` configuration file in **`proc_output`** - this is produced by the scripts and is NOT the one used to run the experiment + - The main log file for the experiment, named the same as the above file with suffix `.log` + - Any files in the related `tmp_` condition directory, if applicable. Use your discretion to choose pertinent files. +5. Upload the required files to a new folder under [_EXTERNAL_IVAS_CHAR_MC/Issues](https://dolby.box.com/s/oc7k3ck8n04wbcknxu71t3wyvkq2cev4) +6. File an issue on the [Processing scripts repository](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-processing-scripts/-/issues) + - Report git SHA for float reference codec, fixed point codec and processing scripts! + # 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). -- GitLab From 2d157343d8ac37b267d21e9705f6cddf1bac463a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 10 Sep 2025 13:38:44 +0200 Subject: [PATCH 149/159] make IVAS_rend binary explicit in configuration files --- .../characterization/BS1534-1/config/BS1534-1.yml | 4 ++++ .../characterization/BS1534-10/config/BS1534-10-ISM1.yml | 4 ++++ .../characterization/BS1534-10/config/BS1534-10-ISM2.yml | 4 ++++ .../characterization/BS1534-11/config/BS1534-11-ISM3.yml | 4 ++++ .../characterization/BS1534-11/config/BS1534-11-ISM4.yml | 4 ++++ .../characterization/BS1534-12/config/BS1534-12-ISM3.yml | 4 ++++ .../characterization/BS1534-12/config/BS1534-12-ISM4.yml | 4 ++++ .../characterization/BS1534-13/config/BS1534-13.yml | 4 ++++ .../characterization/BS1534-14/config/BS1534-14.yml | 4 ++++ .../characterization/BS1534-15/config/BS1534-15.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM1SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM2SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM3SBA3.yml | 4 ++++ .../BS1534-16/config/BS1534-16-ISM4SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM1SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM2SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM3SBA3.yml | 4 ++++ .../BS1534-17/config/BS1534-17-ISM4SBA3.yml | 4 ++++ .../BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml | 4 ++++ .../BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml | 4 ++++ .../BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml | 4 ++++ .../BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml | 4 ++++ .../characterization/BS1534-19/config/BS1534-19.yml | 8 ++++++++ .../characterization/BS1534-2/config/BS1534-2.yml | 4 ++++ .../characterization/BS1534-20/config/BS1534-20.yml | 2 ++ .../characterization/BS1534-3/config/BS1534-3.yml | 4 ++++ .../characterization/BS1534-4/config/BS1534-4.yml | 4 ++++ .../characterization/BS1534-5/config/BS1534-5.yml | 4 ++++ .../characterization/BS1534-6/config/BS1534-6.yml | 4 ++++ .../characterization/BS1534-7/config/BS1534-7-5_1.yml | 4 ++++ .../characterization/BS1534-7/config/BS1534-7-7_1.yml | 4 ++++ .../characterization/BS1534-8/config/BS1534-8-5_1_2.yml | 4 ++++ .../characterization/BS1534-8/config/BS1534-8-5_1_4.yml | 4 ++++ .../characterization/BS1534-9/config/BS1534-9.yml | 4 ++++ .../P800-1/config/P800-1_cat1_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat1_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat1_STEREO-36LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat2_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat2_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat2_STEREO-36LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat3_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat3_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat3_STEREO-36LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat4_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat4_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat4_STEREO-36LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat5_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat5_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat5_STEREO-36LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat6_STEREO-16LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat6_STEREO-26LKFS.yml | 9 +++++++++ .../P800-1/config/P800-1_cat6_STEREO-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat1_ISM3-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat1_ISM3-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat1_ISM3-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat2_ISM3-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat2_ISM3-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat2_ISM3-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat3_ISM3-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat3_ISM3-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat3_ISM3-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat4_ISM4-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat4_ISM4-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat4_ISM4-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat5_ISM4-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat5_ISM4-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat5_ISM4-36LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat6_ISM4-16LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat6_ISM4-26LKFS.yml | 9 +++++++++ .../P800-10/config/P800-10_cat6_ISM4-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat1_ISM1-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat1_ISM1-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat1_ISM1-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat2_ISM1-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat2_ISM1-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat2_ISM1-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat3_ISM2-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat3_ISM2-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat3_ISM2-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat4_ISM2-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat4_ISM2-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat4_ISM2-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat5_ISM3-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat5_ISM3-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat5_ISM3-36LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat6_ISM4-16LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat6_ISM4-26LKFS.yml | 9 +++++++++ .../P800-11/config/P800-11_cat6_ISM4-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat1_HOA2-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat1_HOA2-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat1_HOA2-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat2_FOA-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat2_FOA-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat2_FOA-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat3_FOA-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat3_FOA-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat3_FOA-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat4_FOA-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat4_FOA-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat4_FOA-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml | 9 +++++++++ .../P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat1_HOA2-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat1_HOA2-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat1_HOA2-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat2_FOA-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat2_FOA-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat2_FOA-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat3_FOA-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat3_FOA-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat3_FOA-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat4_FOA-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat4_FOA-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat4_FOA-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml | 9 +++++++++ .../P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml | 9 +++++++++ .../P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml | 9 +++++++++ .../P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat1_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat1_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat1_STEREO-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat2_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat2_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat2_STEREO-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat3_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat3_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat3_STEREO-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat4_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat4_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat4_STEREO-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat5_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat5_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat5_STEREO-36LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat6_STEREO-16LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat6_STEREO-26LKFS.yml | 9 +++++++++ .../P800-2/config/P800-2_cat6_STEREO-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml | 9 +++++++++ .../P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat1_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat1_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat1_STEREO-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat2_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat2_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat2_STEREO-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat3_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat3_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat3_STEREO-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat4_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat4_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat4_STEREO-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat5_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat5_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat5_STEREO-36LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat6_STEREO-16LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat6_STEREO-26LKFS.yml | 9 +++++++++ .../P800-21/config/P800-21_cat6_STEREO-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat1_ISM1-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat1_ISM1-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat1_ISM1-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat2_ISM1-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat2_ISM1-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat2_ISM1-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat3_ISM2-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat3_ISM2-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat3_ISM2-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat4_ISM2-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat4_ISM2-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat4_ISM2-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat5_ISM1-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat5_ISM1-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat5_ISM1-36LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat6_ISM2-16LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat6_ISM2-26LKFS.yml | 9 +++++++++ .../P800-22/config/P800-22_cat6_ISM2-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat1_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat1_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat1_FOA-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat2_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat2_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat2_FOA-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat3_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat3_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat3_FOA-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat4_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat4_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat4_FOA-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat5_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat5_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat5_FOA-36LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat6_FOA-16LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat6_FOA-26LKFS.yml | 9 +++++++++ .../P800-23/config/P800-23_cat6_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat1_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat1_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat1_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat2_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat2_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat2_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat3_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat3_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat3_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat4_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat4_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat4_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat5_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat5_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat5_FOA-36LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat6_FOA-16LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat6_FOA-26LKFS.yml | 9 +++++++++ .../P800-3/config/P800-3_cat6_FOA-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat1_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat1_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat1_HOA2-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat2_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat2_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat2_HOA2-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat3_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat3_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat3_HOA2-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat4_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat4_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat4_HOA2-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat5_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat5_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat5_HOA2-36LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat6_HOA2-16LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat6_HOA2-26LKFS.yml | 9 +++++++++ .../P800-4/config/P800-4_cat6_HOA2-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat1_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat1_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat1_HOA3-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat2_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat2_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat2_HOA3-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat3_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat3_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat3_HOA3-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat4_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat4_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat4_HOA3-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat5_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat5_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat5_HOA3-36LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat6_HOA3-16LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat6_HOA3-26LKFS.yml | 9 +++++++++ .../P800-5/config/P800-5_cat6_HOA3-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat1_5_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat1_5_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat1_5_1-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat2_7_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat2_7_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat2_7_1-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat3_5_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat3_5_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat3_5_1-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat4_7_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat4_7_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat4_7_1-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat5_5_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat5_5_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat5_5_1-36LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat6_7_1-16LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat6_7_1-26LKFS.yml | 9 +++++++++ .../P800-6/config/P800-6_cat6_7_1-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat1_5_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat1_5_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat1_5_1_4-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat2_7_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat2_7_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat2_7_1_4-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat3_5_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat3_5_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat3_5_1_4-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat4_7_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat4_7_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat4_7_1_4-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat5_5_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat5_5_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat5_5_1_4-36LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat6_7_1_4-16LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat6_7_1_4-26LKFS.yml | 9 +++++++++ .../P800-7/config/P800-7_cat6_7_1_4-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat1_5_1-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat1_5_1-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat1_5_1-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat2_7_1-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat2_7_1-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat2_7_1-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat3_5_1_4-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat3_5_1_4-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat3_5_1_4-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat4_7_1_4-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat4_7_1_4-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat4_7_1_4-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat5_5_1-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat5_5_1-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat5_5_1-36LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat6_7_1_4-16LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat6_7_1_4-26LKFS.yml | 9 +++++++++ .../P800-8/config/P800-8_cat6_7_1_4-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat1_ISM1-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat1_ISM1-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat1_ISM1-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat2_ISM1-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat2_ISM1-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat2_ISM1-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat3_ISM2-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat3_ISM2-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat3_ISM2-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat4_ISM2-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat4_ISM2-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat4_ISM2-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat5_ISM1-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat5_ISM1-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat5_ISM1-36LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat6_ISM2-16LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat6_ISM2-26LKFS.yml | 9 +++++++++ .../P800-9/config/P800-9_cat6_ISM2-36LKFS.yml | 9 +++++++++ 430 files changed, 3702 insertions(+) diff --git a/experiments/characterization/BS1534-1/config/BS1534-1.yml b/experiments/characterization/BS1534-1/config/BS1534-1.yml index f33ba6ea..f874c77a 100644 --- a/experiments/characterization/BS1534-1/config/BS1534-1.yml +++ b/experiments/characterization/BS1534-1/config/BS1534-1.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml index ea060218..701b4956 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM1.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 48000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 96000 cod: diff --git a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml index 2e98d3a4..c63b15f8 100644 --- a/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml +++ b/experiments/characterization/BS1534-10/config/BS1534-10-ISM2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 48000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 96000 cod: diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml index 5902a57a..c3b42ae6 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 24400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 48000 cod: diff --git a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml index a9fb0e6a..3a49662f 100644 --- a/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml +++ b/experiments/characterization/BS1534-11/config/BS1534-11-ISM4.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 24400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 48000 cod: diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml index e60b58c4..1db8df6e 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml index 8c92e77f..72fe060a 100644 --- a/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml +++ b/experiments/characterization/BS1534-12/config/BS1534-12-ISM4.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-13/config/BS1534-13.yml b/experiments/characterization/BS1534-13/config/BS1534-13.yml index 4170f430..dc7cea26 100644 --- a/experiments/characterization/BS1534-13/config/BS1534-13.yml +++ b/experiments/characterization/BS1534-13/config/BS1534-13.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-14/config/BS1534-14.yml b/experiments/characterization/BS1534-14/config/BS1534-14.yml index 8e2ac77f..44cd4084 100644 --- a/experiments/characterization/BS1534-14/config/BS1534-14.yml +++ b/experiments/characterization/BS1534-14/config/BS1534-14.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-15/config/BS1534-15.yml b/experiments/characterization/BS1534-15/config/BS1534-15.yml index 92dfbc02..ff0b62be 100644 --- a/experiments/characterization/BS1534-15/config/BS1534-15.yml +++ b/experiments/characterization/BS1534-15/config/BS1534-15.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml index c1dcda8c..7e110ca7 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM1SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml index 796fa13d..f3f78a03 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM2SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml index ecb12bf5..c88edd26 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM3SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml index 801e1964..29250cae 100644 --- a/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-16/config/BS1534-16-ISM4SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml index 45dd835e..3e260e05 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM1SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml index 650f4864..fd6d5cdd 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM2SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml index 68d29234..e8ae0b4a 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM3SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml index b390c7d8..c11f2d72 100644 --- a/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml +++ b/experiments/characterization/BS1534-17/config/BS1534-17-ISM4SBA3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml index efdefbc5..142d43a3 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM1MASA2DIR2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml index 8d2f42f6..5619a38a 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM2MASA2DIR2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml index 9dab016a..2ee2bc6a 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM3MASA2DIR2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml index 4aa58e84..e0f82ef1 100644 --- a/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml +++ b/experiments/characterization/BS1534-18/config/BS1534-18-ISM4MASA2DIR2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-19/config/BS1534-19.yml b/experiments/characterization/BS1534-19/config/BS1534-19.yml index 3d10da34..df5e010f 100644 --- a/experiments/characterization/BS1534-19/config/BS1534-19.yml +++ b/experiments/characterization/BS1534-19/config/BS1534-19.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: MONO + bin: ivas_processing_scripts/bin/IVAS_rend ### Dual EVS + static dmx ### c03: type: evs ivas_rend: fmt: MONO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - - 7200 - 7200 @@ -64,6 +67,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: MONO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - - 13200 - 13200 @@ -76,6 +80,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 13200 cod: @@ -88,6 +93,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 24400 cod: @@ -101,6 +107,7 @@ conditions_to_generate: type: ivas ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 13200 cod: @@ -114,6 +121,7 @@ conditions_to_generate: type: ivas ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 24400 cod: diff --git a/experiments/characterization/BS1534-2/config/BS1534-2.yml b/experiments/characterization/BS1534-2/config/BS1534-2.yml index 3961cdcd..44149bbb 100644 --- a/experiments/characterization/BS1534-2/config/BS1534-2.yml +++ b/experiments/characterization/BS1534-2/config/BS1534-2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-20/config/BS1534-20.yml b/experiments/characterization/BS1534-20/config/BS1534-20.yml index 8a843679..c482af97 100644 --- a/experiments/characterization/BS1534-20/config/BS1534-20.yml +++ b/experiments/characterization/BS1534-20/config/BS1534-20.yml @@ -50,6 +50,7 @@ conditions_to_generate: - '1' - '2' - '3' + bin: ivas_processing_scripts/bin/IVAS_rend render_config: true trajectory: true c02: @@ -62,6 +63,7 @@ conditions_to_generate: - '1' - '2' - '3' + bin: ivas_processing_scripts/bin/IVAS_rend render_config: true trajectory: true ### IVAS, no ext. metadata ### diff --git a/experiments/characterization/BS1534-3/config/BS1534-3.yml b/experiments/characterization/BS1534-3/config/BS1534-3.yml index 333eb6b0..5ad33485 100644 --- a/experiments/characterization/BS1534-3/config/BS1534-3.yml +++ b/experiments/characterization/BS1534-3/config/BS1534-3.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-4/config/BS1534-4.yml b/experiments/characterization/BS1534-4/config/BS1534-4.yml index 62010596..d74eddbe 100644 --- a/experiments/characterization/BS1534-4/config/BS1534-4.yml +++ b/experiments/characterization/BS1534-4/config/BS1534-4.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 0559187d..df99113e 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: '7_1_4' + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: '7_1_4' + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index c288356b..2b07b3f5 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: '5_1' + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: '5_1' + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 cod: diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml index 3270b5bc..138f82d0 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-5_1.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml index 2a2ec147..602165f9 100644 --- a/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml +++ b/experiments/characterization/BS1534-7/config/BS1534-7-7_1.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: 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 index ecc5cb60..26b7f1b6 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_2.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: 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 index 8106d680..54624de4 100644 --- a/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml +++ b/experiments/characterization/BS1534-8/config/BS1534-8-5_1_4.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index 1c3f3f88..7a1e2d4c 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -44,15 +44,18 @@ conditions_to_generate: type: ref ivas_rend: fmt: '7_1_4' + bin: ivas_processing_scripts/bin/IVAS_rend c02: type: lp3k5 ivas_rend: fmt: '7_1_4' + bin: ivas_processing_scripts/bin/IVAS_rend ### EVS conditions ### c03: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 cod: @@ -65,6 +68,7 @@ conditions_to_generate: type: evs ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 cod: 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 index 33c6f20b..41bba255 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a980a2b1..37a7c98f 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 58ee8b1d..2be5acde 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat1_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7a060d4e..f7c88f88 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 341ed6bb..f01957a2 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e6703c19..32ffda23 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat2_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index c9adad30..2729e38e 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3afa8006..d8a2ec86 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ebea48be..d6e2cd3f 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat3_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b62268d1..a37c0831 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a15773fe..27c3e326 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 804e9402..ae5c3123 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat4_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a74d97b9..2ca613f6 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f9eb7bf4..950f0804 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 688bd80a..d278c8dc 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat5_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2ac02785..a8529a53 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7dfb4425..5c352a8a 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2b2ddaa4..55edee8b 100644 --- a/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-1/config/P800-1_cat6_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index bee5a2c0..5db8a8d5 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index a77eb8ec..5d3f5f67 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 49185794..c0ade04e 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat1_ISM3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index bc0de58d..c425c9f8 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 323ad70d..0ed16503 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index fcd2d54b..02e97d01 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat2_ISM3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7bb0f784..5f71a7f0 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 9452f64c..7c8e633b 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 6edfa986..3f300095 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat3_ISM3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ea4bc277..681d6299 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f6357e34..cb52f834 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3e7d4504..8230aee4 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat4_ISM4-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 18db8c01..8086bf2f 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3f16682e..b1261f73 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 055f2ebc..c7dea637 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat5_ISM4-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1b1a0dde..59e2983c 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 39513c5d..cae09cdd 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e794c0bb..971532b0 100644 --- a/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-10/config/P800-10_cat6_ISM4-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 18c84913..8c04fba0 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 4d391083..21807b6d 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 682be950..85f142f4 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat1_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7b8f4660..80f1f2c0 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 866710a8..d63e8e45 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0d71bd95..04202868 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat2_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 20537509..036c3a7d 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 9c859e1d..f62e6338 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index df1c17cb..bd114d1e 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat3_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 000fc80d..b96b6002 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d8891f37..b4ad6c66 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 834d0bf9..ef6c122c 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat4_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index e6986e83..63535eaa 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 1dfe0325..6fef9102 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 786a389b..ac2d6ce9 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat5_ISM3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 44a641ac..959861b6 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0a14115e..6d4e9442 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 80b49602..a1003796 100644 --- a/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml +++ b/experiments/characterization/P800-11/config/P800-11_cat6_ISM4-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 98e03beb..1d4b412a 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 70a9285b..bff30a75 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5c94063f..2775ef1d 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat1_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f48b83d8..f5d481df 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a3c7e6d3..ac457e83 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2a390324..6ecd21d5 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat2_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6b4a9068..8bb279b5 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index eb2a183f..538e8071 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ed4e5354..f9a75409 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat3_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1cab200d..ac74bc28 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b3e4b97d..71d4e414 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dc4c2c9e..68b539ee 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat4_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c6a5e123..594cd3d3 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cb0d8e59..b44e6e85 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 71081a64..f318c538 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat5_MASA1DIR1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a75c71ad..e9cf4332 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 89f0cbc9..eb89656c 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 846b342d..86eba5f5 100644 --- a/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml +++ b/experiments/characterization/P800-12/config/P800-12_cat6_MASA1DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7020c880..4795fd34 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 99f14688..3edbbfd8 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 32de863a..7fdf7cbf 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat1_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e93895d2..f07c9f21 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4b40af52..f2e15516 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8c34cce4..f2d6322d 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat2_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b83a286d..e9147d0a 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index eaae2c45..a3d47522 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8e554dd1..cc330965 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat3_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a366ad9e..387fffd0 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2639e2bd..e4148d3b 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0039b339..cfe56286 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat4_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 97697c99..afbf5cbd 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 44fe832c..92bbf8ce 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 46a361de..9b3ee02c 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat5_MASA2DIR1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b31f33ba..11ed25b6 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4804346b..ac016ce7 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c8f40101..1bbc0904 100644 --- a/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-13/config/P800-13_cat6_MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f6300347..c9ba2171 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 98a206e7..ed196f28 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 84cd4905..0ff63c9f 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat1_ISM1SBA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f2e03569..0ed28494 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4405ab73..3178f467 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3cb189da..5be323aa 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat2_ISM1SBA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4c7ef57f..2b4ce346 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 38fc21f9..c0bda3a6 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7ce8e278..572c343a 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat3_ISM2SBA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 23b74b9c..10237e58 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ae755fd4..725a1a8d 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bd6d9502..624edffa 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat4_ISM2SBA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cc6b2996..4a0b02b1 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dd67d2b5..9e4b9924 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3030b0f8..d4a1a7d8 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat5_ISM1SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3d40d461..7390fd4d 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 09ae6aae..67a625dc 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0c26871a..c682a43a 100644 --- a/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-15/config/P800-15_cat6_ISM2SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 411c8a22..17b5a715 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index db5aa1bb..7c8df6c1 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d50e50d3..5507229f 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat1_ISM3SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 13792397..5056554f 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4dc013e3..5d26f363 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 64f3ce3f..69356f38 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat2_ISM3SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 03c1c3fd..685cd48b 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 81c9bcbf..f0dd4844 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dbae75c6..ee3d7cd9 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat3_ISM3SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e19b2055..cc2169f6 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ed10b57d..1044831c 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5eecc748..d4bfd1df 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat4_ISM4SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9db1cef8..bbc21532 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 80c860c3..50aac319 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f3e2dfde..b6766fc8 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat5_ISM4SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3f37bf22..f2589e9b 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7317fd32..9f6345e7 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 931fe408..bdc9c3ca 100644 --- a/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-16/config/P800-16_cat6_ISM4SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a7cfeeb3..0942c975 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 6dfc8490..b346e2ba 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 97078d25..14e5df70 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat1_ISM1SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 88b6119b..2c41b789 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 8d3ed53e..7d68bed1 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index dc76a1c2..7902f06c 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat2_ISM2SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index d13b690c..96bb9ff5 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index f35d5401..cc6900de 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index bc3d61f1..3f089c2b 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat3_ISM3SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 4def4acf..e14962b7 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 31967a70..325d9f41 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index a7a8be6e..12b8323b 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat4_ISM4SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 13567338..012351b4 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 01ec9f83..7f847397 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 2a85d23d..3e362ebb 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat5_ISM2SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 382569e0..5f27f6b7 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 9c03cbbd..d245467e 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index 4c85e154..5aaee137 100644 --- a/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml +++ b/experiments/characterization/P800-17/config/P800-17_cat6_ISM3SBA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OSBA clean conditions ### c10: 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 index d54783fa..9590ce13 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 75a0bc54..b5a226b9 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b7ea37a5..8cb2c790 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 121dd353..255c9bb3 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d05d5d5a..1779e1d8 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 86fd1dcb..f276111e 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat2_ISM1MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8c9fbe53..61e4712b 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ea67a98b..02f56ec3 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ce8e8879..73fe9c03 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat3_ISM2MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f809bf72..9c29e893 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4b732c96..f744db65 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c4b627e7..6f327779 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat4_ISM2MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e695790b..b73da4de 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f0b7da28..e722124d 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bb39fe5e..78c9e8cc 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat5_ISM1MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f0f309f2..396c5495 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 40ba9b85..4ddd29ce 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9358e955..a62e759c 100644 --- a/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-18/config/P800-18_cat6_ISM2MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index da641049..d3d0b4cc 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 71a433b8..c07ab77a 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cccf3bfe..2b325d66 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat1_ISM3MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b8998a4a..086b364c 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4294ab9d..4a46c852 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ce748c79..0f290a0c 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat2_ISM3MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9e588605..92a67006 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ee89b3ce..50d27bc7 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3e08831f..f0358e9c 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 218e3a1c..3423df45 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2b3bdd58..2ea88664 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f6e9f9be..f546f0bf 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 79dbe630..bc0b10d8 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a8632979..5f6f0e58 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a0cefb10..03d5fd69 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat5_ISM4MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 61ced866..be25a388 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cd5e0241..a3f159d0 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6a68e28d..287dd9c2 100644 --- a/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-19/config/P800-19_cat6_ISM4MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 743fea37..529a3803 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3a2bc097..a0727b96 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index fdec85d4..30d7f38e 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat1_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2969d4f7..35785eb5 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 47122706..307a779b 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 43a525df..dcf70b74 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat2_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 916dfb7b..a9c783fc 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 8c6793a8..4777c866 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3b6f87fd..9e60a534 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat3_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 222363d2..0425791f 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 7eea4415..700eb911 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b17ed173..13b42d22 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat4_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 956316c8..95f97810 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 596360c6..81b57807 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 8185ccd7..0d1a640d 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat5_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d684a6ed..d721ce16 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 3a8d0366..632dd00d 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index d626dc6c..a69540dd 100644 --- a/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-2/config/P800-2_cat6_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index f2752803..25e1503a 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 5a4126c6..0d83feda 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 36d88f43..cd0fdc8e 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat1_ISM1MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index c44ada1f..26c4ceb0 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 3885b834..b2cf9db7 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index a36f9429..f197432e 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat2_ISM2MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 9226425c..32ff1343 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 72f1202c..cdf6deb9 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 7157fe27..9a51e2e6 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat3_ISM3MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 9cf03880..d66cbb29 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 13054779..845fbe4b 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index bf773936..a901c2df 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat4_ISM4MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 66168890..fc376868 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 1343fb5c..bd7644fc 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 9974e4d5..20eb456c 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat5_ISM2MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 53f0f74b..2c0f44b6 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 2b8d215a..c22139f1 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index c9367f20..dc1d9701 100644 --- a/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml +++ b/experiments/characterization/P800-20/config/P800-20_cat6_ISM3MASA2DIR2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 34 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 26 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL OMASA 2TC clean conditions ### c10: 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 index 381dbdab..53856920 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 51326f25..66698206 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index add34dd6..f3bfd26c 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat1_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 518b5dc6..0baff100 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 0e1a7b49..070ba950 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 291c9d10..ab9ace55 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat2_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 5f2c5837..cd329c97 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 320149f2..fc8548a4 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index fcfd4742..7b86fd90 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat3_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index cd5f39e6..0d45ecc8 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index fada50e3..ee90df85 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index a112ecc9..afece0af 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat4_STEREO-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index f4ea36f7..f9cbe1c3 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 269e15c7..e8dda193 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index b45fd87e..31d9dcb4 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat5_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 15c4178c..b6b5fdee 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 3ca50fd6..cab0d025 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index f38388bb..c996401e 100644 --- a/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml +++ b/experiments/characterization/P800-21/config/P800-21_cat6_STEREO-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c03: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c04: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 c05: type: mnru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend q: 12 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: STEREO + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index c2bc92f7..2650ef06 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 2c9536c5..ee0c143d 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index f61cc934..37643dbf 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat1_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index f36fb804..33bed397 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index babc7124..2c5be8dd 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 89f465e7..e2fb222e 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat2_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 0564e83a..401291ce 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index c12c5bf9..f2a8c6b9 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 283235f0..54d75b38 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat3_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 02e647cd..88b2d9cc 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 3d9d9c00..cb8d9f6d 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 6d7a59b6..fe42e453 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat4_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 16a2fcaa..28c3bb7e 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index aaa97e9c..aff16ad3 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 8baf1ca2..706347d7 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat5_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 4b00eb78..1941f3ff 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index a3e70b1d..d6fe33eb 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index 6710fe2c..f6a66ec4 100644 --- a/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-22/config/P800-22_cat6_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FL enc FX dec conditions ### c10: 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 index a1b5e349..6627f330 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index e172258d..2ae2a34f 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 8d03310c..c9b8ada2 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat1_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index d7609404..6367d894 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index f9154c23..e2efe17d 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index fddee63f..06f04e63 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat2_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index a7c10050..3ecfbff4 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 5b039c9a..da9039c9 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index b93f9331..a09869b5 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat3_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 87f18127..7ced314a 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 08f811d0..e043bf0d 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index b6ce3e69..385c6c1f 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat4_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 5f7a8f8c..4191b0f6 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index c47457d8..424922ee 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 6a45f622..b065f1f1 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat5_FOA-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index b23f718f..518d35c7 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 5424f0c2..2fc6dba1 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 71c9ed16..8dd8f815 100644 --- a/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-23/config/P800-23_cat6_FOA-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FL enc FX dec conditions ### c10: 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 index 706f0c56..0d3a5945 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4ef20ff9..7172549f 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e7ebe59b..205f0bd0 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat1_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ac19ba7d..b2988bd7 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ac52c3a6..5bcb43ab 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6ffb8c12..d1615481 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat2_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3e46045a..ec7b83f0 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 520a3473..6c65ef15 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 14375127..e5aef5f5 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat3_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 36398f8a..d8128b4e 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a373a663..c27be814 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 25af3a0e..89e9ee61 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat4_FOA-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d42bec69..a95f6ba9 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8ea78b77..ed1e8d65 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2e43bf00..db8f1c3b 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat5_FOA-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index ff27b506..0b65ceb2 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b9d7f975..9b430b21 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3d728df7..d3f02716 100644 --- a/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml +++ b/experiments/characterization/P800-3/config/P800-3_cat6_FOA-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 76f59cda..f5efed72 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 393dcf8d..8860b7d7 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 19492daa..e9f239c5 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat1_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6237d929..37c1b988 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5c58ec86..852a1e57 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 845639cb..cd076889 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat2_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 21ceb3a3..2c7b8a08 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3af8ceaa..bd03b55e 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3df0e608..3d137d91 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat3_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b1d4db37..498f6f75 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 36f908dc..5b7ee625 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3924a67f..8a8e5537 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat4_HOA2-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 415ab06a..cfd39b58 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 676d479c..eeb856b4 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c4ca39e6..a463091c 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat5_HOA2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 938b452c..db8520ab 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 5cf63e1a..daf95750 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index fcccec4e..8ecfb9ab 100644 --- a/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml +++ b/experiments/characterization/P800-4/config/P800-4_cat6_HOA2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c2929992..08ffdc8a 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 245e20ab..8b90995a 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d5124944..21c28a89 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat1_HOA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 137a494c..2eb970a7 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 57ced74b..5c5b93bf 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4dbdddda..ab430bc0 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat2_HOA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 3d939c86..b7351e55 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a7bd31f6..3ef1b899 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 12639486..f816b466 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat3_HOA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d6c1ecdb..ee545ed3 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-16LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f7a5df39..45983a67 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-26LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 402b1261..3230ecd3 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat4_HOA3-36LKFS.yml @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c2486fde..9f960162 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 43e829e2..8acae43b 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index eda47ad4..7ec85fe3 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat5_HOA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2219db14..bea6b664 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e3ebdad0..bc126ab4 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dbcb4946..917801e8 100644 --- a/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml +++ b/experiments/characterization/P800-5/config/P800-5_cat6_HOA3-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2487bd26..f7339a17 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 757fed35..fa629830 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e4ff76e9..25754473 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index df34c3f5..03438f94 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f04b04c0..05448631 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7f7d1d32..0f69e130 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2e984860..0329cf33 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 4ccd1486..47b625df 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index bf010a3b..e76a9fd5 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9172e7b3..91d92bc7 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 9668f2e3..b212f191 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 48d01550..a2fef2cb 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6a7cb7bc..65ecdddd 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 148b295c..ad7d5f6d 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 0d32cef7..55ceb57f 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d4f132ab..9e7115fc 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e4f3c8d8..84443aab 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 52184da9..14ea2369 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 07d527d5..411f6f9e 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 12769502..f88c720b 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index df58c945..bcf31e64 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e34dd496..9c479945 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b1d08d52..ed121e74 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 15d657c3..0b5171ad 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index fa123161..7a135c73 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8fc8f908..b52f66e8 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 806ec52f..867363e2 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 8cf4192b..b240bb02 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f8bfd069..6ae89a32 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 83144919..5f1c97c8 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index fe0dea3f..95d20444 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 31295a7a..283cd51e 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index d6dd235a..d27d4bfa 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 66c111de..873b2340 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index f0ebbeec..96e21db7 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 87c05718..72b21acc 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 853f1b16..5e2642bf 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 7f561e1f..d162a86d 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index cdd06f4f..cba1a976 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 42e1528e..d91d4bc0 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 54d38845..567d9c08 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 61d7f9e3..8a3ae937 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index acdbd8a0..73d256e9 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1a133838..3c471aec 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a0e3f35f..d7abdc18 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c72e609a..42d00fbc 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index c95f8b74..8da7af54 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index dfbf8924..8fb64043 100644 --- 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 @@ -50,47 +50,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 2ecb78fb..12a509c1 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index b961f863..6c3419e4 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 42104cf7..c365d7e0 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index e5ac33de..9301d3d6 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index a04c7cd4..89b1163f 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 6d09e330..58dfeab8 100644 --- 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 @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 32 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 27 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 22 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 17 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.8 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.6 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.4 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.2 ### IVAS FX/FL mix conditions ### c10: 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 index 1c0f25e3..9bb8af13 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index eb49ec1e..3462811a 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2699242f..ab2e3d90 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat1_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index be47462f..dccf844b 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2771d65e..826b098b 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 608e7afb..667baafe 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat2_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 622cb365..70150da2 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index c59eec87..ec1a7db3 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 0c10db6f..572a5500 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat3_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ac6cfa16..64b80308 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 6c9d24e1..3ad83475 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 2cc93d5e..e1748cb0 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat4_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index dea50233..b7b29fda 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 651a029f..70c3a5cc 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index fd3698d4..638ff3e4 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat5_ISM1-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index ea78de49..d3bf06e5 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-16LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index b5d61add..4bdffeb3 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-26LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: 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 index 8d068421..78e51aa7 100644 --- a/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml +++ b/experiments/characterization/P800-9/config/P800-9_cat6_ISM2-36LKFS.yml @@ -47,47 +47,56 @@ conditions_to_generate: type: ref ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend ### MNRU conditions ### c02: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 36 c03: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 30 c04: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 24 c05: type: mnru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend q: 18 ### ESDRU conditions ### c06: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.7 c07: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.5 c08: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.3 c09: type: esdru ivas_rend: fmt: BINAURAL + bin: ivas_processing_scripts/bin/IVAS_rend alpha: 0.1 ### IVAS FX/FL mix conditions ### c10: -- GitLab From ab99ea39e9946ffe54c0289b0190dc2bea3456f8 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 10 Sep 2025 13:43:53 +0200 Subject: [PATCH 150/159] adjust hash generation section in readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19fad756..50926ab0 100755 --- a/README.md +++ b/README.md @@ -118,9 +118,14 @@ After the processing is finished, the outputs will be present in the respective - These scripts collect items from each experiments `proc_output*` folder(s) and puts the needed files for the listening test into a `proc_final` folder. This folder needs to be uploaded for the dry run and the final delivery of the listening items to the labs. -### Hash generation +### Hash generation and checking for duplicates -The hashes for the `proc_final` can be generated using the [get_md5.py](other/get_md5.py) script: +The hashes for the `proc_final` can be generated using the [get_md5.py](other/get_md5.py) script. +This script also checks for identical hashes and thus identifies duplicates in the output files which are reported in a printout. +When generating hashes one should check if duplicates are reported and if yes, what files are identical - note that there might be duplicates between the actual test and the preliminaries/training which is ok. +If there is a case with three or more items being the same or two items being the same inside the test or the preliminaries, the input files should be checked for duplicates. + +Script usage: ```shell > python other/get_md5.py --help -- GitLab From ab117474c08a0d1f04a99f44a4a3131bf3d7f9a4 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 11 Sep 2025 09:09:50 +0200 Subject: [PATCH 151/159] don't add boolean value as string to dlyerr2errpat commandline --- .../audiotools/wrappers/dlyerr_2_errpat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py index 624cd28c..ea900a06 100644 --- a/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py +++ b/ivas_processing_scripts/audiotools/wrappers/dlyerr_2_errpat.py @@ -126,11 +126,11 @@ def dlyerr_2_errpat( if late_loss_rate is not None: cmd.extend(["-l", str(late_loss_rate)]) if flag_byte is not None: - cmd.extend(["-b", str(flag_byte)]) + cmd.extend(["-b"]) if flag_word is not None: - cmd.extend(["-w", str(flag_word)]) + cmd.extend(["-w"]) if flag_lf is not None: - cmd.extend(["-c", str(flag_lf)]) + cmd.extend(["-c"]) if delay is not None: cmd.extend(["-d", str(delay)]) -- GitLab From 1a8cf8dadd9598aeb3c43e0f0b24b8e551f8f3b5 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 11 Sep 2025 09:14:33 +0200 Subject: [PATCH 152/159] fully revert bc4708253e971744248a601cd15e93fb63084057 --- ivas_processing_scripts/audiotools/convert/objectbased.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/convert/objectbased.py b/ivas_processing_scripts/audiotools/convert/objectbased.py index e61566c6..bd0d6846 100755 --- a/ivas_processing_scripts/audiotools/convert/objectbased.py +++ b/ivas_processing_scripts/audiotools/convert/objectbased.py @@ -134,7 +134,7 @@ def render_oba_to_binaural( repeat(SourcePosition), ), None, - "mp", + None, False, ) -- GitLab From 58040afde7cfe4e0dfa6e8e17f87bc2cf565e95b Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 11 Sep 2025 09:38:30 +0200 Subject: [PATCH 153/159] fix collection scripts for P800-14 with different dir structure also add the intended output structure for P800-14 for clarity --- collection-scripts/characterization/p800_categorized_samples.py | 2 +- collection-scripts/characterization/p800_preliminaries.py | 2 +- .../P800-14/proc_output/{cat1 => cat1_1TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat1 => cat1_1TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat1 => cat1_1TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat2 => cat1_2TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat2 => cat1_2TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat2 => cat1_2TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat3 => cat2_1TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat3 => cat2_1TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat3 => cat2_1TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat4 => cat2_2TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat4 => cat2_2TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat4 => cat2_2TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat5 => cat3_1TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat5 => cat3_1TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat5 => cat3_1TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat6 => cat3_2TC}/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat6 => cat3_2TC}/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/{cat6 => cat3_2TC}/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_1TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_1TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_1TC/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_2TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_2TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat4_2TC/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_1TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_1TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_1TC/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_2TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_2TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat5_2TC/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_1TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_1TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_1TC/out_-36LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_2TC/out_-16LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_2TC/out_-26LKFS/.gitkeep | 0 .../P800-14/proc_output/cat6_2TC/out_-36LKFS/.gitkeep | 0 38 files changed, 2 insertions(+), 2 deletions(-) rename experiments/characterization/P800-14/proc_output/{cat1 => cat1_1TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat1 => cat1_1TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat1 => cat1_1TC}/out_-36LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat2 => cat1_2TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat2 => cat1_2TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat2 => cat1_2TC}/out_-36LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat3 => cat2_1TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat3 => cat2_1TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat3 => cat2_1TC}/out_-36LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat4 => cat2_2TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat4 => cat2_2TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat4 => cat2_2TC}/out_-36LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat5 => cat3_1TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat5 => cat3_1TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat5 => cat3_1TC}/out_-36LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat6 => cat3_2TC}/out_-16LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat6 => cat3_2TC}/out_-26LKFS/.gitkeep (100%) rename experiments/characterization/P800-14/proc_output/{cat6 => cat3_2TC}/out_-36LKFS/.gitkeep (100%) create mode 100644 experiments/characterization/P800-14/proc_output/cat4_1TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4_1TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4_1TC/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4_2TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4_2TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat4_2TC/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_1TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_1TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_1TC/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_2TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_2TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat5_2TC/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_1TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_1TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_1TC/out_-36LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_2TC/out_-16LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_2TC/out_-26LKFS/.gitkeep create mode 100644 experiments/characterization/P800-14/proc_output/cat6_2TC/out_-36LKFS/.gitkeep diff --git a/collection-scripts/characterization/p800_categorized_samples.py b/collection-scripts/characterization/p800_categorized_samples.py index f889bf3e..fcbbe6cc 100644 --- a/collection-scripts/characterization/p800_categorized_samples.py +++ b/collection-scripts/characterization/p800_categorized_samples.py @@ -79,7 +79,7 @@ def copy_final_items(verbose: bool = False): for category, loudness in categories_map.items(): item_dir_pattern = ( proc_output - / glob.escape(category) + / f"{glob.escape(category)}*" / f"out_{glob.escape(str(loudness))}LKFS" / "c*" ) diff --git a/collection-scripts/characterization/p800_preliminaries.py b/collection-scripts/characterization/p800_preliminaries.py index ca2aa963..2055be3e 100644 --- a/collection-scripts/characterization/p800_preliminaries.py +++ b/collection-scripts/characterization/p800_preliminaries.py @@ -59,7 +59,7 @@ def copy_preliminaries(root_dir, config_yaml): # Find the condition folder in proc_output for proc_out in proc_out_list: - src = proc_out / cat / f"out_{LOUDNESS_MAP[cat]}LKFS" / cond + src = proc_out / f"{cat}*" / f"out_{LOUDNESS_MAP[cat]}LKFS" / cond for file in glob.glob(str(src / "*s07.c*.wav")): print(f" Copying {file} -> {out_dir}") diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_1TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat1/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_1TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_1TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat1/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_1TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_1TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat1/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_1TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_2TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat2/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_2TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_2TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat2/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_2TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat1_2TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat2/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat1_2TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_1TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat3/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_1TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_1TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat3/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_1TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_1TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat3/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_1TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_2TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat4/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_2TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_2TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat4/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_2TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat2_2TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat4/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat2_2TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_1TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat5/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_1TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_1TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat5/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_1TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_1TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat5/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_1TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_2TC/out_-16LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat6/out_-16LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_2TC/out_-16LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_2TC/out_-26LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat6/out_-26LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_2TC/out_-26LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat3_2TC/out_-36LKFS/.gitkeep similarity index 100% rename from experiments/characterization/P800-14/proc_output/cat6/out_-36LKFS/.gitkeep rename to experiments/characterization/P800-14/proc_output/cat3_2TC/out_-36LKFS/.gitkeep diff --git a/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_1TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat4_2TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_1TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat5_2TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_1TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-16LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-16LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-26LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-26LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-36LKFS/.gitkeep b/experiments/characterization/P800-14/proc_output/cat6_2TC/out_-36LKFS/.gitkeep new file mode 100644 index 00000000..e69de29b -- GitLab From 9598bdce36aa1f5a4062d02df683f0d45280b34a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 11 Sep 2025 14:24:35 +0200 Subject: [PATCH 154/159] disable parallel processing if windows --- ivas_processing_scripts/audiotools/wrappers/filter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/filter.py b/ivas_processing_scripts/audiotools/wrappers/filter.py index bd71b104..7c6e592c 100755 --- a/ivas_processing_scripts/audiotools/wrappers/filter.py +++ b/ivas_processing_scripts/audiotools/wrappers/filter.py @@ -31,6 +31,7 @@ # import logging +import platform import re from copy import deepcopy from itertools import repeat @@ -200,7 +201,7 @@ def filter_itu( repeat(block_size), ), repeat({"logger": logger}), - "mp", + "mp" if platform.system() != "Windows" else None, show_progress=False, ) -- GitLab From 750636573dee8b23ba45f46858158fd196649628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 15 Sep 2025 11:56:45 +0200 Subject: [PATCH 155/159] Copy missing reference files for P.800 preliminaries --- .../characterization/p800_preliminaries.py | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/collection-scripts/characterization/p800_preliminaries.py b/collection-scripts/characterization/p800_preliminaries.py index 2055be3e..1671d68d 100644 --- a/collection-scripts/characterization/p800_preliminaries.py +++ b/collection-scripts/characterization/p800_preliminaries.py @@ -55,21 +55,28 @@ def copy_preliminaries(root_dir, config_yaml): for item in exp_cfg["preliminaries"]: cat = item["category"] - cond = item["label"] + # need to copy the reference files for every condition as well + conds = ["c01", item["label"]] # Find the condition folder in proc_output for proc_out in proc_out_list: - src = proc_out / f"{cat}*" / f"out_{LOUDNESS_MAP[cat]}LKFS" / cond + for cond in conds: + src = proc_out / f"{cat}*" / f"out_{LOUDNESS_MAP[cat]}LKFS" / cond / "*s07.c*.wav" - for file in glob.glob(str(src / "*s07.c*.wav")): - print(f" Copying {file} -> {out_dir}") + for file in glob.glob(str(src), recursive=True): + print(f" Copying {file} -> {out_dir}") - if (out_dir / Path(file).name).is_file(): - raise FileExistsError( - f"File {file} already exists in {out_dir}" - ) + filename = Path(file).name - shutil.copy(file, out_dir) + if (out_dir / filename).is_file(): + if cond != "c01": + raise FileExistsError( + f"File {file} already exists in {out_dir}" + ) + else: + print(f" c01 condition already copied, skipping: {filename}") + + shutil.copy(file, out_dir) print("All done.") -- GitLab From 8dfc3196c4d8d483d711edb6460477d1229a2b53 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Mon, 15 Sep 2025 14:36:53 +0200 Subject: [PATCH 156/159] rework logic around binary paths for codecs --- .../audiotools/wrappers/masaRenderer.py | 6 ++- ivas_processing_scripts/processing/evs.py | 31 ++++----------- ivas_processing_scripts/processing/ivas.py | 38 ++----------------- .../processing/ivas_combined.py | 26 ++----------- ivas_processing_scripts/utils.py | 16 ++++++++ 5 files changed, 35 insertions(+), 82 deletions(-) diff --git a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py index 198db6f4..b0f6f853 100755 --- a/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +++ b/ivas_processing_scripts/audiotools/wrappers/masaRenderer.py @@ -41,7 +41,7 @@ from ivas_processing_scripts.audiotools import audio from ivas_processing_scripts.audiotools.audiofile import read, write from ivas_processing_scripts.audiotools.wrappers.filter import resample_itu from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES -from ivas_processing_scripts.utils import find_binary, run +from ivas_processing_scripts.utils import find_binary, get_binary_path, run def ivasRendMasa( @@ -51,7 +51,7 @@ def ivasRendMasa( logger: Optional[logging.Logger] = None, ) -> np.ndarray: """ - Wrapper for IVAS_Rend MASA Rendering + Wrapper for IVAS_rend MASA Rendering Parameters ---------- @@ -78,6 +78,8 @@ def ivasRendMasa( else: binary = find_binary("IVAS_rend") + binary = get_binary_path(binary, False) + rend = IVAS_rend( { "bin": binary, diff --git a/ivas_processing_scripts/processing/evs.py b/ivas_processing_scripts/processing/evs.py index d2aec675..ea0a4a52 100755 --- a/ivas_processing_scripts/processing/evs.py +++ b/ivas_processing_scripts/processing/evs.py @@ -32,7 +32,6 @@ import logging import os.path -import platform from itertools import repeat from pathlib import Path from shutil import copyfile @@ -55,7 +54,12 @@ from ivas_processing_scripts.audiotools.wrappers.eid_xor import ( validate_error_pattern_application, ) from ivas_processing_scripts.processing.processing import Processing -from ivas_processing_scripts.utils import apply_func_parallel, run, use_wine +from ivas_processing_scripts.utils import ( + apply_func_parallel, + get_binary_path, + run, + use_wine, +) class EVS(Processing): @@ -69,27 +73,8 @@ class EVS(Processing): def _validate( self, ): - need_exe_suffix = ( - platform.system() == "Windows" or self.use_windows_codec_binaries - ) - if not self.cod_bin or not Path(self.cod_bin).exists(): - if need_exe_suffix and ( - self.cod_bin and Path(self.cod_bin).with_suffix(".exe").exists() - ): - self.cod_bin = Path(self.cod_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The EVS encoder binary was not found! Please check the configuration." - ) - if not self.dec_bin or not Path(self.dec_bin).exists(): - if need_exe_suffix and ( - self.dec_bin and Path(self.dec_bin).with_suffix(".exe").exists() - ): - self.dec_bin = Path(self.dec_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The EVS decoder binary was not found! Please check the configuration." - ) + self.cod_bin = get_binary_path(self.cod_bin, self.use_windows_codec_binaries) + self.dec_bin = get_binary_path(self.dec_bin, self.use_windows_codec_binaries) # configure per-channel bitrate if specified, otherwise simply repeat if not isinstance(self.bitrate, list): diff --git a/ivas_processing_scripts/processing/ivas.py b/ivas_processing_scripts/processing/ivas.py index 9ee079a3..f427d2e2 100755 --- a/ivas_processing_scripts/processing/ivas.py +++ b/ivas_processing_scripts/processing/ivas.py @@ -53,7 +53,7 @@ from ivas_processing_scripts.audiotools.wrappers.networkSimulator import ( ) 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 +from ivas_processing_scripts.utils import get_binary_path, run, use_wine class IVAS(Processing): @@ -68,27 +68,8 @@ class IVAS(Processing): self._validate() def _validate(self): - need_exe_suffix = ( - platform.system() == "Windows" or self.use_windows_codec_binaries - ) - if not self.cod_bin or not Path(self.cod_bin).exists(): - if need_exe_suffix and ( - self.cod_bin and Path(self.cod_bin).with_suffix(".exe").exists() - ): - self.cod_bin = Path(self.cod_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The IVAS encoder binary was not found! Please check the configuration." - ) - if not self.dec_bin or not Path(self.dec_bin).exists(): - if need_exe_suffix and ( - self.dec_bin and Path(self.dec_bin).with_suffix(".exe").exists() - ): - self.dec_bin = Path(self.dec_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The IVAS decoder binary was not found! Please check the configuration." - ) + self.cod_bin = get_binary_path(self.cod_bin, self.use_windows_codec_binaries) + self.dec_bin = get_binary_path(self.dec_bin, self.use_windows_codec_binaries) # existence of error pattern files (if given) already here if self.tx is not None: @@ -497,18 +478,7 @@ class IVAS_rend(Processing): ) def _validate(self): - need_exe_suffix = ( - platform.system() == "Windows" or self.use_windows_codec_binaries - ) - if not Path(self.bin).exists(): - if need_exe_suffix and ( - self.bin and Path(self.bin).with_suffix(".exe").exists() - ): - self.bin = Path(self.bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The IVAS renderer binary was not found! Please check the configuration." - ) + self.bin = get_binary_path(self.bin, self.use_windows_codec_binaries) def process( self, diff --git a/ivas_processing_scripts/processing/ivas_combined.py b/ivas_processing_scripts/processing/ivas_combined.py index b7374907..f1b9c84b 100755 --- a/ivas_processing_scripts/processing/ivas_combined.py +++ b/ivas_processing_scripts/processing/ivas_combined.py @@ -31,7 +31,6 @@ # import logging -import platform from pathlib import Path from warnings import warn @@ -45,7 +44,7 @@ from ivas_processing_scripts.audiotools.wrappers.networkSimulator import ( ) from ivas_processing_scripts.processing.ivas import IVAS from ivas_processing_scripts.processing.processing import Processing -from ivas_processing_scripts.utils import use_wine +from ivas_processing_scripts.utils import get_binary_path, use_wine class IVASCombined(Processing): @@ -68,27 +67,8 @@ class IVASCombined(Processing): ) def _validate(self): - need_exe_suffix = ( - platform.system() == "Windows" or self.use_windows_codec_binaries - ) - if not self.cod_bin or not Path(self.cod_bin).exists(): - if need_exe_suffix and ( - self.cod_bin and Path(self.cod_bin).with_suffix(".exe").exists() - ): - self.cod_bin = Path(self.cod_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The IVAS encoder binary was not found! Please check the configuration." - ) - if not self.dec_bin or not Path(self.dec_bin).exists(): - if need_exe_suffix and ( - self.dec_bin and Path(self.dec_bin).with_suffix(".exe").exists() - ): - self.dec_bin = Path(self.dec_bin).with_suffix(".exe") - else: - raise FileNotFoundError( - "The IVAS decoder binary was not found! Please check the configuration." - ) + self.cod_bin = get_binary_path(self.cod_bin, self.use_windows_codec_binaries) + self.dec_bin = get_binary_path(self.dec_bin, self.use_windows_codec_binaries) # existence of error pattern files (if given) already here if self.tx is not None: diff --git a/ivas_processing_scripts/utils.py b/ivas_processing_scripts/utils.py index af55590a..08c7bbe2 100755 --- a/ivas_processing_scripts/utils.py +++ b/ivas_processing_scripts/utils.py @@ -152,6 +152,22 @@ def use_wine(use_windows_codec_binaries: bool): return linux_system and not wsl and use_windows_codec_binaries +def get_binary_path(binary: str, use_windows_codec_binaries: bool) -> Path: + need_exe_suffix = platform.system() == "Windows" or use_windows_codec_binaries + + if need_exe_suffix and binary: + binary = Path(binary).with_suffix(".exe") + + if not binary or not binary.exists(): + raise FileNotFoundError( + f"The binary {binary.name} was not found!" + f"\nProvided path was '{binary}'." + "\nPlease check the configuration." + ) + + return binary + + def find_binary( binary: str, raise_error: Optional[bool] = True, -- GitLab From a22b9aaf0c32aea82d3efc92cf1f615dd8e35094 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 1 Oct 2025 10:59:45 +0200 Subject: [PATCH 157/159] [fix] use correct rendering format for EVS conditions for MUSHRA loudspeaker tests --- experiments/characterization/BS1534-5/config/BS1534-5.yml | 4 ++-- experiments/characterization/BS1534-6/config/BS1534-6.yml | 4 ++-- experiments/characterization/BS1534-9/config/BS1534-9.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index df99113e..4104544d 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: STEREO + fmt: '7_1_4' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: STEREO + fmt: '7_1_4' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index 2b07b3f5..14aea014 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: STEREO + fmt: '5_1' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: STEREO + fmt: '5_1' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index 7a1e2d4c..e71400a6 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: STEREO + fmt: '7_1_4' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: STEREO + fmt: '7_1_4' bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 -- GitLab From 17b119efa49c975d4e188ff3b6c2db8d64626e5c Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 1 Oct 2025 15:13:11 +0200 Subject: [PATCH 158/159] Revert "[fix] use correct rendering format for EVS conditions for MUSHRA loudspeaker tests" This reverts commit a22b9aaf0c32aea82d3efc92cf1f615dd8e35094. --- experiments/characterization/BS1534-5/config/BS1534-5.yml | 4 ++-- experiments/characterization/BS1534-6/config/BS1534-6.yml | 4 ++-- experiments/characterization/BS1534-9/config/BS1534-9.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/experiments/characterization/BS1534-5/config/BS1534-5.yml b/experiments/characterization/BS1534-5/config/BS1534-5.yml index 4104544d..df99113e 100644 --- a/experiments/characterization/BS1534-5/config/BS1534-5.yml +++ b/experiments/characterization/BS1534-5/config/BS1534-5.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: '7_1_4' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: '7_1_4' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 diff --git a/experiments/characterization/BS1534-6/config/BS1534-6.yml b/experiments/characterization/BS1534-6/config/BS1534-6.yml index 14aea014..2b07b3f5 100644 --- a/experiments/characterization/BS1534-6/config/BS1534-6.yml +++ b/experiments/characterization/BS1534-6/config/BS1534-6.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: '5_1' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 16400 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: '5_1' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 32000 diff --git a/experiments/characterization/BS1534-9/config/BS1534-9.yml b/experiments/characterization/BS1534-9/config/BS1534-9.yml index e71400a6..7a1e2d4c 100644 --- a/experiments/characterization/BS1534-9/config/BS1534-9.yml +++ b/experiments/characterization/BS1534-9/config/BS1534-9.yml @@ -54,7 +54,7 @@ conditions_to_generate: c03: type: evs ivas_rend: - fmt: '7_1_4' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 64000 @@ -67,7 +67,7 @@ conditions_to_generate: c04: type: evs ivas_rend: - fmt: '7_1_4' + fmt: STEREO bin: ivas_processing_scripts/bin/IVAS_rend bitrates: - 128000 -- GitLab From 32fa3beaf9c62a8a22362729bdad1f6e91efbd66 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 9 Oct 2025 14:31:34 +0200 Subject: [PATCH 159/159] add gitlab-ci-custom.yml file --- .gitlab-ci-custom.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci-custom.yml diff --git a/.gitlab-ci-custom.yml b/.gitlab-ci-custom.yml new file mode 100644 index 00000000..86c1f487 --- /dev/null +++ b/.gitlab-ci-custom.yml @@ -0,0 +1,4 @@ +include: + - project: $CUSTOM_CI_PROJECT + ref: $CUSTOM_CI_REF + file: $CUSTOM_CI_FILE -- GitLab