1. 26 Nov, 2014 3 commits
  2. 25 Nov, 2014 11 commits
  3. 24 Nov, 2014 8 commits
  4. 18 Nov, 2014 6 commits
  5. 12 Nov, 2014 2 commits
  6. 11 Nov, 2014 9 commits
  7. 10 Nov, 2014 1 commit
    • Max Kellermann's avatar
      pcm/SoxrResampler: round output buffer size up · 8d036c4b
      Max Kellermann authored
      The old formula calculates the output buffer size with "regular"
      rounding (to the nearest integer), however sometimes, that is
      insufficient and the last sample cannot be resampled.  This causes
      audible distortions.  By changing the formula to consider the worst
      case (always round up), this problem is eliminated.
      8d036c4b