Loading tests/renderer/test_renderer.py +15 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,9 @@ def test_dynamic_acoustic_environment( aeid, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") rend_config_path = TEST_VECTOR_DIR.joinpath("rend_config_combined.cfg") rend_config_path.with_stem("rend_config") Loading Loading @@ -260,6 +263,9 @@ def test_dynamic_acoustic_environment_file( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") rend_config_path = TEST_VECTOR_DIR.joinpath("rend_config_combined.cfg") rend_config_path.with_stem("rend_config") Loading Loading @@ -344,6 +350,9 @@ def test_multichannel_binaural_static( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") run_renderer( record_property, props_to_record, Loading Loading @@ -383,6 +392,9 @@ def test_multichannel_binaural_headrotation( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") run_renderer( record_property, props_to_record, Loading Loading @@ -1557,6 +1569,9 @@ def test_multichannel_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") if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") compare_renderer_args( record_property, props_to_record, Loading Loading
tests/renderer/test_renderer.py +15 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,9 @@ def test_dynamic_acoustic_environment( aeid, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") rend_config_path = TEST_VECTOR_DIR.joinpath("rend_config_combined.cfg") rend_config_path.with_stem("rend_config") Loading Loading @@ -260,6 +263,9 @@ def test_dynamic_acoustic_environment_file( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") rend_config_path = TEST_VECTOR_DIR.joinpath("rend_config_combined.cfg") rend_config_path.with_stem("rend_config") Loading Loading @@ -344,6 +350,9 @@ def test_multichannel_binaural_static( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") run_renderer( record_property, props_to_record, Loading Loading @@ -383,6 +392,9 @@ def test_multichannel_binaural_headrotation( get_odg_bin, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") run_renderer( record_property, props_to_record, Loading Loading @@ -1557,6 +1569,9 @@ def test_multichannel_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") if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") compare_renderer_args( record_property, props_to_record, Loading