Skip to content
Snippets Groups Projects
  1. Jul 11, 2012
  2. May 16, 2012
  3. May 15, 2012
  4. Apr 24, 2012
  5. Apr 20, 2012
  6. Mar 06, 2012
  7. Mar 05, 2012
  8. Feb 17, 2012
  9. Jan 24, 2012
  10. Dec 13, 2011
  11. Nov 26, 2011
  12. Oct 27, 2011
  13. Oct 20, 2011
    • Jean-Marc Valin's avatar
      Implements hard CBR for SILK · 294bfec2
      Jean-Marc Valin authored
      This is achieved by running the encoding process in a loop and
      padding when we don't reach the exact rate. It also implements
      VBR-with-cap, which means we no longer need to artificially decrease
      the SILK bandwidth when it's close to the cap.
      294bfec2
  14. Oct 19, 2011
  15. Oct 14, 2011
  16. Oct 13, 2011
  17. 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
  18. Oct 11, 2011
  19. Oct 08, 2011
    • Jean-Marc Valin's avatar
      Redundancy fixes · 591b7494
      Jean-Marc Valin authored
      No longer encoding the redundancy flag for SILK since we can infer
      redundancy from the length of the frame. Also, we skip encoding the
      flag for hybrid mode when we know the decoder will not read it.
      591b7494
  20. Oct 05, 2011
  21. Oct 04, 2011
  22. Oct 03, 2011
  23. Oct 02, 2011
  24. Sep 16, 2011
  25. Sep 14, 2011
  26. Sep 08, 2011
  27. Sep 06, 2011
  28. Sep 05, 2011
Loading