1. 26 Apr, 2021 1 commit
    • Max Kellermann's avatar
      output/jack: enable on Windows · 0f02bbc2
      Max Kellermann authored
      This enables the JACK output plugin on Windows, but doesn't link
      against libjack64.dll, instead loads the DLL at runtime with
      LoadLibrary().  This kludge avoids the extremely fragile JACK shared
      memory protocol by using the system's libjack64.dll, without requiring
      the same DLL at build time.
      0f02bbc2
  2. 05 Mar, 2021 1 commit
  3. 11 Nov, 2020 1 commit
  4. 10 Nov, 2020 1 commit
  5. 04 Nov, 2020 2 commits
  6. 28 Oct, 2020 1 commit
  7. 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
  8. 14 Aug, 2020 2 commits
  9. 01 Aug, 2020 1 commit
  10. 20 Jul, 2020 1 commit
  11. 10 Jul, 2020 1 commit
  12. 06 Jul, 2020 4 commits
  13. 30 May, 2020 1 commit
  14. 30 Apr, 2020 1 commit
  15. 26 Apr, 2020 1 commit
  16. 16 Dec, 2019 1 commit
  17. 12 Aug, 2019 1 commit
  18. 05 Aug, 2019 1 commit
    • Fredrik Noring's avatar
      decoder/sidplay: Add "default_genre" option · 7363fe90
      Fredrik Noring authored
      Genres are not part of the SID format, so SID files are genreless. This
      "default_genre" option may be used to assign a default genre to all SID
      music, for example "SID", "C64", "Chiptune", etc.
      7363fe90
  19. 03 Aug, 2019 2 commits
  20. 27 Jun, 2019 1 commit
  21. 26 Jun, 2019 1 commit
  22. 31 May, 2019 1 commit
  23. 21 Mar, 2019 1 commit
  24. 20 Mar, 2019 1 commit
  25. 18 Mar, 2019 5 commits
  26. 06 Mar, 2019 2 commits
  27. 22 Feb, 2019 1 commit
  28. 20 Feb, 2019 1 commit
  29. 17 Feb, 2019 1 commit