Output the audio signal with filtering by IIR filter in the *.wav file on the SD card using onboard CODEC. SD カードの *.wav ファイルのオーディオ信号を遮断周波数可変の IIR フィルタを通して,ボードに搭載されているCODEC で出力する.

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed FrequencyResponseDrawer F746_SAI_IO Array_Matrix

Revision:
1:cc2669b9d1e2
Parent:
0:04b43b777fae
Child:
7:2964179ff931
--- a/MyClasses_Functions/MyFunctions.hpp	Tue Apr 19 09:46:11 2016 +0000
+++ b/MyClasses_Functions/MyFunctions.hpp	Wed Apr 20 12:10:17 2016 +0000
@@ -1,13 +1,13 @@
 //--------------------------------------------------------------
 //  フィルタ処理付き SD オーディオプレーヤーで使う大域関数(ヘッダ)
 //
-//  2016/04/19, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/04/20, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #ifndef F746_MY_FUNCTIONS_HPP
 #define F746_MY_FUNCTIONS_HPP
 
-#include "sai_io_o.hpp"
+#include "SAI_Output.hpp"
 #include "ButtonGroup.hpp"
 #include "FileSelectorWav.hpp"
 #include "DesignerDrawer.hpp"
@@ -35,4 +35,3 @@
                   float &g0, bool &filterOn);
 
 #endif  // F746_MY_FUNCTIONS_HPP
-