From c61f50dd9b8b6eb259edfa745307be649e4f1d7f Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Wed, 8 Nov 2023 16:01:10 +0200 Subject: [PATCH] Add modify renderer tests to run for MASA1 input --- tests/renderer/constants.py | 4 +--- tests/split_rendering/constants.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/renderer/constants.py b/tests/renderer/constants.py index 3e008a6864..e05a934ea2 100644 --- a/tests/renderer/constants.py +++ b/tests/renderer/constants.py @@ -192,9 +192,7 @@ FORMAT_TO_METADATA_FILES = { INPUT_FORMATS_AMBI = ["FOA", "HOA2", "HOA3"] INPUT_FORMATS_MC = ["MONO", "STEREO", "5_1", "5_1_2", "5_1_4", "7_1", "7_1_4"] INPUT_FORMATS_ISM = ["ISM1", "ISM2", "ISM3", "ISM4"] -INPUT_FORMATS_MASA = [ - "MASA2" -] # ["MASA1", "MASA2"] # Disable MASA1 tests until MASA1 can be implemented properly +INPUT_FORMATS_MASA = ["MASA1", "MASA2"] """ Non binaural / parametric output formats """ OUTPUT_FORMATS = [ diff --git a/tests/split_rendering/constants.py b/tests/split_rendering/constants.py index cf2e3f9fe4..6d2b68f4a9 100644 --- a/tests/split_rendering/constants.py +++ b/tests/split_rendering/constants.py @@ -126,7 +126,7 @@ FORMAT_TO_IVAS_COD_FORMAT = { INPUT_FORMATS_AMBI_SPLIT_REND = ["FOA", "HOA3"] INPUT_FORMATS_MC_SPLIT_REND = ["5_1", "7_1_4"] INPUT_FORMATS_ISM_SPLIT_REND = ["ISM4"] -INPUT_FORMATS_MASA_SPLIT_REND = ["MASA2"] +INPUT_FORMATS_MASA_SPLIT_REND = ["MASA1", "MASA2"] INPUT_FORMATS_OSBA_SPLIT_REND = [ "OSBA_1_1", "OSBA_4_3", -- GitLab