Loading tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -384,7 +384,7 @@ def test_multichannel_binaural_static( if frame_size != "20ms": pytest.skip() if in_fmt not in ["5_1, 7_1_4"]: if in_fmt not in ["5_1", "7_1_4"]: pytest.skip() run_renderer( Loading Loading
tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -384,7 +384,7 @@ def test_multichannel_binaural_static( if frame_size != "20ms": pytest.skip() if in_fmt not in ["5_1, 7_1_4"]: if in_fmt not in ["5_1", "7_1_4"]: pytest.skip() run_renderer( Loading