Loading tests/split_rendering/test_split_rendering.py +4 −4 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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") Loading Loading @@ -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) Loading @@ -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") Loading tests/split_rendering/test_voip_be_splitrend_vs_binaural.py +0 −3 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
tests/split_rendering/test_split_rendering.py +4 −4 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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") Loading Loading @@ -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) Loading @@ -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") Loading
tests/split_rendering/test_voip_be_splitrend_vs_binaural.py +0 −3 Original line number Diff line number Diff line Loading @@ -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"] Loading