1. 13 Oct, 2021 2 commits
  2. 26 Aug, 2021 3 commits
  3. 05 Aug, 2021 1 commit
  4. 25 Jun, 2021 1 commit
  5. 31 May, 2021 1 commit
  6. 20 Apr, 2021 1 commit
  7. 01 Jan, 2021 1 commit
  8. 28 Oct, 2020 1 commit
  9. 21 Sep, 2020 1 commit
  10. 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
  11. 01 Jul, 2020 1 commit
  12. 07 May, 2020 1 commit
  13. 04 May, 2020 1 commit
  14. 15 Apr, 2020 1 commit
  15. 26 Mar, 2020 1 commit
  16. 16 Mar, 2020 3 commits
  17. 13 Mar, 2020 2 commits
    • Rosen Penev's avatar
      replace stdint.h with cstdint · a2f5a63b
      Rosen Penev authored
      The former is deprecated by C++14. The standard says they are the same:
      
      The header defines all types and macros the same as the C standard library
      header<stdint.h>.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      a2f5a63b
    • Rosen Penev's avatar
      replace stddef.h with cstddef · 2db8bcc3
      Rosen Penev authored
      The former is deprecated with C++14. The standard says both are the same:
      
      The contents and meaning of the header<cstddef>are the same as the C
      standard library header<stddef.h>,except that it does not declare the type
      wchar_t, that it also declares the type byte and its associated
      operations (21.2.5), and as noted in 21.2.3 and 21.2.4.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      2db8bcc3
  18. 12 Mar, 2020 2 commits
  19. 05 Feb, 2020 1 commit
  20. 02 Feb, 2020 1 commit
  21. 01 Feb, 2020 4 commits
  22. 18 Jan, 2020 3 commits
  23. 17 Jan, 2020 5 commits
  24. 14 Jan, 2020 1 commit