瀏覽代碼

AudioEffectCompressor: recommend HardLimiter over deprecated Limiter

DeeJayLSP 6 月之前
父節點
當前提交
3e5c53a673
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/AudioEffectCompressor.xml

+ 1 - 1
doc/classes/AudioEffectCompressor.xml

@@ -7,7 +7,7 @@
 	<description>
 		Dynamic range compressor reduces the level of the sound when the amplitude goes over a certain threshold in Decibels. One of the main uses of a compressor is to increase the dynamic range by clipping as little as possible (when sound goes over 0dB).
 		Compressor has many uses in the mix:
-		- In the Master bus to compress the whole output (although an [AudioEffectLimiter] is probably better).
+		- In the Master bus to compress the whole output (although an [AudioEffectHardLimiter] is probably better).
 		- In voice channels to ensure they sound as balanced as possible.
 		- Sidechained. This can reduce the sound level sidechained with another audio bus for threshold detection. This technique is common in video game mixing to the level of music and SFX while voices are being heard.
 		- Accentuates transients by using a wider attack, making effects sound more punchy.