Loading tests/renderer_short/test_renderer.py +0 −15 Original line number Diff line number Diff line Loading @@ -245,9 +245,6 @@ def test_dynamic_acoustic_environment( aeid, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") if in_fmt not in ["ISM4", "HOA3", "5_1", "MASA2", "ISM1MASA1", "ISM1SBA1"]: pytest.skip() Loading Loading @@ -309,9 +306,6 @@ 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") if in_fmt not in ["ISM4", "HOA3", "5_1", "MASA2", "ISM1MASA1", "ISM1SBA1"]: pytest.skip() Loading Loading @@ -417,9 +411,6 @@ 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") if fs != "48kHz": pytest.skip() Loading Loading @@ -468,9 +459,6 @@ 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") if in_fmt != "5_1_4": if fs != "48kHz": pytest.skip() Loading Loading @@ -1875,9 +1863,6 @@ 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_short/test_renderer.py +0 −15 Original line number Diff line number Diff line Loading @@ -245,9 +245,6 @@ def test_dynamic_acoustic_environment( aeid, split_comparison, ): if in_fmt in ["MONO", "STEREO"]: pytest.skip("MONO or STEREO to Binaural rendering unsupported") if in_fmt not in ["ISM4", "HOA3", "5_1", "MASA2", "ISM1MASA1", "ISM1SBA1"]: pytest.skip() Loading Loading @@ -309,9 +306,6 @@ 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") if in_fmt not in ["ISM4", "HOA3", "5_1", "MASA2", "ISM1MASA1", "ISM1SBA1"]: pytest.skip() Loading Loading @@ -417,9 +411,6 @@ 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") if fs != "48kHz": pytest.skip() Loading Loading @@ -468,9 +459,6 @@ 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") if in_fmt != "5_1_4": if fs != "48kHz": pytest.skip() Loading Loading @@ -1875,9 +1863,6 @@ 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