mirror of https://github.com/mpv-player/mpv
use MASTER instead of PCM
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9167 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f6c906934
commit
7badb1f12c
|
@ -482,7 +482,7 @@
|
|||
<P>Software volume control is implemented by the <CODE>volume</CODE> audio
|
||||
filter. Use this filter 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 filter out and control
|
||||
to set the level for the MASTER sound to max, leave this filter out and control
|
||||
the output level to your speakers with the master volume control of the mixer.
|
||||
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
|
||||
|
@ -753,7 +753,7 @@
|
|||
sound level. The initial sound level can be set to values between 0
|
||||
and 255 and defaults to 101 which equals 0dB amplification. 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
|
||||
the sound. In most cases it is best to set the level for the MASTER
|
||||
sound to max, leave this plugin out and control the output level to
|
||||
your speakers with the master volume control of the mixer. If there is an
|
||||
external amplifier connected to the computer (this is almost always
|
||||
|
|
Loading…
Reference in New Issue