comparison DOCS/man/en/mplayer.1 @ 12740:4f84d2eb55b2

ao_alsa and ao_oss documented.
author diego
date Thu, 01 Jul 2004 10:09:06 +0000
parents 6b8ca35d8e3d
children fe4d65465eda
comparison
equal deleted inserted replaced
12739:43a231d89ef0 12740:4f84d2eb55b2
1567 .I EXAMPLE: 1567 .I EXAMPLE:
1568 .PD 0 1568 .PD 0
1569 .RSs 1569 .RSs
1570 .IPs "\-ao alsa,oss," 1570 .IPs "\-ao alsa,oss,"
1571 Try the ALSA driver, then the OSS driver, then others. 1571 Try the ALSA driver, then the OSS driver, then others.
1572 .br 1572 .IPs "\-ao alsa:mmap:noblock:hw=0.3"
1573 .IPs "\-ao sdl:esd" 1573 Sets noblock-mode, mmap-mode and the device-name as first card, fourth device.
1574 Use the SDL driver with the ESD subdriver. 1574 .RE
1575 .RE 1575 .PD 1
1576 .PD 1 1576 .
1577 . 1577
1578 FIXME: Document suboptions for sdl, arts, esd, jack, nas, macosx, sgi, sun,
1579 win32, dxr2, mpegpes, null, pcm, plugin.
1578 1580
1579 Available audio output drivers are: 1581 Available audio output drivers are:
1580 FIXME: Document all suboptions.
1581 . 1582 .
1582 .TP 1583 .TP
1583 .B alsa\ \ \ 1584 .B alsa\ \ \
1584 ALSA 0.9/1.x audio output driver. 1585 ALSA 0.9/1.x audio output driver.
1585 .PD 0 1586 .PD 0
1586 .RSs 1587 .RSs
1587 .IPs mmap\ \ \ 1588 .IPs mmap\ \ \
1588 Sets experimental mmap-mode (does not work for more than 2 channels). 1589 Sets experimental mmap-mode (does not work for more than 2 channels).
1589 .IPs noblock 1590 .IPs noblock
1590 Sets noblock-mode. 1591 Sets noblock-mode.
1591 .IPs hw=device0.3 1592 .IPs hw=<device>
1592 Sets the device name. 1593 Sets the device name.
1593 .RE 1594 Replace the ',' with a '.' in the ALSA device name.
1594 .PD 1 1595 .RE
1595 .TP 1596 .PD 1
1596 .B alsa1x\ 1597 .TP
1598 .B alsa1x (OBSOLETE)
1597 ALSA 1.x audio output driver. 1599 ALSA 1.x audio output driver.
1598 .TP 1600 Obsoleted by the general alsa audio output driver.
1599 .B alsa9\ \ 1601 .TP
1602 .B alsa9 (OBSOLETE)
1600 ALSA 0.9 audio output driver. 1603 ALSA 0.9 audio output driver.
1604 Obsoleted by the general alsa audio output driver.
1601 .TP 1605 .TP
1602 .B alsa5\ \ 1606 .B alsa5\ \
1603 ALSA 0.5 audio output driver. 1607 ALSA 0.5 audio output driver.
1604 .TP 1608 .TP
1605 .B oss\ \ \ \ 1609 .B oss\ \ \ \
1606 OSS audio output driver 1610 OSS audio output driver
1611 .PD 0
1612 .RSs
1613 .IPs dsp-device
1614 Sets the audio-output device (default: /dev/dsp).
1615 .RE
1616 .PD 1
1607 .TP 1617 .TP
1608 .B sdl\ \ \ \ 1618 .B sdl\ \ \ \
1609 Highly platform independent SDL (Simple Directmedia Layer) library 1619 Highly platform independent SDL (Simple Directmedia Layer) library
1610 audio output driver. 1620 audio output driver.
1611 .TP 1621 .TP