mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
This adds Andre Adrian's AEC implementation from his intercom project (http://andreadrian.de/intercom/) as an alternative to the speex echo cancellation routines. Since the implementation was in C++ and not in the form of a library, I have converted the code to C and made a local copy of the implementation. The implementation actually works on floating point data, so we can tweak it to work with both integer and floating point samples (currently we just use S16LE).
17 lines
851 B
Text
17 lines
851 B
Text
Copyright (C) DFS Deutsche Flugsicherung (2004). All Rights Reserved.
|
|
|
|
You are allowed to use this source code in any open source or closed
|
|
source software you want. You are allowed to use the algorithms for a
|
|
hardware solution. You are allowed to modify the source code.
|
|
You are not allowed to remove the name of the author from this memo or
|
|
from the source code files. You are not allowed to monopolize the
|
|
source code or the algorithms behind the source code as your
|
|
intellectual property. This source code is free of royalty and comes
|
|
with no warranty.
|
|
|
|
--- The following does not apply to the PulseAudio module ---
|
|
|
|
Please see g711/gen-lic.txt for the ITU-T G.711 codec copyright.
|
|
Please see gsm/gen-lic.txt for the ITU-T GSM codec copyright.
|
|
Please see ilbc/COPYRIGHT and ilbc/NOTICE for the IETF iLBC codec
|
|
copyright.
|