Loading apps/isar_post_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ static const CmdLnParser_Option cliOptions[] = { .id = CmdLnOptionId_inputFile, .match = "input_file", .matchShort = "i", .description = "Path to the input file (WAV, raw PCM or scene description file)", .description = "Path to the input file (WAV or raw PCM with BINAURAL_SPLIT_PCM input format, coded ISAR file with BINAURAL_SPLIT_CODED)", }, { .id = CmdLnOptionId_inputFormat, Loading Loading
apps/isar_post_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ static const CmdLnParser_Option cliOptions[] = { .id = CmdLnOptionId_inputFile, .match = "input_file", .matchShort = "i", .description = "Path to the input file (WAV, raw PCM or scene description file)", .description = "Path to the input file (WAV or raw PCM with BINAURAL_SPLIT_PCM input format, coded ISAR file with BINAURAL_SPLIT_CODED)", }, { .id = CmdLnOptionId_inputFormat, Loading