Minor README update

This commit is contained in:
Chris Cannam
2021-05-12 11:25:38 +01:00
parent f328ab5885
commit a78dcaf4c8

View File

@@ -354,8 +354,8 @@ The supplied `.mk` file uses KissFFT and the Speex resampler.
### 4f. FFT and resampler selection ### 4f. FFT and resampler selection
Rubber Band requires additional library code for FFT calculation and Rubber Band requires the selection of library code for FFT calculation
resampling. Several libraries are supported. The selection is and resampling. Several libraries are supported. The selection is
controlled (in Meson) using `-D` options and (in the code itself) controlled (in Meson) using `-D` options and (in the code itself)
using preprocessor flags set by the build system. These options and using preprocessor flags set by the build system. These options and
flags are detailed in the tables below. flags are detailed in the tables below.
@@ -364,13 +364,13 @@ At least one resampler implementation and one FFT implementation must
be enabled. It is technically possible to enable more than one, but be enabled. It is technically possible to enable more than one, but
it's confusing and not often useful. it's confusing and not often useful.
If you are building this software using one of the bundled library If you are building this software using the bundled Speex or KissFFT
options (Speex or KissFFT), please be sure to review the terms for library code, please be sure to review the terms for those libraries
those libraries in `src/speex/COPYING` and `src/kissfft/COPYING` as in `src/speex/COPYING` and `src/kissfft/COPYING` as applicable.
applicable.
If you are proposing to package Rubber Band for a Linux distribution If you are proposing to package Rubber Band for a Linux distribution,
using other packaged libraries, please select FFTW and libsamplerate. please select either the built-in FFT (simpler for you) or FFTW (a bit
faster) and use libsamplerate.
#### FFT libraries supported #### FFT libraries supported