Skip to content
Snippets Groups Projects
  1. Sep 10, 2018
  2. Aug 31, 2018
  3. Jul 28, 2018
  4. Jul 27, 2018
  5. Jul 26, 2018
  6. Jul 22, 2018
  7. Jun 14, 2018
  8. May 29, 2018
  9. May 28, 2018
  10. May 24, 2018
  11. May 14, 2018
  12. Mar 27, 2018
  13. Mar 21, 2018
  14. 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.
      a4b5282f
  15. Feb 21, 2018
  16. Feb 20, 2018
  17. Jan 26, 2018
  18. Dec 31, 2017
  19. Dec 07, 2017
  20. Nov 16, 2017
  21. Nov 10, 2017
  22. Nov 07, 2017
  23. Oct 06, 2017
    • Jean-Marc Valin's avatar
      Fixing (hopefully) bandwidth detection for 24 kHz analysis · b30f45b9
      Jean-Marc Valin authored
      The masking term was previously completely broken (even in 1.1). The
      bandwidth detection relies mostly on the noise floor and can only use
      masking to cut one extra band. The 12-24 kHz energy is now normalized properly
      but uses a higher noise floor due to the leakage in the resampler. Bandwidth
      detection is still mostly useless at identifying SWB speech (it usually says
      FB).
      b30f45b9
Loading