make echo-cancel module that exposes a new sink and source
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Aug 2010 14:38:47 +0000 (16:38 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Aug 2010 14:55:23 +0000 (16:55 +0200)
commit3dc5469c1fba70aacf545d935f0da49df5a08bc9
treeea2194cfed8062929cd3110e7e4577368878e201
parentef8abcb1b515b676508bcd25d088c23c6a34fcd6
make echo-cancel module that exposes a new sink and source

Make a new echo-cancel module that exposes a new sink and source. All data sent
to the sink is matched against the data captured from the source and
echo-canceled using the speex echo canceler.
src/Makefile.am
src/modules/module-echo-cancel.c [new file with mode: 0644]