1. 21 Sep, 2020 1 commit
  2. 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
  3. 16 Mar, 2020 1 commit
  4. 12 Mar, 2020 1 commit
  5. 01 Feb, 2020 1 commit
  6. 18 Jan, 2020 1 commit
  7. 17 Jun, 2019 1 commit
  8. 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
  9. 31 Oct, 2018 1 commit
  10. 02 Jan, 2018 2 commits
  11. 01 Jan, 2018 1 commit
  12. 08 May, 2017 1 commit
  13. 03 Jan, 2017 1 commit
  14. 09 Sep, 2016 1 commit
  15. 01 Mar, 2016 1 commit
  16. 26 Feb, 2016 1 commit
  17. 20 Jun, 2015 1 commit
  18. 25 Jan, 2015 1 commit
  19. 22 Jan, 2015 3 commits
  20. 21 Jan, 2015 4 commits
  21. 01 Jan, 2015 1 commit
  22. 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
  23. 16 Aug, 2014 1 commit
  24. 21 Jan, 2014 1 commit
  25. 13 Jan, 2014 1 commit
  26. 01 Dec, 2013 1 commit