AudioEffectLimiter¶
Inherits: AudioEffect < Resource < Reference < Object
Category: Core
Brief Description¶
Member Functions¶
float | get_ceiling_db ( ) const |
float | get_soft_clip_db ( ) const |
float | get_soft_clip_ratio ( ) const |
float | get_threshold_db ( ) const |
void | set_ceiling_db ( float ceiling ) |
void | set_soft_clip_db ( float soft_clip ) |
void | set_soft_clip_ratio ( float soft_clip ) |
void | set_threshold_db ( float threshold ) |
Member Function Description¶
- float get_ceiling_db ( ) const
- float get_soft_clip_db ( ) const
- float get_soft_clip_ratio ( ) const
- float get_threshold_db ( ) const
- void set_ceiling_db ( float ceiling )
- void set_soft_clip_db ( float soft_clip )
- void set_soft_clip_ratio ( float soft_clip )
- void set_threshold_db ( float threshold )