Commit 3c658e75 authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir
Browse files

slight modification to the wording describing ISAR output formats

parent 1fa9c75f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -552,11 +552,11 @@ ivas_error get_channel_config(
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED )
    {
        strcpy( str, "Binaural: split-rendering mode outputting encoded bitstream" );
        strcpy( str, "Binaural: Split-rendering mode with encoded output in an intermediate format" );
    }
    else if ( config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
    {
        strcpy( str, "Binaural: split-rendering mode outputting PCM binaural data and MD bitstream" );
        strcpy( str, "Binaural: split-rendering mode with separate PCM binaural output and metadata bitstream output" );
    }
    else if ( config == IVAS_AUDIO_CONFIG_EXTERNAL )
    {
+9 −9
Original line number Diff line number Diff line
@@ -388,21 +388,21 @@ Usage: ISAR_post_rend [options] -i <path> -if <format> -o <path>
 
Mandatory parameters: 
--------------------- 
-i File             : 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) 
-if Format          : Audio format of input file (BINAURAL_SPLIT_CODED, BINAURAL_SPLIT_PCM or RTPDUMP)
-o File             : Path to the output file 
-i File             : Path to the input File (WAV or raw PCM for BINAURAL_SPLIT_PCM format, or encoded intermediate-format data for BINAURAL_SPLIT_CODED format)
-if Format          : Audio format of input File (BINAURAL_SPLIT_CODED, BINAURAL_SPLIT_PCM or RTPDUMP)
-o File             : Path to the output File 

Options :
------- -
-im File            : Path to the input metadata file (mandatory for BINAURAL_SPLIT_PCM input format)
-fs                 : Input sampling rate in kHz (16, 32, 48) (mandatory for raw PCM input files)
-T File             : Head rotation trajectory file for simulation of head tracking
-prbfi File         : Split rendering BFI (Bad Frame Indicator) file
-im File            : Path to the coded metadata File (mandatory for BINAURAL_SPLIT_PCM format)
-fs                 : Input sampling rate in kHz (16, 32, 48) (mandatory for raw PCM input Files)
-T File             : Head rotation trajectory File for simulation of head tracking
-prbfi File         : Split rendering BFI (Bad Frame Indicator) File
-no_delay_cmp  		: Turn off delay compensation
-q                  : Quiet mode - limit printouts to terminal
-l                  : List supported audio formats of input file
-l                  : List supported audio formats of input File
-fr L               : Render frame size in ms L=(5, 10, 20), default is 20 
-s File             : Path to the split rendering SDP init params file (mandatory for RTPDUMP input format)
-s File             : Path to the split rendering SDP init params File (mandatory for RTPDUMP format)
-h                  : Show this help message and exit