summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-15 16:37:55 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-15 16:46:26 +0530
commitcc41b1e7767922c02ba4caf505009bf2fe640f5b (patch)
tree30bbd05e5d8a84ba304c74d75f0f43a41a6e5d67
parent2c852061ee966fa270d3d2c3f002beb0b5f51c8d (diff)
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.
-rwxr-xr-xsrc/daemon/default.pa.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index e5dd28cb..95af191d 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -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