From 0b4b6746b4a909c6e6e82bad5ca374813fafae35 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:53:52 -0500 Subject: DOCS/options: remove lavrresample reference lavrresample is removed in c8b8fe9981c654c0539ca77056ed6451a3da7367. The replacement is the internal swresample filter. --- DOCS/man/options.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 26dce4ad21..b3ca658496 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2185,8 +2185,8 @@ Audio ``--audio-samplerate=`` Select the output sample rate to be used (of course sound cards have limits on this). If the sample frequency selected is different from that - of the current media, the lavrresample audio filter will be inserted into - the audio filter layer to compensate for the difference. + of the current media, the internal swresample audio filter will be inserted + into the audio filter layer to compensate for the difference. ``--gapless-audio=`` Try to play consecutive audio files with no silence or disruption at the @@ -4768,8 +4768,6 @@ Audio Resampler This controls the default options of any resampling done by mpv (but not within libavfilter, within the system audio API resampler, or any other places). -It also sets the defaults for the ``lavrresample`` audio filter. - ``--audio-resample-filter-size=`` Length of the filter with respect to the lower sampling rate. (default: 16) @@ -4790,9 +4788,6 @@ It also sets the defaults for the ``lavrresample`` audio filter. (default: no). If this is disabled, downmix can cause clipping. If it's enabled, the output might be too quiet. It depends on the source audio. - Technically, this changes the ``normalize`` suboption of the - ``lavrresample`` audio filter, which performs the downmixing. - If downmix happens outside of mpv for some reason, or in the decoder (decoder downmixing), or in the audio output (system mixer), this has no effect. -- cgit v1.2.3