Commit e8608679 authored by emerit's avatar emerit
Browse files

fix script

parent 57a6ca0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );