Introduce built-in fft; drop no-longer-supported ffts

This commit is contained in:
Chris Cannam
2021-04-08 14:23:27 +01:00
parent 109c321370
commit e7f47b4b98
6 changed files with 1034 additions and 1834 deletions

View File

@@ -1,9 +1,9 @@
option('fft',
type: 'combo',
choices: ['auto', 'kissfft', 'fftw', 'vdsp', 'ipp'],
choices: ['auto', 'builtin', 'kissfft', 'fftw', 'vdsp', 'ipp'],
value: 'auto',
description: 'FFT library to use. The default (auto) will use vDSP if available, KissFFT otherwise.')
description: 'FFT library to use. The default (auto) will use vDSP if available, the builtin implementation otherwise.')
option('resampler',
type: 'combo',