Skip to content
Snippets Groups Projects
  1. Mar 21, 2025
  2. Mar 03, 2025
  3. Feb 13, 2025
  4. Feb 12, 2025
  5. Jan 27, 2025
    • Jean-Marc Valin's avatar
      Saturate de-emphasis so we can increase SIG_SAT · 5c13840b
      Jean-Marc Valin authored
      We were originally saturating the comb filter with enough margin
      that the de-emphasis couldn't overflow at low frequency
      (1/(1-.85) gain). The problem is that didn't leave enough headroom
      for a full-scale HF signal.
      5c13840b
  6. Jun 11, 2020
  7. Apr 01, 2019
  8. May 15, 2018
    • Jean-Marc Valin's avatar
      Aborting on NaN in CELT · 652c4559
      Jean-Marc Valin authored
      NaNs should be filtered at the Opus layer, so if there are any in the CELT
      encoder, then it's likely something went horribly wrong (e.g. corrupted state).
      In that case, better abort than have something bad happen.
      652c4559
  9. Mar 27, 2018
  10. Feb 15, 2017
  11. Dec 20, 2016
    • Jean-Marc Valin's avatar
      Makes analysis run at 24 kHz, with 20-ms frames · cf9409fe
      Jean-Marc Valin authored
      The change also makes the analysis run for sampling rates of 16 kHz and 24 kHz
      since the features are only computed on the 0-8 kHz band. The longer time
      window (20 ms instead of 10 ms) makes the tonality estimator more reliable
      for low-pitch harmonics.
      cf9409fe
  12. Aug 06, 2016
  13. Jul 22, 2016
  14. Jul 06, 2016
  15. Jan 23, 2014
  16. Jan 21, 2014
  17. Jan 06, 2014
  18. Dec 10, 2013
  19. Dec 09, 2013
  20. Nov 18, 2013
  21. Oct 28, 2013
    • Gregory Maxwell's avatar
      Replace "inline" with OPUS_INLINE. · 7830cf1b
      Gregory Maxwell authored
      Newer versions of MSVC are unhappy with the strategy of the build
       environment redefining "inline" (even though they don't support the
       actual keyword). Instead we define OPUS_INLINE to the right thing
       in opus_defines.h.
      
      This is the same approach we use for restrict.
      7830cf1b
  22. Sep 06, 2013
  23. Aug 29, 2013
  24. Jul 12, 2013
Loading