Blame view

buildroot/buildroot-2016.08.1/package/libsoxr/Config.in 612 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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/