1. 18 Oct, 2021 1 commit
  2. 13 Oct, 2021 1 commit
  3. 25 Jun, 2021 1 commit
  4. 01 Jan, 2021 1 commit
  5. 21 Sep, 2020 1 commit
  6. 04 Sep, 2020 1 commit
    • bitkeeper's avatar
      Support soxr custom recipes. · 9aa432c0
      bitkeeper authored
      MPD uses soxr with prefined resample recipes. Soxr also support defining a recipe your self.
      This commit will support a custom recipe by changing the existing quality setting to "custom".
      
      The same structs as the predefined recipes uses can now set by hand.
      
      This will make the following settings available:
      - precision 16|20|24|28|32 bits, example "28"
      - phase_response - 0-100, example "45"
      - passband_end - used bandwidth of source 80-99.7%, example "99.7.0"
      - stopband_begin - anti aliasing 100.0+%, example "100".
      - attenuation - signal reduciton in dB's, 0-30. example "3.0".
      - flags "0" - additional bitmask with extra settings
      
      The data is set in the structs soxr_quality_spec and soxr_io_spec (found in soxr.h).
      9aa432c0
  7. 16 Mar, 2020 1 commit
  8. 12 Mar, 2020 1 commit
  9. 01 Feb, 2020 1 commit
  10. 18 Jan, 2020 1 commit
  11. 17 Jun, 2019 1 commit
  12. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  13. 31 Oct, 2018 1 commit
  14. 02 Jan, 2018 2 commits
  15. 01 Jan, 2018 1 commit
  16. 08 May, 2017 1 commit
  17. 03 Jan, 2017 1 commit
  18. 09 Sep, 2016 1 commit
  19. 01 Mar, 2016 1 commit
  20. 26 Feb, 2016 1 commit
  21. 20 Jun, 2015 1 commit
  22. 25 Jan, 2015 1 commit
  23. 22 Jan, 2015 3 commits
  24. 21 Jan, 2015 4 commits
  25. 01 Jan, 2015 1 commit
  26. 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
  27. 16 Aug, 2014 1 commit
  28. 21 Jan, 2014 1 commit
  29. 13 Jan, 2014 1 commit
  30. 01 Dec, 2013 1 commit