mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
conf: Load module-filter-* by default
This loads module-filter-heuristics and module-filter-apply by default so that applications can request filters via properties. Not adding this to system.pa -- the assumption is that people running system mode would want more fine-grained control over such options.
This commit is contained in:
parent
2c852061ee
commit
cc41b1e776
1 changed files with 7 additions and 0 deletions
|
|
@ -151,6 +151,13 @@ load-module module-position-event-sounds
|
|||
|
||||
### Cork music streams when a phone stream is active
|
||||
load-module module-cork-music-on-phone
|
||||
|
||||
### Modules to allow autoloading of filters (such as echo cancellation)
|
||||
### on demand. module-filter-heuristics tries to determine what filters
|
||||
### make sense, and module-filter-apply does the heavy-lifting of
|
||||
### loading modules and rerouting streams.
|
||||
load-module module-filter-heuristics
|
||||
load-module module-filter-apply
|
||||
])dnl
|
||||
|
||||
ifelse(@HAVE_X11@, 1, [dnl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue