Loading scripts/binauralRenderer_interface/generate_crend_ivas_tables_from_sofa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2299,7 +2299,7 @@ void update_c_file_with_reverb( int16_t *pEner_l_fx, int16_t *pEner_r_fx, int16_ fprintf( fp, "\n\n/* Sample Rate = %ld */\n", (long) samplerate ); fprintf( fp, "\nextern const Word16 defaultHRIR_Q_%dkHz_fx = %d;", samplerate / 1000, factorQ ); fprintf( fp, "\nconst Word16 defaultHRIR_Q_%dkHz_fx = %d;", samplerate / 1000, factorQ ); /* float *defaultHRIR_right_avg_power_[LR_IAC_LENGTH_NR_FC];*/ fprintf( fp, "\nconst Word16 defaultHRIR_coherence_%dkHz_fx[%s] = \n", samplerate / 1000, len_str ); Loading Loading
scripts/binauralRenderer_interface/generate_crend_ivas_tables_from_sofa.c +1 −1 Original line number Diff line number Diff line Loading @@ -2299,7 +2299,7 @@ void update_c_file_with_reverb( int16_t *pEner_l_fx, int16_t *pEner_r_fx, int16_ fprintf( fp, "\n\n/* Sample Rate = %ld */\n", (long) samplerate ); fprintf( fp, "\nextern const Word16 defaultHRIR_Q_%dkHz_fx = %d;", samplerate / 1000, factorQ ); fprintf( fp, "\nconst Word16 defaultHRIR_Q_%dkHz_fx = %d;", samplerate / 1000, factorQ ); /* float *defaultHRIR_right_avg_power_[LR_IAC_LENGTH_NR_FC];*/ fprintf( fp, "\nconst Word16 defaultHRIR_coherence_%dkHz_fx[%s] = \n", samplerate / 1000, len_str ); Loading