comparison DOCS/man/en/mplayer.1 @ 13434:2df414ae2d2a

allow to select an alsa mixer channel index. Patch by Eric Yagerlener [eyager (at) chartermi (dot) net]. Applied with slight modifications, see also bugzilla bug #69.
author reimar
date Wed, 22 Sep 2004 14:12:53 +0000
parents ca0cf56c02d2
children 8ec040ae2f30
comparison
equal deleted inserted replaced
13433:0aca41a3e2ec 13434:2df414ae2d2a
1667 .B \-mixer <device> 1667 .B \-mixer <device>
1668 Use a mixer device different from the default /dev/\:mixer. 1668 Use a mixer device different from the default /dev/\:mixer.
1669 For ALSA this is the mixer name. 1669 For ALSA this is the mixer name.
1670 . 1670 .
1671 .TP 1671 .TP
1672 .B \-mixer-channel <mixer line> (\-ao oss and \-ao alsa only) 1672 .B \-mixer-channel <mixer line>[,mixer index] (\-ao oss and \-ao alsa only)
1673 This option will tell MPlayer to use a different channel for controlling 1673 This option will tell MPlayer to use a different channel for controlling
1674 volume than the default PCM. 1674 volume than the default PCM.
1675 Options for OSS include 1675 Options for OSS include
1676 .B vol, pcm, line. 1676 .B vol, pcm, line.
1677 For a complete list of options look for SOUND_DEVICE_NAMES in 1677 For a complete list of options look for SOUND_DEVICE_NAMES in
1678 /usr/\:include/\:linux/\:soundcard.h. 1678 /usr/\:include/\:linux/\:soundcard.h.
1679 For ALSA you can use the names e.g.\& alsamixer displays, like 1679 For ALSA you can use the names e.g.\& alsamixer displays, like
1680 .B Master, Line, PCM. 1680 .B Master, Line, PCM.
1681 .br
1682 .I NOTE:
1683 ALSA mixer channel names followed by a number must be specified in the
1684 <name,number> format, i.e. a channel labeled 'PCM 1' in alsamixer must
1685 be converted to
1686 .B PCM,1.
1681 . 1687 .
1682 .TP 1688 .TP
1683 .B \-nowaveheader (\-ao pcm only) 1689 .B \-nowaveheader (\-ao pcm only)
1684 Don't include wave header. 1690 Don't include wave header.
1685 Used for raw PCM. 1691 Used for raw PCM.