From 1b92f3b47277f189646885c1757d424868a0da47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 17 Apr 2014 22:35:05 +0200 Subject: ao_null: add simulated device latency, simulate EOF problems This EOF problems happen at least with PulseAudio, but since it's hard to reproduce, let ao_null optionally simulate it. --- DOCS/man/en/ao.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index 4b6ddea1a1..47b93649ad 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -180,6 +180,13 @@ Available audio output drivers are: device will not go exactly as fast as the system clock. It will deviate just a little, and this option helps simulating this. + ``latency`` + Simulated device latency. This is additional to EOF. + + ``broken-eof`` + Simulate broken audio drivers, which always add the fixed device + latency to the reported audio playback position. + ``pcm`` Raw PCM/WAVE file writer audio output -- cgit v1.2.3