[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.195,1.196 sound.html,1.25,1.26

Winner of tha face compo gabucino at mplayer.dev.hu
Sat Mar 2 19:22:46 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv14149

Modified Files:
	documentation.html sound.html 
Log Message:
applied Anders' Software Volume Control patch


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- documentation.html	1 Mar 2002 20:39:51 -0000	1.195
+++ documentation.html	2 Mar 2002 18:22:38 -0000	1.196
@@ -135,6 +135,7 @@
 	    <LI><A HREF="sound.html#2.3.2.2.2">2.3.2.2.2 Surround Sound decoding</A></LI>
 	    <LI><A HREF="sound.html#2.3.2.2.3">2.3.2.2.3 Sample format converter</A></LI>
 	    <LI><A HREF="sound.html#2.3.2.2.4">2.3.2.2.4 Delay</A></LI>
+	    <LI><A HREF="sound.html#2.3.2.2.5">2.3.2.2.5 Software volume control</A></LI>
 	  </UL>
       </UL>
     </UL>

Index: sound.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sound.html	1 Mar 2002 20:39:51 -0000	1.25
+++ sound.html	2 Mar 2002 18:22:38 -0000	1.26
@@ -211,5 +211,28 @@
   and is mentioned here for the sake of completeness only. Do not use this
   plugin unless you are a developer.</P>
 
+<P><B><A NAME=2.3.2.2.5>2.3.2.2.5. Software volume control</A></B></P>
+
+<P>This plugin is a software replacement for the volume control, and
+  can be used in machines with broken mixer device. It can also be
+  used if one wants to change the output volume from <B>MPlayer</B>
+  without changing the PCM volume setting in the mixer. It has one
+  switch <CODE>volume</CODE> that is used for setting the initial
+  sound level. The initial sound level can be set to values between 0
+  and 255 and defaults to 255. Use this plugin with caution since it
+  can reduce the signal to noise ratio of the sound. In most cases it
+  is best to set the level for the PCM sound to max, leave this plugin
+  out and control the output level to your speakers with the mixers
+  master volume control. If there is an external amplifier connected
+  to the computer (this is almost always the case), the noise level
+  can be minimized by adjusting the master level and the volume knob
+  on the amplifier until the hissing noise in the background is gone.
+</P>
+
+<P>Usage :<BR>
+  &nbsp;&nbsp;<CODE>mplayer media.avi -aop
+  list=volume:volume=&lt;0-255&gt;</CODE>
+</P>
+
 </BODY>
 </HTML>




More information about the MPlayer-cvslog mailing list