Loading tests/renderer/constants.py +18 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,24 @@ RENDERER_CMD = [ "-q", ] RENDERER_REF_CMD = [ str(TESTS_DIR.parent.parent.joinpath("IVAS_rend_ref")), "-i", "", # 2 -> input file "-if", "", # 4 -> input format "-o", "/dev/null", # 6 -> output file "-of", "", # 8 -> output format "-fs", "48", # 10 -> input fs "-no_delay_cmp", # "-ndl", "-q", ] """ Format to file mappings """ NCHAN_TO_FILE = { Loading Loading
tests/renderer/constants.py +18 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,24 @@ RENDERER_CMD = [ "-q", ] RENDERER_REF_CMD = [ str(TESTS_DIR.parent.parent.joinpath("IVAS_rend_ref")), "-i", "", # 2 -> input file "-if", "", # 4 -> input format "-o", "/dev/null", # 6 -> output file "-of", "", # 8 -> output format "-fs", "48", # 10 -> input fs "-no_delay_cmp", # "-ndl", "-q", ] """ Format to file mappings """ NCHAN_TO_FILE = { Loading