.description="Head orientation tracking type: 'ref' or 'avg' (only for BINAURAL and BINAURAL_ROOM) (todo: check implementation)",
},
{
#ifdef REND_CFG_LFE
.id=CmdLnOptionId_customLfeRouting,
.match="lfe_config",
.matchShort="lfe",
.description="LFE Routing configuration. Comma-delimited triplet of [gain, azimuth, elevation] where gain is linear (like --gain, -g) and azimuth, elevation are in degrees.\nIf specified, overrides routing of input LFE to output LFE for outputs that have the LFE channel available.",
#else
/* TODO(sgi): Replace with more configurable input, e.g. ask for a list of triplets: (gain, azimuth, elevation) to place LFE signal */
/* rename to "lfeHandling" */
.id=CmdLnOptionId_customLfeRouting,
.match="neverDropLfe",
.matchShort="ndl",
.description="[flag] If set, renderer tries to render LFE into other channels in an optimal way when rendering to configs w/o LFE",