mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
channelmix: enable normalization by default
It is probably a better default to avoid clipping when downmixing.
This commit is contained in:
parent
982758ffed
commit
0ad318f61c
4 changed files with 5 additions and 3 deletions
|
|
@ -1539,6 +1539,8 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
|
||||
props_reset(&this->props);
|
||||
|
||||
this->mix.options = CHANNELMIX_OPTION_NORMALIZE;
|
||||
|
||||
for (i = 0; info && i < info->n_items; i++) {
|
||||
const char *k = info->items[i].key;
|
||||
const char *s = info->items[i].value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue