mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
Split the enable-lfe-remixing setting into two
remixing-produce-lfe controls upmixing, and remixing-consume-lfe controls downmixing. The motivation is that a user might want to synthesize LFE while playing stereo audio on his/her 5.1 speakers, but at the same time follow the industry recommendation to omit the LFE channel when producting a stereo downmix (e.g. for headphones) from 5.1 content. Or the other way round. Fixes: #753.
This commit is contained in:
parent
b94dba9daf
commit
464828faf2
12 changed files with 101 additions and 26 deletions
|
|
@ -220,7 +220,8 @@ struct pa_core {
|
|||
bool avoid_resampling:1;
|
||||
bool disable_remixing:1;
|
||||
bool remixing_use_all_sink_channels:1;
|
||||
bool disable_lfe_remixing:1;
|
||||
bool remixing_produce_lfe:1;
|
||||
bool remixing_consume_lfe:1;
|
||||
bool deferred_volume:1;
|
||||
|
||||
pa_resample_method_t resample_method;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue