5099c90939
This would make the unicode challenged menuconfig show something sensible. Split the sentence for the text to make sense. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
611 B
Plaintext
16 lines
611 B
Plaintext
config BR2_PACKAGE_LIBSOXR
|
|
bool "libsoxr"
|
|
help
|
|
The SoX Resampler library `libsoxr' performs one-dimensional
|
|
sample-rate conversion. It may be used, for example, to
|
|
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/
|