Commit 14525296 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

update readme file

parent a724899c
Loading
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -388,23 +388,23 @@ Usage: ISAR_post_rend [options] -i <path> -if <format> -o <path>

Mandatory parameters:
---------------------
--input_file, -i <path>                 : 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)
--input_format, -if <format>            : Audio format of input file (e.g. BINAURAL_SPLIT_CODED, BINAURAL_SPLIT_PCM, ... Use -l for a list)
--output_file, -o <path>                : Path to the output file
-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 (e.g. BINAURAL_SPLIT_CODED, BINAURAL_SPLIT_PCM, ... Use -l for a list)
-o File                                 : Path to the output file

Options:
--------
--input_metadata, -im <path>            : Path to the input metadata file for BINAURAL_SPLIT_PCM input format
--sample_rate, -fs <fs>                 : Input sampling rate in kHz (16, 32, 48) - required only with raw PCM input files
--trajectory_file, -T <path>            : Head rotation trajectory file for simulation of head tracking
--post_rend_bfi_file, -prbfi <path>     : Split rendering BFI (Bad Frame Indicator) file
--no_delay_compensation, -no_delay_cmp  : Turn off delay compensation
--complexity_level, -level <level>      : Complexity level (1, 2, 3) - will be defined after characterisation
--quiet, -q                             : Quiet mode - limit printouts to terminal
--list, -l                              : List supported audio formats of input file
--framing, -fr <size>                   : Render frame size in ms (5, 10, 20), default is 20
--sr_params, -s <path>                  : Path to the split rendering init params file
--help, -h                              : Show this help message and exit
-im File                                : Path to the input metadata file for BINAURAL_SPLIT_PCM input format
-fs                                     : Input sampling rate in kHz (16, 32, 48) - required only with 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
-level level                            : Complexity level (1, 2, 3) - will be defined after characterisation
-q                                      : Quiet mode - limit printouts to terminal
-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 init params file
-h                                      : Show this help message and exit


The usage of the "ambi_converter" program is as follows: