]> code.delx.au - pulseaudio/commitdiff
conf: Load module-filter-* by default
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 15 Aug 2011 11:07:55 +0000 (16:37 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 15 Aug 2011 11:16:26 +0000 (16:46 +0530)
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.

src/daemon/default.pa.in

index e5dd28cb854b89a553c3a2269bc00e4c4f2d0625..95af191db91f22ff2d70993259cb66d2f661bc8d 100755 (executable)
@@ -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