Add support for external libspeexdsp

This commit is contained in:
Chris Cannam
2022-09-02 11:10:44 +01:00
parent 20d22f76d6
commit e0a6fc686d
3 changed files with 48 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ option('fft',
option('resampler',
type: 'combo',
choices: ['auto', 'builtin', 'libsamplerate', 'speex', 'ipp'],
choices: ['auto', 'builtin', 'libsamplerate', 'speex', 'libspeexdsp', 'ipp'],
value: 'auto',
description: 'Resampler library to use. The default (auto) simply uses the builtin implementation.')