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.

38 lines
1.5KB

  1. Source: libsamplerate-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. autoconf,
  8. automake,
  9. libtool,
  10. pkg-config,
  11. libsndfile-static (>= 6:1.1.0-2kxstudio3),
  12. fftw3-static (>= 6:3.3.10-1kxstudio3)
  13. Standards-Version: 4.5.0
  14. Homepage: http://www.mega-nerd.com/SRC/
  15. Rules-Requires-Root: no
  16. Package: libsamplerate-static
  17. Architecture: any
  18. Depends: ${misc:Depends}
  19. Description: Audio sample rate conversion library (static)
  20. libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
  21. .
  22. libsamplerate currently provides three different sample rate conversion
  23. algorithms; zero order hold, linear interpolation and FIR filter interpolation
  24. (using filters derived from the mathematical SINC function). The first two
  25. algorithms (zero order hold and linear) are included for completeness and are
  26. not recommended for any application where high quality sample rate conversion
  27. is required. For the FIR/Sinc algorithm, three converters are provided;
  28. SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
  29. trade off between conversion speed and conversion quality.
  30. .
  31. libsamplerate is capable of downsampling to 1/256 of the original sample rate
  32. and upsampling to 256 times the original sample rate. It is also capable of
  33. time varying conversions for vary speed effects and synchronising of two
  34. unlocked sample rates.
  35. .
  36. This package provides the static library used in KXStudio builds.