diff options
author | Bradley Sepos <[email protected]> | 2016-12-20 17:45:52 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-12-20 17:45:52 -0500 |
commit | 831c9a7bf1dfc0ac6302b085274ce805e3987864 (patch) | |
tree | fca05c6b64519c49ccd8de15da1973d733b0eb09 /macosx | |
parent | 179c99f872dce15bf2289b35b4d966575c03ec00 (diff) |
macgui: Clarify audio DRC tooltips.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Audio.xib | 12 | ||||
-rw-r--r-- | macosx/English.lproj/AudioDefaults.xib | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/macosx/English.lproj/Audio.xib b/macosx/English.lproj/Audio.xib index 998ea14f1..f473b53cd 100644 --- a/macosx/English.lproj/Audio.xib +++ b/macosx/English.lproj/Audio.xib @@ -441,10 +441,10 @@ Dolby Surround and Dolby Pro Logic II convert multi-channel audio to stereo and <subviews> <slider horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="o3M-fP-6Ps"> <rect key="frame" x="3" y="1" width="22" height="22"/> - <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding (passthru excluded). + <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding to another format. -0: Disable DRC. -1: Enable DRC according to the compression hints embedded in the source track. +0: Do not apply DRC. +1: Apply DRC according to the compression hints embedded in the source track. Values greater than 1 further increase the volume of quiet sounds. Values greater than 2.5 are typically unnecessary and may introduce audible distortion.</string> <sliderCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="4" numberOfTickMarks="16" allowsTickMarkValuesOnly="YES" sliderType="circular" id="nII-CW-aWc"> @@ -469,10 +469,10 @@ Values greater than 1 further increase the volume of quiet sounds. Values greate </slider> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="yPh-4R-HRQ"> <rect key="frame" x="31" y="5" width="29" height="14"/> - <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding (passthru excluded). + <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding to another format. -0: Disable DRC. -1: Enable DRC according to the compression hints embedded in the source track. +0: Do not apply DRC. +1: Apply DRC according to the compression hints embedded in the source track. Values greater than 1 further increase the volume of quiet sounds. Values greater than 2.5 are typically unnecessary and may introduce audible distortion.</string> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="center" title="0" id="Ifq-hI-oCs"> diff --git a/macosx/English.lproj/AudioDefaults.xib b/macosx/English.lproj/AudioDefaults.xib index c23934f08..4f17a7f01 100644 --- a/macosx/English.lproj/AudioDefaults.xib +++ b/macosx/English.lproj/AudioDefaults.xib @@ -534,10 +534,10 @@ Dolby Surround and Dolby Pro Logic II convert multi-channel audio to stereo and <subviews> <slider horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DGi-Dl-5nh"> <rect key="frame" x="3" y="3" width="22" height="22"/> - <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding (passthru excluded). + <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding to another format. -0: Disable DRC. -1: Enable DRC according to the compression hints embedded in the source track. +0: Do not apply DRC. +1: Apply DRC according to the compression hints embedded in the source track. Values greater than 1 further increase the volume of quiet sounds. Values greater than 2.5 are typically unnecessary and may introduce audible distortion.</string> <sliderCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="4" numberOfTickMarks="16" allowsTickMarkValuesOnly="YES" sliderType="circular" id="MFS-fh-Kd1"/> @@ -549,10 +549,10 @@ Values greater than 1 further increase the volume of quiet sounds. Values greate </slider> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="BaY-Lo-8xn"> <rect key="frame" x="31" y="7" width="29" height="14"/> - <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding (passthru excluded). + <string key="toolTip">Dynamic Range Compression. Reduces the volume difference between loud and quiet sounds. Only applies to AC-3 source tracks when encoding to another format. -0: Disable DRC. -1: Enable DRC according to the compression hints embedded in the source track. +0: Do not apply DRC. +1: Apply DRC according to the compression hints embedded in the source track. Values greater than 1 further increase the volume of quiet sounds. Values greater than 2.5 are typically unnecessary and may introduce audible distortion.</string> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="center" title="0" id="MiI-OV-waZ"> |