Boost AudioEffect.
More...
#include <AudioEffect.h>
|
| int16_t | clip (int32_t in, int16_t clipLimit=32767, int16_t resultLimit=32767) |
| | generic clipping method
|
| |
| void | copyParent (AudioEffect *copy) |
| |
Boost AudioEffect.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ Boost() [1/2]
| Boost |
( |
float |
volume = 1.0 | ) |
|
|
inline |
Boost Constructor: volume 0.1 - 1.0: decrease result; volume >0: increase result
◆ Boost() [2/2]
◆ active()
determines if the effect is active
◆ clip()
| int16_t clip |
( |
int32_t |
in, |
|
|
int16_t |
clipLimit = 32767, |
|
|
int16_t |
resultLimit = 32767 |
|
) |
| |
|
inlineprotectedinherited |
◆ clone()
◆ copyParent()
◆ id()
Allows to identify an effect.
◆ process()
calculates the effect output from the input
Implements AudioEffect.
◆ setActive()
| virtual void setActive |
( |
bool |
value | ) |
|
|
inlinevirtualinherited |
sets the effect active/inactive
◆ setId()
Allows to identify an effect.
◆ setVolume()
| bool setVolume |
( |
float |
volume | ) |
|
|
inlineoverridevirtual |
define the actual volume in the range of 0.0f to 1.0f (values > 1.0f boost the signal, capped to q1_14_t's ~1.99994 range when PREFER_FIXEDPOINT is active)
Reimplemented from VolumeSupport.
◆ volume()
◆ active_flag
◆ id_value
◆ volume_value
| float volume_value = 1.0f |
|
protectedinherited |
The documentation for this class was generated from the following file: