From f3fc103c6a8ed8e7056052c54508470eede46566 Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sat, 10 Oct 2015 12:48:08 -0400 Subject: doc/resampler, swresample/options: use proper capitalization Proper names should be capitalized in all user facing API as far as possible. The option names themselves have not been changed since: 1. We consistently keep option names in lower case. 2. Changing them would break existing scripts. 3. I suspect that we want to be similar to Sox and its relevant options. The converse is also true: improper names should not be capitalized generally. Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Michael Niedermayer --- doc/resampler.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/resampler.texi') diff --git a/doc/resampler.texi b/doc/resampler.texi index f9eef03f20..2c448ae2b9 100644 --- a/doc/resampler.texi +++ b/doc/resampler.texi @@ -94,13 +94,13 @@ select triangular dither @item triangular_hp select triangular dither with high pass @item lipshitz -select lipshitz noise shaping dither +select Lipshitz noise shaping dither. @item shibata -select shibata noise shaping dither +select Shibata noise shaping dither. @item low_shibata -select low shibata noise shaping dither +select low Shibata noise shaping dither. @item high_shibata -select high shibata noise shaping dither +select high Shibata noise shaping dither. @item f_weighted select f-weighted noise shaping dither @item modified_e_weighted @@ -132,7 +132,7 @@ For swr only, set resampling phase shift, default value is 10, and must be in the interval [0,30]. @item linear_interp -Use Linear Interpolation if set to 1, default value is 0. +Use linear interpolation if set to 1, default value is 0. @item cutoff Set cutoff frequency (swr: 6dB point; soxr: 0dB point) ratio; must be a float @@ -214,13 +214,13 @@ It accepts the following values: @item cubic select cubic @item blackman_nuttall -select Blackman Nuttall Windowed Sinc +select Blackman Nuttall windowed sinc @item kaiser -select Kaiser Windowed Sinc +select Kaiser windowed sinc @end table @item kaiser_beta -For swr only, set Kaiser Window Beta value. Must be an integer in the +For swr only, set Kaiser window beta value. Must be an integer in the interval [2,16], default value is 9. @item output_sample_bits -- cgit v1.2.3