Skip to content
Snippets Groups Projects
  1. Feb 14, 2017
  2. Dec 22, 2016
  3. 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
  4. Dec 18, 2016
  5. Dec 16, 2016
  6. Nov 11, 2016
    • Ralph Giles's avatar
      Remove commented-out DEBUG_STORE_DATA calls. r=keon · 3fdfcd40
      Ralph Giles authored
      Also remove the SILK_DEBUG_STORE_CLOSE_FILES flush call from
      opus_demo.
      
      This is debugging code which is no longer used, but defining
      the symbols for SILK_DEBUG_STORE_CLOSE_FILES and calling it
      from opus_demo causes linking problems on Microsoft Visual Studio
      where we have strict controls on public symbols and want to
      test the compiled DLL.
      
      Since the code isn't in active use, it's better to remove it
      to avoid clutter and address the linking issue.
      3fdfcd40
  7. Nov 06, 2016
  8. Nov 05, 2016
  9. Nov 02, 2016
    • Mark Harris's avatar
      Reduce redundancy when SILK uses too many bits · 20bf3b33
      Mark Harris authored
      Fix Hybrid redundancy assertion failure in ec_enc_shrink(), even
      if SILK produces more than maxBits, by reducing or eliminating
      redundancy when necessary.  Don't reserve space for redundancy that
      is too small to be used for redundancy.  When there is not enough
      space for redundancy, allow the regular frame to use all the bits.
      20bf3b33
    • Mark Harris's avatar
      Fix redundancy on SILK 80+ms bandwidth switch · 1fd53f9a
      Mark Harris authored
      With packets of 80 ms or more, a SILK bandwidth switch was missing
      the second half of the redundancy, because st->silk_bw_switch was
      cleared too early before any recursive calls.
      1fd53f9a
  10. Oct 31, 2016
  11. Oct 28, 2016
  12. Oct 27, 2016
  13. Oct 05, 2016
  14. Sep 20, 2016
  15. Sep 16, 2016
  16. Sep 14, 2016
  17. Sep 08, 2016
  18. Sep 07, 2016
  19. Sep 03, 2016
  20. Sep 01, 2016
  21. Aug 27, 2016
    • Mark Harris's avatar
      Correct multistream variable frame size stride · 7d0e33f7
      Mark Harris authored
      The multistream encoder input has st->layout.nb_channels channels.
      The number of channels actually encoded is st->layout.nb_streams +
      st->layout.nb_coupled_streams, which may be fewer, so ideally it
      would only analyze those when computing the optimal frame size, but
      there is no code to do that currently.
      7d0e33f7
    • Mark Harris's avatar
      Correct analysis downmix scaling factor · 3421f6d2
      Mark Harris authored
      Divide by the actual number of channels mixed
      3421f6d2
  22. Aug 25, 2016
  23. Aug 21, 2016
  24. Aug 15, 2016
  25. Aug 11, 2016
  26. Jul 22, 2016
Loading