Default to built-in resampler, now it's had a little more testing

This commit is contained in:
Chris Cannam
2022-01-12 10:10:34 +00:00
parent 4bbec50511
commit 8faf25c479
3 changed files with 9 additions and 11 deletions

View File

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