diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-01 10:09:06 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-01 10:09:06 +0000 |
commit | 06091efc94255fcb4c79497709b2c09be7d2fd3f (patch) | |
tree | 3a1d917249ed5bbaa20141ac2ca76441e06d5553 /DOCS | |
parent | 08794f9cd4e8174cd8cff7b95a7d795c7a6e70ca (diff) |
ao_alsa and ao_oss documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12741 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 86b922b208..ea4afbebc2 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1569,15 +1569,16 @@ See \-ao help for a list of compiled-in drivers. .RSs .IPs "\-ao alsa,oss," Try the ALSA driver, then the OSS driver, then others. -.br -.IPs "\-ao sdl:esd" -Use the SDL driver with the ESD subdriver. +.IPs "\-ao alsa:mmap:noblock:hw=0.3" +Sets noblock-mode, mmap-mode and the device-name as first card, fourth device. .RE .PD 1 . +FIXME: Document suboptions for sdl, arts, esd, jack, nas, macosx, sgi, sun, +win32, dxr2, mpegpes, null, pcm, plugin. + Available audio output drivers are: -FIXME: Document all suboptions. . .TP .B alsa\ \ \ @@ -1588,22 +1589,31 @@ ALSA 0.9/1.x audio output driver. Sets experimental mmap-mode (does not work for more than 2 channels). .IPs noblock Sets noblock-mode. -.IPs hw=device0.3 +.IPs hw=<device> Sets the device name. +Replace the ',' with a '.' in the ALSA device name. .RE .PD 1 .TP -.B alsa1x\ +.B alsa1x (OBSOLETE) ALSA 1.x audio output driver. +Obsoleted by the general alsa audio output driver. .TP -.B alsa9\ \ +.B alsa9 (OBSOLETE) ALSA 0.9 audio output driver. +Obsoleted by the general alsa audio output driver. .TP .B alsa5\ \ ALSA 0.5 audio output driver. .TP .B oss\ \ \ \ OSS audio output driver +.PD 0 +.RSs +.IPs dsp-device +Sets the audio-output device (default: /dev/dsp). +.RE +.PD 1 .TP .B sdl\ \ \ \ Highly platform independent SDL (Simple Directmedia Layer) library |