From 569d59e05a922b0939d77831cf2edc1ae64c37f1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 14 Oct 2015 21:21:03 +0200 Subject: [PATCH] [DEV] update new lutin 0.8.0 --- audio/river/io/Manager.cpp | 2 +- audio/river/io/NodePortAudio.h | 2 +- lutin_audio-river-test.py | 27 +++++++-- lutin_audio-river.py | 25 ++++++-- sample/ioViewer/lutin_ioViewer.py | 21 ++++++- sample/read/lutin_river-sample-read.py | 22 ++++++- sample/write/lutin_river-sample-write.py | 22 ++++++- test/debug.cpp | 15 ----- test/debug.h | 43 ------------- test/main.cpp | 28 ++++++++- test/testAEC.h | 16 ++--- test/testEchoDelay.h | 70 +++++++++++----------- test/testFormat.h | 12 ++-- test/testMuxer.h | 16 ++--- test/testPlaybackCallback.h | 12 ++-- test/testPlaybackWrite.h | 14 ++--- test/testRecordCallback.h | 14 ++--- test/testVolume.h | 26 ++++---- widget/audio/river/widget/TemporalViewer.h | 1 - widget/lutin_audio-river-widget.py | 29 +++++++-- 20 files changed, 242 insertions(+), 175 deletions(-) delete mode 100644 test/debug.cpp delete mode 100644 test/debug.h diff --git a/audio/river/io/Manager.cpp b/audio/river/io/Manager.cpp index 15730af..799d935 100644 --- a/audio/river/io/Manager.cpp +++ b/audio/river/io/Manager.cpp @@ -21,7 +21,7 @@ #define __class__ "io::Manager" #ifdef AUDIO_RIVER_BUILD_PORTAUDIO - #include + #include #endif static std::string basicAutoConfig = diff --git a/audio/river/io/NodePortAudio.h b/audio/river/io/NodePortAudio.h index d0d3d3e..c581d13 100644 --- a/audio/river/io/NodePortAudio.h +++ b/audio/river/io/NodePortAudio.h @@ -11,7 +11,7 @@ #include