Loading apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1909,7 +1909,7 @@ static void usage_enc( void ) fprintf( stdout, " where positive (+) means full 3D and negative (-) only 2D/planar components to be coded\n" ); #ifdef AMBISONICS_CONVENTIONS fprintf( stdout, "-sba_convention n : Ambisonics convention of the input signal" ); fprintf( stdout, " where n = 0 (ACN-SN3D), 1 (ACN-N3D), 2 (AMBIX), 3 (FuMa-MaxN), 4 (SID-SN3D), 5 (SID-N3D)" ); fprintf( stdout, " where n = 0 (ACN-SN3D), 1 (ACN-N3D), 2 (FuMa-MaxN), 3 (SID-SN3D), 4 (SID-N3D)" ); #endif fprintf( stdout, "-masa Ch File : MASA format \n" ); fprintf( stdout, " where Ch specifies the number of MASA input/transport channels (1 or 2): \n" ); Loading Loading
apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1909,7 +1909,7 @@ static void usage_enc( void ) fprintf( stdout, " where positive (+) means full 3D and negative (-) only 2D/planar components to be coded\n" ); #ifdef AMBISONICS_CONVENTIONS fprintf( stdout, "-sba_convention n : Ambisonics convention of the input signal" ); fprintf( stdout, " where n = 0 (ACN-SN3D), 1 (ACN-N3D), 2 (AMBIX), 3 (FuMa-MaxN), 4 (SID-SN3D), 5 (SID-N3D)" ); fprintf( stdout, " where n = 0 (ACN-SN3D), 1 (ACN-N3D), 2 (FuMa-MaxN), 3 (SID-SN3D), 4 (SID-N3D)" ); #endif fprintf( stdout, "-masa Ch File : MASA format \n" ); fprintf( stdout, " where Ch specifies the number of MASA input/transport channels (1 or 2): \n" ); Loading