more resampling options

This commit is contained in:
philippe44
2019-06-27 22:29:10 -07:00
parent a75f1f0cd5
commit 0e3bc18748
5 changed files with 15 additions and 8 deletions

View File

@@ -112,8 +112,8 @@ static void usage(const char *argv0) {
" \t\t\t phase_response = 0-100 (0 = minimum / 50 = linear / 100 = maximum)\n"
#endif
#if RESAMPLE16
" -R -u [params]\tResample, params = (i|m)[:i],\n"
" \t\t\t i = linear interpolation, m = 13 taps filter, i = interpolate filter coefficients\n"
" -R -u [params]\tResample, params = (b|l|m)[:i],\n"
" \t\t\t b = basic linear interpolation, l = 13 taps, m = 21 taps, i = interpolate filter coefficients\n"
#endif
#if DSD
#if ALSA