2014-04-28 23:34:40 +02:00
|
|
|
config BR2_PACKAGE_LIBSOXR
|
|
|
|
bool "libsoxr"
|
|
|
|
help
|
|
|
|
The SoX Resampler library `libsoxr' performs one-dimensional
|
2017-12-20 16:16:27 +01:00
|
|
|
sample-rate conversion. It may be used, for example, to
|
2014-04-28 23:34:40 +02:00
|
|
|
resample PCM-encoded audio.
|
|
|
|
|
|
|
|
It aims to give fast and high quality results for any constant
|
|
|
|
(rational or irrational) resampling ratio. Phase-response,
|
|
|
|
preserved bandwidth, aliasing, and rejection level parameters
|
|
|
|
are all configurable; alternatively, simple `preset'
|
|
|
|
configurations may be selected. An experimental, variable-rate
|
|
|
|
resampling mode of operation is also included.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/soxr/
|