Commit 476debe5 authored by Jan Kiene's avatar Jan Kiene
Browse files

switch to other input files for ambi_converter test

- use the spectral_test items now
parent fa7a741a
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -45,7 +45,9 @@ def run_ambi_converter(
        pytest.fail(f"Ambisonics converter run failed:\n{msg}")


INPUT_FILES = [TESTV_DIR / "stv3OA48c.wav"]
# test all ambisonics orders from 1 to 3
INPUT_CH_NUM = [4, 9, 16]
INPUT_FILES = [TESTV_DIR / f"spectral_test_{ch}ch_48kHz.wav" for ch in INPUT_CH_NUM]
CONVENTIONS = [c for c in AMBI_CONVENTION]
AMBI_CONVERTER_PATH_FLOAT = HERE.parent / "ambi_converter_flt"
AMBI_CONVERTER_PATH_FIXED = HERE.parent / "ambi_converter_fx"