AudioEffectLimiter

Inherits: AudioEffect < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

ceiling_db

-0.1

float

soft_clip_db

2.0

float

soft_clip_ratio

10.0

float

threshold_db

0.0


Property Descriptions

float ceiling_db = -0.1

  • void set_ceiling_db ( float value )

  • float get_ceiling_db ( )

There is currently no description for this property. Please help us by contributing one!


float soft_clip_db = 2.0

  • void set_soft_clip_db ( float value )

  • float get_soft_clip_db ( )

There is currently no description for this property. Please help us by contributing one!


float soft_clip_ratio = 10.0

  • void set_soft_clip_ratio ( float value )

  • float get_soft_clip_ratio ( )

There is currently no description for this property. Please help us by contributing one!


float threshold_db = 0.0

  • void set_threshold_db ( float value )

  • float get_threshold_db ( )

There is currently no description for this property. Please help us by contributing one!