Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 12, 2018
    • Jean-Marc Valin's avatar
      Using a first-order filter for DC rejection · a4b5282f
      Jean-Marc Valin authored
      A second-order DC rejection filter is uselsss unless we have complex
      poles. However, complex poles means we have to compute the filter as a
      single pass (rather than two casdaded first-order filters), which has
      numerical issues that would require a higher complexity to solve.
      So rather than waste cycles with a second-order filter (with a longer
      impulse response), we just go with a first-order filter.
      Verified
      a4b5282f
  3. Mar 02, 2018
  4. Feb 22, 2018
  5. Feb 21, 2018
  6. Feb 20, 2018
  7. Feb 18, 2018
  8. Feb 15, 2018
  9. Feb 13, 2018
  10. Jan 26, 2018
  11. Dec 31, 2017
  12. Dec 19, 2017
  13. Dec 07, 2017
  14. Nov 16, 2017
  15. Nov 10, 2017
  16. Nov 08, 2017
  17. Nov 07, 2017
  18. Oct 30, 2017
  19. Oct 29, 2017
  20. Oct 23, 2017
  21. Oct 08, 2017
  22. Oct 06, 2017
  23. Oct 05, 2017
  24. Sep 28, 2017
    • Jean-Marc Valin's avatar
      Better rate allocation for stereo SILK in hybrid mode · f3cff05e
      Jean-Marc Valin authored
      SILK was being allocated too few bits for stereo hybrid, often resulting
      in forced narrowing of the width. We now allocate more bits to SILK
      and reduce the threshold for narrowing. This improves quality enough that
      the bitrate threshold for switching to SILK can be increased to 44 kb/s.
      Verified
      f3cff05e
Loading