Config.in 611 B

123456789101112131415
  1. config BR2_PACKAGE_LIBSOXR
  2. bool "libsoxr"
  3. help
  4. The SoX Resampler library `libsoxr' performs one-dimensional
  5. sample-rate conversion. It may be used, for example, to
  6. resample PCM-encoded audio.
  7. It aims to give fast and high quality results for any constant
  8. (rational or irrational) resampling ratio. Phase-response,
  9. preserved bandwidth, aliasing, and rejection level parameters
  10. are all configurable; alternatively, simple `preset'
  11. configurations may be selected. An experimental, variable-rate
  12. resampling mode of operation is also included.
  13. http://sourceforge.net/projects/soxr/