Commit 87883231 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo in short testvector script and use short files for hrtf test

parent 8d616694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ NUM_CHANNELS = "4" # currently only FOA
CUT_FROM = "0.0"
CUT_LEN = "5.0"

FILE_IDS = ["stvFOA", "stv20A", "stv3OA", "stv51MC", "stv71MC", "stv512MC", "stv514MC", "stv714MC", "ISM", "MASA"]
FILE_IDS = ["stvFOA", "stv2OA", "stv3OA", "stv51MC", "stv71MC", "stv512MC", "stv514MC", "stv714MC", "ISM", "MASA"]
GAINS = ["1.0", "16.0", ".004"]

def collect_files(file_ids):
+10 −10
Original line number Diff line number Diff line
@@ -61,19 +61,19 @@ INPUT_FORMATS_MASA_RENDERER = ["MASA1", "MASA2"]


FORMAT_TO_FILE_MC_WOEXT = {
    "5_1": "stv51MC{}c",
    "7_1": "stv71MC{}c",
    "5_1_2": "stv512MC{}c",
    "5_1_4": "stv514MC{}c",
    "7_1_4": "stv714MC{}c",
    "5_1": "stv51MC{}c_cut",
    "7_1": "stv71MC{}c_cut",
    "5_1_2": "stv512MC{}c_cut",
    "5_1_4": "stv514MC{}c_cut",
    "7_1_4": "stv714MC{}c_cut",
}
FORMAT_TO_FILE_SBA_WOEXT = {
    "1": "stvFOA{}c",
    "2": "stv2OA{}c",
    "3": "stv3OA{}c",
    "1": "stvFOA{}c_cut",
    "2": "stv2OA{}c_cut",
    "3": "stv3OA{}c_cut",
}
FORMAT_TO_FILE_ISM_WOEXT = "stv{}ISM{}s"
FORMAT_TO_FILE_MASA_WOEXT = "stv{}MASA{}TC{}c"
FORMAT_TO_FILE_ISM_WOEXT = "stv{}ISM{}s_cut"
FORMAT_TO_FILE_MASA_WOEXT = "stv{}MASA{}TC{}c_cut"

BITRATE_ISM = {
    "1": 96000,