From d1b2e076776ca94d28520dfe1c72e375745f62ba Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 21 Apr 2015 21:57:32 +0200 Subject: [PATCH] [DEV] create new API i,terface for speex ==> more stable, ABI stable --- audio/algo/speex/Resampler.cpp | 194 +++++++++++++++++++-------------- audio/algo/speex/Resampler.h | 18 ++- lutin_audio_algo_speex.py | 2 +- test/main.cpp | 12 +- 4 files changed, 126 insertions(+), 100 deletions(-) diff --git a/audio/algo/speex/Resampler.cpp b/audio/algo/speex/Resampler.cpp index bad4830..e3af626 100644 --- a/audio/algo/speex/Resampler.cpp +++ b/audio/algo/speex/Resampler.cpp @@ -8,44 +8,125 @@ #include