Commit 2fba048c authored by Manuel Jander's avatar Manuel Jander
Browse files

Correct hb_speech scale, which is 0 and not -1.

parent da1325ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ ivas_error evs_enc_fx(
        /* Common pre-processing for WB TBE and WB BWE */
#ifdef HARMONIZE_TBE2
#ifdef NONBE_FIX_ISSUE_2206
        wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, -1 );
        wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, 0 );
#else
        wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech );
#endif