Loading tests/renderer/test_renderer.py +51 −15 Original line number Diff line number Diff line Loading @@ -635,19 +635,44 @@ def test_masa( get_odg_bin, split_comparison, ): if fs == "32kHz" and out_fmt in ["STEREO", "5_1", "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2"]: pytest.skip() if fs == "16kHz" and out_fmt in ["5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", "HOA3"]: if fs == "32kHz" and out_fmt in [ "STEREO", "5_1", "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", ]: pytest.skip() if fs == "16kHz" and out_fmt in [ "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", "HOA3", ]: pytest.skip() if fs in ["16kHz", "32kHz"] and frame_size == "5ms": pytest.skip() if out_fmt in ["5_1_2", "5_1_4", "7_1", "HOA2", "HOA3"] and frame_size != "20ms" and in_fmt == "MASA1": if ( out_fmt in ["5_1_2", "5_1_4", "7_1", "HOA2", "HOA3"] and frame_size != "20ms" and in_fmt == "MASA1" ): pytest.skip() if out_fmt in ["5_1_2", "7_1_4", "5_1", "FOA"] and frame_size != "20ms" and in_fmt == "MASA2": if ( out_fmt in ["5_1_2", "7_1_4", "5_1", "FOA"] and frame_size != "20ms" and in_fmt == "MASA2" ): pytest.skip() run_renderer( Loading Loading @@ -1210,7 +1235,18 @@ def test_custom_ls_output( get_odg_bin, split_comparison, ): if in_fmt not in ["HOA3", "MONO", "STEREO", "5_1", "7_1_4", "MASA1", "MASA2", "ISM4", "ISM4MASA2", "ISM4SBA3"]: if in_fmt not in [ "HOA3", "MONO", "STEREO", "5_1", "7_1_4", "MASA1", "MASA2", "ISM4", "ISM4MASA2", "ISM4SBA3", ]: pytest.skip() if out_fmt == "t_design_4" and fs != "48kHz": Loading Loading
tests/renderer/test_renderer.py +51 −15 Original line number Diff line number Diff line Loading @@ -635,19 +635,44 @@ def test_masa( get_odg_bin, split_comparison, ): if fs == "32kHz" and out_fmt in ["STEREO", "5_1", "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2"]: pytest.skip() if fs == "16kHz" and out_fmt in ["5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", "HOA3"]: if fs == "32kHz" and out_fmt in [ "STEREO", "5_1", "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", ]: pytest.skip() if fs == "16kHz" and out_fmt in [ "5_1_2", "5_1_4", "7_1", "7_1_4", "FOA", "HOA2", "HOA3", ]: pytest.skip() if fs in ["16kHz", "32kHz"] and frame_size == "5ms": pytest.skip() if out_fmt in ["5_1_2", "5_1_4", "7_1", "HOA2", "HOA3"] and frame_size != "20ms" and in_fmt == "MASA1": if ( out_fmt in ["5_1_2", "5_1_4", "7_1", "HOA2", "HOA3"] and frame_size != "20ms" and in_fmt == "MASA1" ): pytest.skip() if out_fmt in ["5_1_2", "7_1_4", "5_1", "FOA"] and frame_size != "20ms" and in_fmt == "MASA2": if ( out_fmt in ["5_1_2", "7_1_4", "5_1", "FOA"] and frame_size != "20ms" and in_fmt == "MASA2" ): pytest.skip() run_renderer( Loading Loading @@ -1210,7 +1235,18 @@ def test_custom_ls_output( get_odg_bin, split_comparison, ): if in_fmt not in ["HOA3", "MONO", "STEREO", "5_1", "7_1_4", "MASA1", "MASA2", "ISM4", "ISM4MASA2", "ISM4SBA3"]: if in_fmt not in [ "HOA3", "MONO", "STEREO", "5_1", "7_1_4", "MASA1", "MASA2", "ISM4", "ISM4MASA2", "ISM4SBA3", ]: pytest.skip() if out_fmt == "t_design_4" and fs != "48kHz": Loading