Commit 785c7164 authored by sagnowski's avatar sagnowski
Browse files

Enable split rendering + VoIP tests for OSBA and OMASA

parent 3e3f57de
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ def test_masa_external_split(
""" OMASA """


# @pytest.mark.parametrize("delay_profile", DELAY_PROFILES) # Waiting for issue #1343 to be resolved
@pytest.mark.parametrize("delay_profile", DELAY_PROFILES)
@pytest.mark.parametrize("trajectory", SPLIT_REND_HR_TRAJECTORIES_TO_TEST)
@pytest.mark.parametrize("render_config", RENDERER_CONFIGS_TO_TEST_OMASA)
@pytest.mark.parametrize("bitrate", IVAS_BITRATES_OMASA)
@@ -375,7 +375,7 @@ def test_omasa_full_chain_split(
    bitrate,
    render_config,
    trajectory,
    delay_profile=None,
    delay_profile,
):
    post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv")
    pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed")
@@ -437,7 +437,7 @@ def test_omasa_external_split(
""" OSBA """


# @pytest.mark.parametrize("delay_profile", DELAY_PROFILES) # Waiting for issue #1343 to be resolved
@pytest.mark.parametrize("delay_profile", DELAY_PROFILES)
@pytest.mark.parametrize("trajectory", SPLIT_REND_HR_TRAJECTORIES_TO_TEST)
@pytest.mark.parametrize("render_config", RENDERER_CONFIGS_TO_TEST_OSBA)
@pytest.mark.parametrize("bitrate", IVAS_BITRATES_OSBA)
@@ -455,7 +455,7 @@ def test_osba_full_chain_split(
    bitrate,
    render_config,
    trajectory,
    delay_profile=None,
    delay_profile,
):
    post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv")
    pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed")
+0 −3
Original line number Diff line number Diff line
@@ -49,9 +49,6 @@ IN_FORMATS = [
    "ISM4",
    "FOA",
    "MASA2TC",
    # Mixed formats to be finalised in a follow-up issue #1343
    # "OSBA_ISM3_HOA3",
    # "OMASA_ISM4",
]

DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"]