From 40f6ab5064a628dc11b79b5e571dc9444efac093 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 5 May 2011 21:34:17 +0300 Subject: ao_pcm, core: use new API in ao_pcm, change timing with it Change ao_pcm to use the new audio output driver API and clean up some of the code. Rewrite the logic controlling how playback timing works when using -ao pcm. Deprecate the "fast" suboption; its only effect now is to print a warning, but it's still accepted so that specifying it is not an error. Before, timing with -ao pcm and video enabled had two possible modes. In the default mode playback speed was rather arbitrary - not realtime, but not particularly fast. -ao pcm:fast tried to play back at maximum video playback speed - mostly succeeding, but not quite guaranteed to work in all cases. Now the default is to play at realtime speed. The -benchmark option can now be used to get faster playback (same as the video-only case). In the audio-only case playback is always maximum speed. --- DOCS/man/en/mplayer.1 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index efd71a63c3..6469f51e10 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3020,11 +3020,6 @@ When not included, raw PCM will be generated. Write the sound to instead of the default audiodump.wav. If nowaveheader is specified, the default is audiodump.pcm. -.IPs "fast\ " -Try to dump faster than realtime. -Make sure the output does not get truncated (usually with -"Too many video packets in buffer" message). -It is normal that you get a "Your system is too SLOW to play this!" message. .RE .PD 1 . -- cgit v1.2.3