mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
channelmix: tweak defaults a little.
Increase the FC filter frequency to 12KHz for better dialogs. This filter is only applied when making the FC from FRONT channels so that we keep the high frequency signal on the FRONT mostly. Increase LFE filter frequency to make slightly more bass. Disable widen filter by default. Update config files with the correct defaults.
This commit is contained in:
parent
66e4334c92
commit
164361484f
5 changed files with 23 additions and 23 deletions
|
|
@ -1657,10 +1657,10 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
this->mix.options = CHANNELMIX_OPTION_UPMIX;
|
||||
this->mix.upmix = CHANNELMIX_UPMIX_PSD;
|
||||
this->mix.log = this->log;
|
||||
this->mix.lfe_cutoff = 120.0f;
|
||||
this->mix.fc_cutoff = 6000.0f;
|
||||
this->mix.lfe_cutoff = 150.0f;
|
||||
this->mix.fc_cutoff = 12000.0f;
|
||||
this->mix.rear_delay = 12.0f;
|
||||
this->mix.widen = 0.02f;
|
||||
this->mix.widen = 0.0f;
|
||||
|
||||
for (i = 0; info && i < info->n_items; i++) {
|
||||
const char *k = info->items[i].key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue