Loading tests/split_rendering/test_split_rendering.py +8 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ def test_ambisonics_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -183,6 +184,7 @@ def test_multichannel_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -263,6 +265,7 @@ def test_ism_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -343,6 +346,7 @@ def test_masa_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -423,6 +427,7 @@ def test_omasa_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -503,6 +508,7 @@ def test_osba_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -543,6 +549,7 @@ def test_post_rend_plc( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, plc_error_pattern=ERROR_PATTERNS_DIR.joinpath(f"{error_pattern}.ep"), Loading Loading @@ -637,6 +644,7 @@ def test_external_split_pcm( render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, binary_suffix=EXE_SUFFIX, renderer_fmt="BINAURAL_SPLIT_PCM", get_mld=get_mld, mld_lim=get_mld_lim, Loading Loading
tests/split_rendering/test_split_rendering.py +8 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ def test_ambisonics_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -183,6 +184,7 @@ def test_multichannel_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -263,6 +265,7 @@ def test_ism_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -343,6 +346,7 @@ def test_masa_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -423,6 +427,7 @@ def test_omasa_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -503,6 +508,7 @@ def test_osba_external_split( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, get_mld=get_mld, Loading Loading @@ -543,6 +549,7 @@ def test_post_rend_plc( test_info, in_fmt=in_fmt, render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), binary_suffix=EXE_SUFFIX, pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, plc_error_pattern=ERROR_PATTERNS_DIR.joinpath(f"{error_pattern}.ep"), Loading Loading @@ -637,6 +644,7 @@ def test_external_split_pcm( render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"), pre_trajectory=pre_trajectory, post_trajectory=post_trajectory, binary_suffix=EXE_SUFFIX, renderer_fmt="BINAURAL_SPLIT_PCM", get_mld=get_mld, mld_lim=get_mld_lim, Loading