Loading apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ int main( * - Write the parameters into output bitstream file *------------------------------------------------------------------------------------------*/ while ( 1 && frame <= 60 ) while ( 1 ) { /* Read the input data */ if ( ( error = AudioFileReader_read( audioReader, pcmBuf, pcmBufSize, &numSamplesRead ) ) != IVAS_ERR_OK ) Loading lib_com/ivas_ism_com.c +9 −9 Original line number Diff line number Diff line Loading @@ -347,16 +347,16 @@ void ivas_ism_reset_metadata( hIsmMeta->pitch = 0.0f; hIsmMeta->radius = 1.0f; #ifdef ISM_NON_DIEGETIC_PAN hIsmMeta->last_azimuth = 0.f; hIsmMeta->last_true_azimuth = 0.f; hIsmMeta->last_elevation = 0.f; hIsmMeta->last_true_elevation = 0.f; // hIsmMeta->last_azimuth = 0.f; // hIsmMeta->last_true_azimuth = 0.f; // hIsmMeta->last_elevation = 0.f; // hIsmMeta->last_true_elevation = 0.f; hIsmMeta->ism_metadata_flag = 1; hIsmMeta->radius_diff_cnt = 0; hIsmMeta->position_angle.angle1_diff_cnt = 0; hIsmMeta->position_angle.angle2_diff_cnt = 0; hIsmMeta->orientation_angle.angle1_diff_cnt = 0; hIsmMeta->orientation_angle.angle2_diff_cnt = 0; // hIsmMeta->radius_diff_cnt = 0; // hIsmMeta->position_angle.angle1_diff_cnt = 0; // hIsmMeta->position_angle.angle2_diff_cnt = 0; // hIsmMeta->orientation_angle.angle1_diff_cnt = 0; // hIsmMeta->orientation_angle.angle2_diff_cnt = 0; #endif return; Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ #define NON_DIEGETIC_PAN #define FIX_CRASH_EVS_BITSTREAM_WITH_OUTPUT #define ISM_NON_DIEGETIC_PAN //#define ISM_NON_DIEGETIC_PAN_SID #define ISM_NON_DIEGETIC_PAN_SID #define FIX_CLANG_WARNING Loading Loading
apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ int main( * - Write the parameters into output bitstream file *------------------------------------------------------------------------------------------*/ while ( 1 && frame <= 60 ) while ( 1 ) { /* Read the input data */ if ( ( error = AudioFileReader_read( audioReader, pcmBuf, pcmBufSize, &numSamplesRead ) ) != IVAS_ERR_OK ) Loading
lib_com/ivas_ism_com.c +9 −9 Original line number Diff line number Diff line Loading @@ -347,16 +347,16 @@ void ivas_ism_reset_metadata( hIsmMeta->pitch = 0.0f; hIsmMeta->radius = 1.0f; #ifdef ISM_NON_DIEGETIC_PAN hIsmMeta->last_azimuth = 0.f; hIsmMeta->last_true_azimuth = 0.f; hIsmMeta->last_elevation = 0.f; hIsmMeta->last_true_elevation = 0.f; // hIsmMeta->last_azimuth = 0.f; // hIsmMeta->last_true_azimuth = 0.f; // hIsmMeta->last_elevation = 0.f; // hIsmMeta->last_true_elevation = 0.f; hIsmMeta->ism_metadata_flag = 1; hIsmMeta->radius_diff_cnt = 0; hIsmMeta->position_angle.angle1_diff_cnt = 0; hIsmMeta->position_angle.angle2_diff_cnt = 0; hIsmMeta->orientation_angle.angle1_diff_cnt = 0; hIsmMeta->orientation_angle.angle2_diff_cnt = 0; // hIsmMeta->radius_diff_cnt = 0; // hIsmMeta->position_angle.angle1_diff_cnt = 0; // hIsmMeta->position_angle.angle2_diff_cnt = 0; // hIsmMeta->orientation_angle.angle1_diff_cnt = 0; // hIsmMeta->orientation_angle.angle2_diff_cnt = 0; #endif return; Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ #define NON_DIEGETIC_PAN #define FIX_CRASH_EVS_BITSTREAM_WITH_OUTPUT #define ISM_NON_DIEGETIC_PAN //#define ISM_NON_DIEGETIC_PAN_SID #define ISM_NON_DIEGETIC_PAN_SID #define FIX_CLANG_WARNING Loading