summaryrefslogtreecommitdiffstats
path: root/src/modules/echo-cancel/module-echo-cancel.c
Commit message (Expand)AuthorAgeFilesLines
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-11/+7
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-1/+1
* echo-cancel: More preprocessing fixesArun Raghavan2011-06-131-2/+6
* echo-cancel: Fix preprocessor initialisationArun Raghavan2011-06-131-1/+1
* echo-cancel: Fix echo suppression, add some knobsBart Cerneels2011-05-281-3/+34
* echo-cancel: Speex preprocessor has to run *after* the AEC.Bart Cerneels2011-05-281-3/+4
* echo-cancel: Add speex preprocessingArun Raghavan2011-05-241-3/+58
* echo-cancel: Remove extraneous debug messageArun Raghavan2011-05-201-1/+0
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-021-9/+9
* echo-cancel: Play nice with module-filter-*Arun Raghavan2011-04-231-2/+14
* echo-cancel: Fix warning/typoColin Guthrie2011-03-201-1/+1
* Get rid of some warningsMaarten Bosmans2011-03-201-4/+4
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-12/+11
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+6
* echo-cancel: Fix source may_move_to functionArun Raghavan2010-12-021-1/+1
* echo-cancel: Add SSE optimisation to the adrian moduleArun Raghavan2010-09-231-1/+1
* echo-cancel: pause timer when echo canceling is offWim Taymans2010-09-091-16/+25
* echo-cancel: improve accuracyWim Taymans2010-09-091-1/+5
* echo-cancel: rework alignment codeWim Taymans2010-09-091-59/+76
* echo-cancel: Make blocksize a module-wide parameterArun Raghavan2010-09-071-21/+16
* echo-cancel: Allow selection of AEC method using modargsArun Raghavan2010-09-071-8/+27
* echo-cancel: Add alternative echo-cancellation implementationArun Raghavan2010-09-071-0/+8
* echo-cancel: Let AEC module determine source/sink specArun Raghavan2010-09-071-17/+19
* echo-cancel: Pass arguments to the specific canceller moduleArun Raghavan2010-09-071-25/+3
* echo-cancel: Split out speex code from the core moduleArun Raghavan2010-09-071-35/+58
* echo-cancel: Move the module into it's own directoryArun Raghavan2010-09-071-0/+1625