diff --git a/spa/plugins/audioconvert/audioconvert.c b/spa/plugins/audioconvert/audioconvert.c index f24dc6207..143a03413 100644 --- a/spa/plugins/audioconvert/audioconvert.c +++ b/spa/plugins/audioconvert/audioconvert.c @@ -1533,6 +1533,7 @@ static int apply_props(struct impl *this, const struct spa_pod *param) p->have_soft_volume = false; set_volume(this); + this->recalc = true; } if (!p->lock_volumes && vol_ramp_params_changed) {