Loading tests/renderer/test_renderer.py +54 −40 Original line number Diff line number Diff line Loading @@ -566,6 +566,9 @@ def test_masa_binaural_static( get_odg_bin, split_comparison, ): if out_fmt in ["BINAURAL_ROOM_IR", "BINAURAL_ROOM_REVERB"]: pytest.skip("Skipping binaural room outputs for MASA as unimplemented.") run_renderer( record_property, props_to_record, Loading Loading @@ -605,6 +608,9 @@ def test_masa_binaural_headrotation( get_odg_bin, split_comparison, ): if out_fmt in ["BINAURAL_ROOM_IR", "BINAURAL_ROOM_REVERB"]: pytest.skip("Skipping binaural room outputs for MASA as unimplemented.") run_renderer( record_property, props_to_record, Loading Loading @@ -1265,6 +1271,10 @@ def test_ambisonics_binaural_headrotation_refrotzero( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA3" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading @@ -1420,6 +1430,10 @@ def test_ambisonics_binaural_headrotation_refvec_rotating( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA2" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading
tests/renderer/test_renderer.py +54 −40 Original line number Diff line number Diff line Loading @@ -566,6 +566,9 @@ def test_masa_binaural_static( get_odg_bin, split_comparison, ): if out_fmt in ["BINAURAL_ROOM_IR", "BINAURAL_ROOM_REVERB"]: pytest.skip("Skipping binaural room outputs for MASA as unimplemented.") run_renderer( record_property, props_to_record, Loading Loading @@ -605,6 +608,9 @@ def test_masa_binaural_headrotation( get_odg_bin, split_comparison, ): if out_fmt in ["BINAURAL_ROOM_IR", "BINAURAL_ROOM_REVERB"]: pytest.skip("Skipping binaural room outputs for MASA as unimplemented.") run_renderer( record_property, props_to_record, Loading Loading @@ -1265,6 +1271,10 @@ def test_ambisonics_binaural_headrotation_refrotzero( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA3" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading @@ -1420,6 +1430,10 @@ def test_ambisonics_binaural_headrotation_refvec_rotating( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA2" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading