fprintf(stderr,"\nExternal Renderer Config is supported only when binaural output configurations is used as output OR when Split rendering mode is enabled. Exiting. \n");
gotocleanup;
...
...
@@ -633,9 +660,19 @@ int main(
fprintf(stderr,"Failed to get directivity patterns for one or more of IDs: %d %d %d %d\n\n",arg.directivityPatternId[0],arg.directivityPatternId[1],arg.directivityPatternId[2],arg.directivityPatternId[3]);
.description="Output LFE position. Comma-delimited triplet of [gain, azimuth, elevation] where gain is linear (like --gain, -g) and azimuth, elevation are in degrees.\nIf specified, overrides the default behavior which attempts to map input to output LFE channel(s)",
},
{.id=CmdlnOptionId_lfeMatrix,
{
.id=CmdlnOptionId_lfeMatrix,
.match="lfe_matrix",
.matchShort="lm",
.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)"},
.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)",
.description="Acoustic environment ID( number > 0 ) or a sequence thereof in the format [ID1:duration1,ID2:duration2...] without braces and spaces, with ':' character separating ID from duration and ',' separating ID and duration pairs, where duration is specified in frames for BINAURAL_ROOM_REVERB output configuration.",
#else
.description="Acoustic environment ID (number >= 0) for BINAURAL_ROOM_REVERB output configuration",