From c5411217fd25796949682353d9b913324fde9c72 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 24 Apr 2015 21:22:56 +0200 Subject: [PATCH] [DEV] add supressor of echo --- audio/algo/river/Suppressor.cpp | 201 ++++++++++++++++++++++++++++++++ audio/algo/river/Suppressor.h | 97 +++++++++++++++ lutin_audio_algo_river.py | 3 +- 3 files changed, 300 insertions(+), 1 deletion(-) create mode 100644 audio/algo/river/Suppressor.cpp create mode 100644 audio/algo/river/Suppressor.h diff --git a/audio/algo/river/Suppressor.cpp b/audio/algo/river/Suppressor.cpp new file mode 100644 index 0000000..15e9b1f --- /dev/null +++ b/audio/algo/river/Suppressor.cpp @@ -0,0 +1,201 @@ +/** @file + * @author Edouard DUPIN + * @author Fatima MARFOUQ + * @copyright 2011, Edouard DUPIN, all right reserved + * @license APACHE v2.0 (see license file) + */ + +#include