Audio singal input and output example for DISCO-F746. Input: MEMS mic, Output: CN10 OUT, Acoustic effect: echo and frequency shift. DISCO-F746 によるオーディオ信号入出力.入力:MEMS マイク,出力:CN10 OUT,音響効果:エコー,周波数変換.

Dependencies:   F746_GUI F746_SAI_IO

Revision:
5:7de034938856
Parent:
4:450b3cf1e164
Child:
6:38f7dce055d0
--- a/main.cpp	Thu Jun 16 01:18:37 2016 +0000
+++ b/main.cpp	Mon Aug 15 06:53:47 2016 +0000
@@ -2,10 +2,10 @@
 //  MEMS マイクの入力に対して音響効果を与える
 //      音響効果:エコー生成,周波数シフト
 //
-//  2016/05/16, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
-#include "InitializeGUI.hpp"
+#include "EffectorInitializeGUI.hpp"
 #include "SAI_InOut.hpp"
 #include "Echo.hpp"
 #include "WeaverModulator.hpp"
@@ -23,7 +23,8 @@
     NumericLabel<int> *frqLabel;
     WaveformDisplay *displayIn, *displayOut;
     
-    InitializeGUI(onOff, menu, barEcho, barFqCh, frqLabel, displayIn, displayOut);
+    EffectorInitializeGUI(onOff, menu, barEcho, barFqCh,
+                          frqLabel, displayIn, displayOut);
 
     ProcessingBase through; // 0: 信号処理なしで出力
     EchoSystem echo;        // 1: エコー生成