Skip to content
Snippets Groups Projects
  1. Oct 12, 2011
    • Jean-Marc Valin's avatar
      Misc bug fixes · b24e5746
      Jean-Marc Valin authored
      - There was a bug where the decoder resampler was not properly initialized
      when fs_kHz == API_fs_kHz. In that case the resampler would continue to
      upsample, and the output was corrupt.
      
      - The delay value in the decoder was taken from the state before it was
      potentially updated. This caused the decoder to apply the new dalay value one
      frame late
      
      - The encoder and decoder states are now updated more consistently, when
      the sampling rate changes (pesq liked these changes)
      
      - Properly resetting the side channel encoder and decoder for the first
      frame with side coding active again
      
      - Faster updating the "ratio" value in the LR_to_MS() code for large
      prediction values means that for certain extreme/artificial input
      signals the output looks better
      b24e5746
  2. Oct 11, 2011
  3. Oct 10, 2011
  4. Oct 09, 2011
  5. Oct 08, 2011
  6. Oct 07, 2011
  7. Oct 06, 2011
    • Timothy B. Terriberry's avatar
      More draft updates and additions. · a5e96b84
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      This patch
       * expands sections on LPC and LTP synthesis into something that can
          actually be implemented
       * fixes an error in the excitation reconstruction
       * reverts an erroneous simplification of the subframe gain
          decoding, and
       * updates the LPC gain limiting description to reflect the new,
          more accurate approach for computing the reflection
          coefficients.
      It also includes a number of general clean-ups, such as
       * correcting the description of the sample rates various pieces
          run at (e.g., we can decode directly to rates other than 48 kHz)
       * the usage of "sampling rate" vs. "sample rate"
       * capitalization consistency in TOC titles, and
       * better selection of which sections appear in the TOC.
      a5e96b84
    • Koen Vos's avatar
      SILK update · 88875669
      Koen Vos authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      Simplifies mono/stereo switching in SILK
      Fixes a quantization mismatch between encoder and decoder
      Constrains the pitch lags in the same way in the encoder and decoder
      88875669
  8. Oct 05, 2011
  9. Oct 04, 2011
  10. Oct 03, 2011
Loading