Commit 5b61fc19 authored by vaclav's avatar vaclav
Browse files

update Readme.txt

parent 9412db9f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -1770,6 +1770,10 @@ static void usage_dec( void )
    fprintf( stdout, "-rvf File           : Reference vector specified by external trajectory File\n" );
    fprintf( stdout, "                      works only in combination with '-otr ref_vec' and 'ref_vec_lev' modes\n" );
    fprintf( stdout, "-render_config File : Renderer configuration File\n" );
#ifdef FIX_1318_ROOM_SIZE_CMD_LINE
    fprintf( stdout, "-room_size (S|M|L)  : Selects default reverb based on a room size (S - small | M - medium | L - large)\n" );
    fprintf( stdout, "                      for BINAURAL_ROOM_REVERB output configuration,\n" );
#endif   
    fprintf( stdout, "-om File            : Metadata output File for BINAURAL_SPLIT_PCM OutputConf (only for Fs = 48 kHz)\n" );
    fprintf( stdout, "-non_diegetic_pan P : panning mono non-diegetic sound to stereo with panning P, -90<= P <=90,\n" );
    fprintf( stdout, "                      left or l or 90->left, right or r or -90->right, center or c or  0->middle\n" );
@@ -1785,13 +1789,8 @@ static void usage_dec( void )
    fprintf( stdout, "                      ID and duration pairs, where duration is specified in frames\n" );
    fprintf( stdout, "                      for BINAURAL_ROOM_REVERB output configuration.\n" );
    fprintf( stdout, "-obj_edit File      : Object editing instructions file or NULL for built-in example\n" );

    fprintf( stdout, "-level level        : Complexity level, level = (1, 2, 3), will be defined after characterisation. \n" );
    fprintf( stdout, "                      Currently, all values default to level 3 (full functionality).\n" );
#ifdef FIX_1318_ROOM_SIZE_CMD_LINE
    fprintf( stdout, "-room_size (S|M|L)  : Selects default reverb based on a room size (S - small | M - medium | L - large)\n" );
    fprintf( stdout, "                      for BINAURAL_ROOM_REVERB output configuration,\n" );
#endif
    fprintf( stdout, "-q                  : Quiet mode, no frame counter\n" );
    fprintf( stdout, "                      default is deactivated\n" );
    fprintf( stdout, "\n" );
+3 −0
Original line number Diff line number Diff line
@@ -318,6 +318,8 @@ Options:
-rvf File           : Reference vector specified by external trajectory File
                      works only in combination with '-otr ref_vec' and 'ref_vec_lev' modes
-render_config File : Binaural renderer configuration parameters in File (only for binaural outputs)
-room_size (S|M|L)  : Selects default reverb based on a room size (S - small | M - medium | L - large)
                      for BINAURAL_ROOM_REVERB output configuration
-non_diegetic_pan P : panning mono non-diegetic sound to stereo -90<= P <=90,
                      left or l or 90->left, right or r or -90->right, center or c or  0->middle
-exof File          : External orientation trajectory File for simulation of external orientations
@@ -352,6 +354,7 @@ Options:
-rf File           	: Reference rotation trajectory File for simulation of head tracking (only for binaural outputs)
-rvf File           : Reference vector trajectory File for simulation of head tracking (only for binaural outputs)
-render_config File : Binaural renderer configuration parameters in File (only for binaural outputs)
-room_size (S|M|L)  : Selects default reverb based on a room size (S - small | M - medium | L - large)
-non_diegetic_pan P : Panning mono non-diegetic sound to stereo -90<= P <= 90
                                            left or l or 90->left, right or r or -90->right, center or c or 0 ->middle
-exof File          : External orientation trajectory File for simulation of external orientations