audioconvert: enable channelmix.mix-lfe by default

It seems OK and SDL also seems to mix LFE by default so what could
possibly go wrong.

Fixes #2425
This commit is contained in:
Wim Taymans 2022-12-13 16:27:41 +01:00
parent 6d6a5e2dbb
commit 144df8675f
6 changed files with 7 additions and 7 deletions

View file

@ -2835,7 +2835,7 @@ impl_init(const struct spa_handle_factory *factory,
props_reset(&this->props);
this->mix.options = CHANNELMIX_OPTION_UPMIX;
this->mix.options = CHANNELMIX_OPTION_UPMIX | CHANNELMIX_OPTION_MIX_LFE;
this->mix.upmix = CHANNELMIX_UPMIX_PSD;
this->mix.log = this->log;
this->mix.lfe_cutoff = 150.0f;