@@ -493,17 +493,17 @@ This is the main file to edit in order to change global configuration options, d
| | | | |
| concatenate_input | True/False | False | Whether to (horizontally) concatenate files in the input directory |
| concat_silence_ms | [1000, 1000] | [0, 0] | Specifies the pre- and post-silence duration to pad concatenation with in ms. If a single value is specified it will be used for BOTH pre- and post-padding |
| preproc_loudness | -26 | | Loudness to preprocess input to (dBov / LKFS depending on tool). Only processed if preproc_input is True. |
| preproc_loudness | -26 | | Loudness to preprocess input to (in LKFS). Only processed if preproc_input is True. |
| out_fs | 48000 | 48000 | Output sampling rate for conditions to generate |
| output_loudness | -26 | | Loudness level for output file (dBov / LKFS depending on tool). |
| output_loudness | -26 | | Loudness level for output file in LKFS. |
| | | | |
| renderer_format | 7_1_4 or CICP19 | Required | Format to be rendered (using offline rendering, will be bypassed if = out_format) |
| binaural_rendered | True/False | False | Extra binauralization of the rendered outputs (using offline rendering) |
| include_LFE | True/False | False | Whether to include LFE in binural rendering |
| gain_factor | float value | 1.0 | Gain factor to be applied to LFE channel |
| loudness_tool | "sv56demo" | "bs1770demo" | Tool to use for loudness adjustment. Currently only sv56demo and bs1770demo are supported for appropriate format configurations. Optionally can be a path to the binary. |
| loudness_format | "scale_out"/CICP19 | renderer_format | Rendering format used in iterative loudness adjustment. "scale_out" just scales the output to the desired output_loudness | |
| | | | |
| lt_mode | "MUSHRA" | | Automatically generates a NAME.ltg file with generate_lt_file.py in output_path according to the specified mode |
| conditions_to_generate | ["ref", "ivas"] | Required | list of conditions to be generated, for ivas and evs, multiple conditions can be specified with an \_ separator (i.e. "ivas_branch", "ivas_trunk" etc.) |