| 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. |
| 243 | /// Compensates for the frequency response of specific microphones. |
no outgoing calls
no test coverage detected