2
0
Эх сурвалжийг харах

AudioEffectCompressor: recommend HardLimiter over deprecated Limiter

DeeJayLSP 6 сар өмнө
parent
commit
3e5c53a673

+ 1 - 1
doc/classes/AudioEffectCompressor.xml

@@ -7,7 +7,7 @@
 	<description>
 	<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).
 		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:
 		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.
 		- 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.
 		- 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.
 		- Accentuates transients by using a wider attack, making effects sound more punchy.