Commit 063db993 authored by vaclav's avatar vaclav
Browse files

updates

parent 32d98ab7
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1908,6 +1908,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" );
@@ -1931,10 +1935,6 @@ static void usage_dec( void )
    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" );
#ifdef DEBUG_MODE_INFO
+10 −1
Original line number Diff line number Diff line
@@ -316,6 +316,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
@@ -354,6 +356,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
@@ -695,6 +698,12 @@ obj_<int>_azi=<float> azimuth angle in degrees to be applied on object <int>,
obj_<int>_relazi=0|1    if 1, obj_<int>_azi is interpreted as a relative modification. default is absolute modification
obj_<int>_ele=<float>   elevation angle in degrees to be applied on object <int>, 0-based indexing
obj_<int>_relele=0|1    if 1, obj_<int>_ele is interpreted as a relative modification. default is absolute modification
obj_<int>_radius=<float>  linear radius to be applied on object <int>, 0-based indexing
obj_<int>_relradius=0|1   if 1, obj_<int>_radius is interpreted as a relative modification. default is absolute modification
obj_<int>_yaw=<float>   yaw angle in degrees to be applied on object <int>, 0-based indexing
obj_<int>_relyaw=0|1    if 1, obj_<int>_yaw is interpreted as a relative modification. default is absolute modification
obj_<int>_pitch=<float>   pitch angle in degrees to be applied on object <int>, 0-based indexing
obj_<int>_relpitch=0|1    if 1, obj_<int>_pitch is interpreted as a relative modification. default is absolute modification

If a parameter is not specified, that parameter is not edited. An empty line in the file corresponds to
not editing any parameter in the item.
+6 −6

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.