Skip to content
Snippets Groups Projects
  1. Oct 19, 2011
  2. Oct 17, 2011
  3. Oct 16, 2011
  4. Oct 14, 2011
  5. Oct 13, 2011
  6. 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
  7. Oct 11, 2011
  8. Oct 10, 2011
  9. Oct 09, 2011
  10. Oct 08, 2011
  11. Oct 07, 2011
    • Jean-Marc Valin's avatar
      Proper SILK delay compensation for resampling · b5972388
      Jean-Marc Valin authored
      Adds SILK delay compensation that depends on encode and decode sampling
      rate, as well as SILK internal coding rate. This ensures that the SILK
      part of Opus is always in sync with the CELT part no matter what the
      sampling rates are. It also increases the resampling delay to 1.15 ms
      (was previously 0.48 ms).
      b5972388
  12. Oct 06, 2011
    • 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
  13. Oct 05, 2011
  14. Oct 04, 2011
  15. Oct 03, 2011
  16. Oct 02, 2011
  17. Sep 30, 2011
  18. Sep 29, 2011
  19. Sep 23, 2011
Loading