Commit bb5ad452 authored by norvell's avatar norvell
Browse files

Updated comment regarding SHB target

parent d16adde4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */