Loading lib_enc/swb_pre_proc.c +2 −2 Original line number Diff line number Diff line Loading @@ -711,11 +711,11 @@ void swb_pre_proc( { if ( st->L_frame == L_FRAME ) { L_resamp = 560; /* 6.4 kHz core -> 6 - 14 kHz band target -> 560 samples in 28 kHz sample rate */ L_resamp = 560; /* 6.4 kHz core -> 6 - 14 kHz SHB target. 20 ms is 560 samples in 28 kHz sample rate */ } else { L_resamp = 620; /* 8 kHz core -> 7.5 - 15.5 kHz band target -> 620 samples in 31 kHz sample rate */ L_resamp = 620; /* 8 kHz core -> 7.5 - 15.5 kHz SHB target. 20 ms is 620 samples in 31 kHz sample rate */ } /* Dirty downsampling to match Nyquist to upper frequency limit of target */ Loading Loading
lib_enc/swb_pre_proc.c +2 −2 Original line number Diff line number Diff line Loading @@ -711,11 +711,11 @@ void swb_pre_proc( { if ( st->L_frame == L_FRAME ) { L_resamp = 560; /* 6.4 kHz core -> 6 - 14 kHz band target -> 560 samples in 28 kHz sample rate */ L_resamp = 560; /* 6.4 kHz core -> 6 - 14 kHz SHB target. 20 ms is 560 samples in 28 kHz sample rate */ } else { L_resamp = 620; /* 8 kHz core -> 7.5 - 15.5 kHz band target -> 620 samples in 31 kHz sample rate */ L_resamp = 620; /* 8 kHz core -> 7.5 - 15.5 kHz SHB target. 20 ms is 620 samples in 31 kHz sample rate */ } /* Dirty downsampling to match Nyquist to upper frequency limit of target */ Loading