External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1KB

  1. Source: zita-resampler-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. make
  8. Standards-Version: 4.5.0
  9. Rules-Requires-Root: no
  10. Package: libzita-resampler-static
  11. Architecture: any
  12. Depends: ${misc:Depends}, ${shlibs:Depends}
  13. Description: C++ library for resampling audio signals (static)
  14. Zita resampler is a C++ library for resampling audio signals. It is
  15. designed to be used within a real-time processing context, to be
  16. fast, and to provide high-quality sample rate conversion.
  17. .
  18. The library operates on signals represented in single-precision
  19. floating point format. For multichannel operation both the input and
  20. output signals are assumed to be stored as interleaved samples.
  21. .
  22. The API allows a trade-off between quality and CPU load. For the
  23. latter a range of approximately 1:6 is available. Even at the
  24. highest quality setting libzita-resampler will be faster than most
  25. similar libraries, e.g. libsamplerate.
  26. .
  27. This package provides the static library used in KXStudio builds.