Loading tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ def test_ambisonics_binaural_headrotation( def test_dynamic_acoustic_environment( record_property, test_info, in_fmt, out_fmt, frame_size, get_mld, get_mld_lim, aeid ): rend_config_path = TESTV_DIR.joinpath(f"rend_config_combined.cfg") rend_config_path = TEST_VECTOR_DIR.joinpath(f"rend_config_combined.cfg") rend_config_path.with_stem(f"rend_config") run_renderer( Loading Loading
tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ def test_ambisonics_binaural_headrotation( def test_dynamic_acoustic_environment( record_property, test_info, in_fmt, out_fmt, frame_size, get_mld, get_mld_lim, aeid ): rend_config_path = TESTV_DIR.joinpath(f"rend_config_combined.cfg") rend_config_path = TEST_VECTOR_DIR.joinpath(f"rend_config_combined.cfg") rend_config_path.with_stem(f"rend_config") run_renderer( Loading