Skip to content
Snippets Groups Projects
  1. Dec 22, 2016
  2. 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
  3. Dec 19, 2016
  4. Dec 18, 2016
  5. Dec 16, 2016
  6. Nov 17, 2016
    • Ricardo Constantino's avatar
      genversion.bat: generate same version as update_version · 8fe210f1
      Ricardo Constantino authored and Ralph Giles's avatar Ralph Giles committed
      
      Remove version.mk and references to it in the repo.
      
      genversion.bat will now generate the same version strings as
      update_version script, i.e. without 'v' prefix and without a
      fallback if git archive is used.
      
      If run from a release tarball it'll use package_version,
      like configure. If run from a git repo, it will use the same
      'git describe' with '-dirty' as update_version.
      
      Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
      8fe210f1
    • Mark Harris's avatar
      Correct SILK encoder gain limit · bd54e279
      Mark Harris authored
      Ensure that the SILK encoder's log gain is 63, not 64, when encoding
      a maximum-value delta gain index of 40.  This matches the decoder
      and RFC 6716 4.2.7.4, and prevents an assertion failure in the rare
      case that the gain is later independently coded.
      bd54e279
  7. Nov 11, 2016
  8. Nov 10, 2016
  9. Nov 06, 2016
  10. Nov 05, 2016
  11. Nov 03, 2016
  12. Nov 02, 2016
  13. Nov 01, 2016
  14. Oct 31, 2016
  15. Oct 29, 2016
  16. Oct 28, 2016
  17. Oct 27, 2016
    • Jean-Marc Valin's avatar
      Fixes an unstable energy issue for low-bitrate hybrid · 2af92cd9
      Jean-Marc Valin authored
      The transient detector would trigger on low-pitch vowels, but we didn't have
      enough bits to properly code the high bands as a transient, resulting in
      partial collapse and unstable energy.
      2af92cd9
    • Ralph Giles's avatar
      Make use of dot optional in generating documentation. · 76fa939b
      Ralph Giles authored
      Different distributions of doxygen have different default
      values of HAVE_DOT setting, so we need to pick a specific
      setting to avoid 'missing dot' warnings on some platforms.
      
      Doxygen uses it to generate inclusion graphs for our various
      header files, which is somewhat useful, but not essential.
      We therefore enable dot if it's present (usually through
      the parent graphviz package) but disable it if it's not
      available, silencing the warning, but not giving uniform
      results.
      76fa939b
Loading