Home
last modified time | relevance | path

Searched refs:post_gain (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/capture_levels_adjuster/
H A Dcapture_levels_adjuster.cc51 float post_gain) in CaptureLevelsAdjuster() argument
59 post_scaler_(post_gain) {} in CaptureLevelsAdjuster()
75 void CaptureLevelsAdjuster::SetPostGain(float post_gain) { in SetPostGain() argument
76 post_scaler_.SetGain(post_gain); in SetPostGain()
H A Dcapture_levels_adjuster_unittest.cc48 float post_gain) { in ComputeExpectedSignalGainAfterApplyPostLevelAdjustment() argument
49 return post_gain * ComputeExpectedSignalGainAfterApplyPreLevelAdjustment( in ComputeExpectedSignalGainAfterApplyPostLevelAdjustment()
68 float post_gain() const { return std::get<5>(GetParam()); } in post_gain() function in webrtc::__anonb52fe28a0111::CaptureLevelsAdjusterTest
84 post_gain()); in TEST_P()
96 pre_gain(), post_gain()); in TEST_P()
126 const float lower_post_gain = post_gain(); in TEST_P()
H A Dcapture_levels_adjuster.h42 float post_gain);
65 void SetPostGain(float post_gain);
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_distortion.cpp46 float postgain_f = Math::db2linear(base->post_gain); in process()
150 post_gain = p_post_gain; in set_post_gain()
154 return post_gain; in get_post_gain()
190 post_gain = 0; in AudioEffectDistortion()
H A Daudio_effect_distortion.h63 float post_gain; variable
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_distortion.cpp46 float postgain_f = Math::db2linear(base->post_gain); in process()
150 post_gain = p_post_gain; in set_post_gain()
154 return post_gain; in get_post_gain()
190 post_gain = 0; in AudioEffectDistortion()
H A Daudio_effect_distortion.h63 float post_gain; variable
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/src/tamgamp.lv2/
H A Dtamgamp.cpp64 list->post_gain = zone; in addVerticalSlider()
140 post_gain = 1.0f; in plugin()
203 v_asim[i].post_gain = NULL; in init_processors()
308 post_gain = db_to_gain(read_float(PORT_POST_GAIN, post_gain)); in sync_ports()
348 if (b.post_gain != NULL) in apply_amp_settings()
349 *(b.post_gain) = post_gain * b.norm; in apply_amp_settings()
H A Dtamgamp_gx.cpp65 list->post_gain = zone; in addVerticalSlider()
135 post_gain = 1.0f; in plugin()
191 v_asim[i].post_gain = NULL; in init_processors()
315 post_gain = db_to_gain(read_float(PORT_POST_GAIN, post_gain)); in sync_ports()
357 if (b.post_gain != NULL) in apply_amp_settings()
358 *(b.post_gain) = post_gain * b.norm; in apply_amp_settings()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/
H A Dvoice.h93 const float post_gain = (gain < 0.0f ? 1.0f : gain) * -32767.0f; in Process() local
96 post_gain * low_pass_gate_gain, in Process()
105 *out = stmlib::Clip16(1 + static_cast<int32_t>(*in++ * post_gain)); in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/
H A Dvoice.h93 const float post_gain = (gain < 0.0f ? 1.0f : gain) * -32767.0f; in Process() local
96 post_gain * low_pass_gate_gain, in Process()
105 *out = stmlib::Clip16(1 + static_cast<int32_t>(*in++ * post_gain)); in Process()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/fx/
H A Doverdrive.h55 const float post_gain = 1.0f / stmlib::SoftClip( in Process() local
65 post_gain, in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/fx/
H A Doverdrive.h55 const float post_gain = 1.0f / stmlib::SoftClip( in Process() local
65 post_gain, in Process()
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/include/tamgamp.lv2/
H A Dtamgamp.h89 float *post_gain; member
124 float post_gain; variable
H A Dtamgamp_gx.h78 float *post_gain; member
124 float post_gain; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/warps/dsp/
H A Dfilter_bank.cc70 b.post_gain = coefficients[2]; in Init()
126 const float gain = b.post_gain; in Analyze()
H A Dmodulator.h89 float post_gain = 1.0f / stmlib::SoftClip( in Process() local
97 post_gain, in Process()
H A Dfilter_bank.h80 float post_gain; member
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/warps/dsp/
H A Dfilter_bank.cc70 b.post_gain = coefficients[2]; in Init()
126 const float gain = b.post_gain; in Analyze()
H A Dfilter_bank.h80 float post_gain; member
H A Dmodulator.h91 float post_gain = 1.0f / stmlib::SoftClip( in Process() local
99 post_gain, in Process()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/clouds/dsp/
H A Dgranular_processor.cc274 const float post_gain = 1.2f; in Process() local
282 l += out_[i].l * post_gain * fade_in; in Process()
283 r += out_[i].r * post_gain * fade_in; in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/clouds/dsp/
H A Dgranular_processor.cc274 const float post_gain = 1.2f; in Process() local
282 l += out_[i].l * post_gain * fade_in; in Process()
283 r += out_[i].r * post_gain * fade_in; in Process()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/clouds/dsp/
H A Dgranular_processor.cc405 const float post_gain = 1.2f; in Process() local
415 out_[i].l = l * fade_out + out_[i].l * post_gain * fade_in; in Process()
416 out_[i].r = r * fade_out + out_[i].r * post_gain * fade_in; in Process()
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_fx.h259 const float post_gain = 1.995f; //~= powf(10.0f, 6.0f / 20.0f);
281 *in++ = lo * m_peak * post_gain;

12