Fall back to builtin resampler, no longer speex

This commit is contained in:
Chris Cannam
2021-10-04 10:56:00 +01:00
parent 66354796b8
commit c8ff7c3b2b
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ option('resampler',
type: 'combo',
choices: ['auto', 'builtin', 'libsamplerate', 'speex', 'ipp'],
value: 'auto',
description: 'Resampler library to use. Recommended is libsamplerate. The default (auto) will use libsamplerate if available, speex otherwise.')
description: 'Resampler library to use. The default (auto) will use libsamplerate if available, the builtin implementation otherwise.')
option('ipp_path',
type: 'string',