Digital gain applied to all input samples. Default 1.0 (no change).
| 237 | |
| 238 | /// Digital gain applied to all input samples. Default 1.0 (no change). |
| 239 | void setGain(float gain) FL_NOEXCEPT { mGain = gain; } |
| 240 | float getGain() const FL_NOEXCEPT { return mGain; } |
| 241 | |
| 242 | /// Microphone pink noise correction profile. |
no outgoing calls
no test coverage detected