BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_COMPRESSOR Fields

BASS.NET API for the Un4seen BASS Audio Library

The BASS_DX8_COMPRESSOR type exposes the following members.

Fields

  NameDescription
Public fieldfAttack
Time in ms before compression reaches its full value, in the range from 0.01 to 500. The default value is 10 ms.
Public fieldfGain
Output gain of signal in dB after compression, in the range from -60 to 60. The default value is 0 dB.
Public fieldfPredelay
Time in ms after fThreshold is reached before attack phase is started, in milliseconds, in the range from 0 to 4. The default value is 4 ms.
Public fieldfRatio
Compression ratio, in the range from 1 to 100. The default value is 3, which means 3:1 compression.
Public fieldfRelease
Time (speed) in ms at which compression is stopped after input drops below fThreshold, in the range from 50 to 3000. The default value is 200 ms.
Public fieldfThreshold
Point at which compression begins, in dB, in the range from -60 to 0. The default value is -20 dB.
Top
See Also

Reference