mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
daemon-conf: add remixing-use-all-sink-channels option
This option controls the PA_RESAMPLER_NO_FILL_SINK flag added in a previous commit. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=62588 BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=94563
This commit is contained in:
parent
6ec4ca218e
commit
6e6f497219
9 changed files with 21 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, bool shared, bool enable_memfd, size_t
|
|||
c->realtime_scheduling = false;
|
||||
c->realtime_priority = 5;
|
||||
c->disable_remixing = false;
|
||||
c->remixing_use_all_sink_channels = true;
|
||||
c->disable_lfe_remixing = true;
|
||||
c->lfe_crossover_freq = 0;
|
||||
c->deferred_volume = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue