1. 17 Jan, 2009 1 commit
  2. 15 Jan, 2009 2 commits
  3. 07 Jan, 2009 11 commits
  4. 03 Jan, 2009 2 commits
  5. 29 Dec, 2008 1 commit
  6. 24 Dec, 2008 1 commit
    • Max Kellermann's avatar
      pcm_utils: check pcm_convert()==0 · 0d9d82a9
      Max Kellermann authored
      It is illegal to pass an empty audio buffer around.  pcm_resample()
      sometimes seems to result in 0 samples, maybe related to
      libsamplerate.  To work around that problem, add special checks after
      both pcm_convert() invocations.  Removed the pcm_resample()==0 checks
      from pcm_convert().
      0d9d82a9
  7. 08 Dec, 2008 1 commit
    • Max Kellermann's avatar
      pcm_utils: always round up resampling buffer size · 5b11d5a3
      Max Kellermann authored
      libsamplerate produces cracks in the sound output when the destination
      buffer is too small.  This is the case when pcm_convert_size() rounds
      down.  Use ceil(x) instead of floor(0.5+x) there to prevent a buffer
      overrun.
      5b11d5a3
  8. 02 Dec, 2008 1 commit
  9. 11 Nov, 2008 2 commits
  10. 23 Oct, 2008 7 commits
  11. 21 Oct, 2008 3 commits
  12. 12 Oct, 2008 5 commits
  13. 10 Oct, 2008 2 commits
  14. 09 Oct, 2008 1 commit