Loading .gitignore +4 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,7 @@ proc_input/*.wav proc_input/*.pcm proc_output/ *~ tests/tmp_output_* tests/cut tests/ref tests/concatenation_folder No newline at end of file tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ from pathlib import Path import pytest from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF, INPUT_PATH_CONCATENATION @pytest.fixture(scope="session", autouse=True) Loading tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ SCENE_DESC_DIR = TEST_VECTOR_DIR.joinpath("scene_description") OUTPUT_PATH_REF = TESTS_DIR.joinpath("ref") OUTPUT_PATH_CUT = TESTS_DIR.joinpath("cut") INPUT_PATH_CONCATENATION = TESTS_DIR.joinpath("concatenation_folder") CUSTOM_LAYOUT_DIR = TEST_VECTOR_DIR.joinpath("ls_layouts") HR_TRAJECTORY_DIR = TEST_VECTOR_DIR.joinpath("trajectories") Loading Loading @@ -193,7 +194,6 @@ HR_TRAJECTORIES_TO_TEST = [ ] """ Generate Test Items Configs """ # TODO reorganize later INPUT_CONFIG_FILES = [ str(TEST_VECTOR_DIR.joinpath("test_ISM.yml")), # str(TEST_VECTOR_DIR.joinpath("test_MASA.yml")), # TODO Loading tests/data/concatenation_folder/ISM/pink_noise_4ch_48kHz.wavdeleted 100644 → 0LFS −131 B File deleted. View file tests/data/concatenation_folder/ISM/spectral_test_4ch_48kHz.wavdeleted 100644 → 0LFS −131 B File deleted. View file Loading
.gitignore +4 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,7 @@ proc_input/*.wav proc_input/*.pcm proc_output/ *~ tests/tmp_output_* tests/cut tests/ref tests/concatenation_folder No newline at end of file
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ from pathlib import Path import pytest from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF from .constants import OUTPUT_PATH_CUT, OUTPUT_PATH_REF, INPUT_PATH_CONCATENATION @pytest.fixture(scope="session", autouse=True) Loading
tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ SCENE_DESC_DIR = TEST_VECTOR_DIR.joinpath("scene_description") OUTPUT_PATH_REF = TESTS_DIR.joinpath("ref") OUTPUT_PATH_CUT = TESTS_DIR.joinpath("cut") INPUT_PATH_CONCATENATION = TESTS_DIR.joinpath("concatenation_folder") CUSTOM_LAYOUT_DIR = TEST_VECTOR_DIR.joinpath("ls_layouts") HR_TRAJECTORY_DIR = TEST_VECTOR_DIR.joinpath("trajectories") Loading Loading @@ -193,7 +194,6 @@ HR_TRAJECTORIES_TO_TEST = [ ] """ Generate Test Items Configs """ # TODO reorganize later INPUT_CONFIG_FILES = [ str(TEST_VECTOR_DIR.joinpath("test_ISM.yml")), # str(TEST_VECTOR_DIR.joinpath("test_MASA.yml")), # TODO Loading
tests/data/concatenation_folder/ISM/pink_noise_4ch_48kHz.wavdeleted 100644 → 0LFS −131 B File deleted. View file
tests/data/concatenation_folder/ISM/spectral_test_4ch_48kHz.wavdeleted 100644 → 0LFS −131 B File deleted. View file