Loading ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +4 −4 Original line number Diff line number Diff line Loading @@ -66,13 +66,13 @@ def ivasRendMasa( # This import is needed here and not at the top of the file to avoid a circular dependency with imports! from ivas_processing_scripts.processing.ivas import IVAS_rend if "ivas_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]: if "IVAS_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]: binary = find_binary( DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].name, binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].parent, DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].name, binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].parent, ) else: binary = find_binary("ivas_rend") binary = find_binary("IVAS_rend") rend = IVAS_rend( { Loading ivas_processing_scripts/binary_paths.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ # ### Binary for error pattern generation # gen-patt: "path/to/binary/gen-patt" # ### Binary for IVAS Renderer # ivas_rend: "path/to/binary/ivas_rend" # IVAS_rend: "path/to/binary/IVAS_rend" # ### Binary for random offset/seed generation # random: "path/to/binary/random" # ### Binary for JBM network similulator Loading Loading
ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +4 −4 Original line number Diff line number Diff line Loading @@ -66,13 +66,13 @@ def ivasRendMasa( # This import is needed here and not at the top of the file to avoid a circular dependency with imports! from ivas_processing_scripts.processing.ivas import IVAS_rend if "ivas_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]: if "IVAS_rend" in DEFAULT_CONFIG_BINARIES["binary_paths"]: binary = find_binary( DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].name, binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["ivas_rend"].parent, DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].name, binary_path=DEFAULT_CONFIG_BINARIES["binary_paths"]["IVAS_rend"].parent, ) else: binary = find_binary("ivas_rend") binary = find_binary("IVAS_rend") rend = IVAS_rend( { Loading
ivas_processing_scripts/binary_paths.yml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ # ### Binary for error pattern generation # gen-patt: "path/to/binary/gen-patt" # ### Binary for IVAS Renderer # ivas_rend: "path/to/binary/ivas_rend" # IVAS_rend: "path/to/binary/IVAS_rend" # ### Binary for random offset/seed generation # random: "path/to/binary/random" # ### Binary for JBM network similulator Loading