From: Arun Raghavan Date: Mon, 15 Aug 2011 11:07:55 +0000 (+0530) Subject: conf: Load module-filter-* by default X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/cc41b1e7767922c02ba4caf505009bf2fe640f5b 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. --- 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