.description="Binaural renderer configuration parameters in file (only for binaural outputs)",
#else
.match="render_config",
.matchShort="rc",
.description="Binaural renderer configuration file (only for binaural outputs)",
#endif
},
{
.id=CmdLnOptionId_nonDiegeticPan,
#ifdef FIX_247_EXTERNAL_RENDERER_COMMAND_LINE
.match="non_diegetic_panning",
.matchShort="non_diegetic_pan",
#else
.match="non_diegetic_pan",
.matchShort="ndp",
#endif
.description="Panning mono non diegetic sound to stereo -90<= pan <= 90\nleft or l or 90->left, right or r or -90->right, center or c or 0 ->middle\n",
.description="LFE panning matrix. File (CSV table) containing a matrix of dimensions [ num_input_lfe x num_output_channels ] with elements specifying linear routing gain (like --gain, -g). \nIf specified, overrides the output LFE position option and the default behavior which attempts to map input to output LFE channel(s)"},
{
.id=CmdLnOptionId_noDelayCmp,
#ifdef FIX_247_EXTERNAL_RENDERER_COMMAND_LINE
.match="no_delay_comparison",
.matchShort="no_delay_cmp",
#else
.match="no_delay_cmp",
.matchShort="ndc",
#endif
.description="[flag] Turn off delay compensation",