From e5e86083329f25342f1a7ec30efcaaa6cee0aec9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 9 Mar 2014 00:12:53 +0100 Subject: ao_jack: use new pull API helpers This removes the ringbuffer management from the code, and uses the generic code added with the previous commit. The result should be pretty much the same. The "estimate" sub-option goes away. This estimation is now always active. The new code for delay estimation is slightly different, and follows the claim of the jack framework that callbacks are timed exactly. --- DOCS/man/en/ao.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index ac95be760b..4b6ddea1a1 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -81,9 +81,6 @@ Available audio output drivers are: ``name=`` Client name that is passed to JACK (default: ``mpv``). Useful if you want to have certain connections established automatically. - ``(no-)estimate`` - Estimate the audio delay, supposed to make the video playback smoother - (default: enabled). ``(no-)autostart`` Automatically start jackd if necessary (default: disabled). Note that this tends to be unreliable and will flood stdout with server messages. -- cgit v1.2.3