Commit ffc19a08 authored by vaclav's avatar vaclav
Browse files

update scripts

parent 68a10af6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ RENDERER_CMD = [
    "",  # 8 -> output format
    "-fs",
    "48",  # 10 -> input fs
    "--no_delay_cmp",
    "-no_delay_cmp",
    # "-ndl",
    "-q",
]
+2 −2
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ SPLIT_PRE_REND_CMD = [
    "",  # 10 -> split rendering bitstream
    "-of",
    "",  # 12 -> renderer format
    "-tf",
    "-T",
    "",  # 14 -> post-trajectory file
]

@@ -207,6 +207,6 @@ SPLIT_POST_REND_CMD = [
    "",  # 8 -> output file
    "-of",
    "BINAURAL",
    "-tf",
    "-T",
    "",  # 12 -> post-trajectory file
]