Loading tests/test_be_for_jbm_neutral_dly_profile.py +4 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from tempfile import TemporaryDirectory from pathlib import Path from .constants import TESTV_DIR, SCRIPTS_DIR from .split_rendering.constants import HR_TRAJECTORY_DIR from .split_rendering.constants import HR_TRAJECTORY_DIR, RENDER_CFG_DIR sys.path.append(str(SCRIPTS_DIR)) from pyaudio3dtools import audiofile, audioarray Loading Loading @@ -151,7 +151,9 @@ def get_options_dec( ): options = [] if output_format == "BINAURAL_SPLIT_PCM": if "BINAURAL_SPLIT" in output_format.upper(): options.extend(["-render_config", str(RENDER_CFG_DIR / "split_renderer_config_3dof_512k_default.txt")]) options.extend(["-om", str(output_file.with_suffix(".isarmd"))]) if is_split_rend(output_format): Loading Loading
tests/test_be_for_jbm_neutral_dly_profile.py +4 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from tempfile import TemporaryDirectory from pathlib import Path from .constants import TESTV_DIR, SCRIPTS_DIR from .split_rendering.constants import HR_TRAJECTORY_DIR from .split_rendering.constants import HR_TRAJECTORY_DIR, RENDER_CFG_DIR sys.path.append(str(SCRIPTS_DIR)) from pyaudio3dtools import audiofile, audioarray Loading Loading @@ -151,7 +151,9 @@ def get_options_dec( ): options = [] if output_format == "BINAURAL_SPLIT_PCM": if "BINAURAL_SPLIT" in output_format.upper(): options.extend(["-render_config", str(RENDER_CFG_DIR / "split_renderer_config_3dof_512k_default.txt")]) options.extend(["-om", str(output_file.with_suffix(".isarmd"))]) if is_split_rend(output_format): Loading