Commit 46376b52 authored by Jan Kiene's avatar Jan Kiene
Browse files

add temporary hack in script -> revert later!

parent f4fcf95b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -84,6 +84,9 @@ def get_modes(in_format: str) -> list:
    output = list_process.stdout.decode("utf8")
    mode_list = output.splitlines()

    # temporary hack for faster debugging inside CI
    mode_list = ["SBA_b80_dtx_swb_cbr", "SBA_b64_dtx_swb_cbr"]

    # correction for multichannel modes to avoid selecting some mono modes...
    if in_format in MC_MODES:
        in_format = "MC_" + in_format + "_b"