]> code.delx.au - pulseaudio/history - src/modules/echo-cancel/module-echo-cancel.c
devices: Set certain sink/source flags automatically.
[pulseaudio] / src / modules / echo-cancel / module-echo-cancel.c
2011-07-20 Colin Guthriedevices: Set certain sink/source flags automatically.
2011-07-19 Colin Guthriedevices: Use wrapper functions to set the *_volume...
2011-07-09 Arun Raghavanecho-cancel: Set sane defaults for module initialisation
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-06-22 Colin Guthriecapture: Implement per-stream volume control for captur...
2011-06-22 Colin Guthriecapture: Add the passthrough format negotiation to...
2011-06-13 Arun Raghavanecho-cancel: More preprocessing fixes
2011-06-13 Arun Raghavanecho-cancel: Fix preprocessor initialisation
2011-05-28 Bart Cerneelsecho-cancel: Fix echo suppression, add some knobs
2011-05-28 Bart Cerneelsecho-cancel: Speex preprocessor has to run *after*...
2011-05-24 Arun Raghavanecho-cancel: Add speex preprocessing
2011-05-20 Arun Raghavanecho-cancel: Remove extraneous debug message
2011-05-15 Colin GuthrieMerge branch 'passthrough'
2011-05-03 Arun Raghavanfilter-apply: Mark modules as being autoloaded
2011-05-02 Arun Raghavancore: Add extended stream API to support compressed...
2011-05-02 Arun Raghavanfilter-apply: Mark modules as being autoloaded
2011-04-23 Arun Raghavanecho-cancel: Play nice with module-filter-*
2011-03-24 Colin GuthrieMerge remote-tracking branch 'zonique/osx'
2011-03-20 Colin Guthrieecho-cancel: Fix warning/typo
2011-03-20 Maarten BosmansGet rid of some warnings
2011-03-20 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-03-18 Maarten BosmansFix up some double spaces
2011-03-11 Maarten BosmansFix up according to Coding Style
2011-02-25 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-02-22 Tanu Kaskinencore: Link virtual sinks and sources to their streams.
2010-12-02 Arun Raghavanecho-cancel: Fix source may_move_to function
2010-09-23 Arun Raghavanecho-cancel: Add SSE optimisation to the adrian module
2010-09-09 Wim Taymansecho-cancel: pause timer when echo canceling is off
2010-09-09 Wim Taymansecho-cancel: improve accuracy
2010-09-09 Wim Taymansecho-cancel: rework alignment code
2010-09-07 Arun Raghavanecho-cancel: Make blocksize a module-wide parameter
2010-09-07 Arun Raghavanecho-cancel: Allow selection of AEC method using modargs
2010-09-07 Arun Raghavanecho-cancel: Add alternative echo-cancellation implemen...
2010-09-07 Arun Raghavanecho-cancel: Let AEC module determine source/sink spec
2010-09-07 Arun Raghavanecho-cancel: Pass arguments to the specific canceller...
2010-09-07 Arun Raghavanecho-cancel: Split out speex code from the core module
2010-09-07 Arun Raghavanecho-cancel: Move the module into it's own directory