Commit 3db57156 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

change ISAR params description

parent 9a7751d4
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .match = "input_file",
        .matchShort = "i",
        .placeholder = "<path>",
        .description = "Path to the input file (WAV or raw PCM with BINAURAL_SPLIT_PCM input format, coded ISAR file with BINAURAL_SPLIT_CODED)",
        .description = "Path to the input file (WAV or raw PCM file with BINAURAL_SPLIT_PCM input format or ISAR bitstream file with BINAURAL_SPLIT_CODED input format)",
        .isMandatory = true,
    },
    {
@@ -163,14 +163,14 @@ static const CmdLnParser_Option cliOptions[] = {
        .match = "input_metadata",
        .matchShort = "im",
        .placeholder = "<path>",
        .description = "Path to the input metadata file for BINAURAL_SPLIT_PCM input mode",
        .description = "Path to the input metadata file for BINAURAL_SPLIT_PCM input format",
    },
    {
        .id = CmdLnOptionId_sampleRate,
        .match = "sample_rate",
        .matchShort = "fs",
        .placeholder = "<fs>",
        .description = "Input sampling rate in kHz (16, 32, 48) - required only with raw PCM inputs",
        .description = "Input sampling rate in kHz (16, 32, 48) - required only with raw PCM input files",
    },
    {
        .id = CmdLnOptionId_trajFile,
@@ -197,7 +197,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .match = "complexity_level",
        .matchShort = "level",
        .placeholder = "<level>",
        .description = "Complexity level, level = (1, 2, 3), will be defined after characterisation.",
        .description = "Complexity level (1, 2, 3) - will be defined after characterisation",
    },
    {
        .id = CmdLnOptionId_quietModeEnabled,
@@ -209,7 +209,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .id = CmdLnOptionId_listFormats,
        .match = "list",
        .matchShort = "l",
        .description = "List supported audio formats",
        .description = "List supported audio formats of input file",
    },
    {
        .id = CmdLnOptionId_framing,