Output the audio signal (*.bin) with filtering by IIR filter in the SD card using onboard CODEC. For *.wav file, F746_SD_WavPlayer and F746_SD_GraphicEqualiser are published on mbed. SD カードのオーディオ信号 (*.bin) を遮断周波数可変の IIR フィルタを通して,ボードに搭載されているCODEC で出力する.*.wav 形式のファイル用には,F746_SD_WavPlayer と F746_SD_GraphicEqualiser を mbed で公開している.

Dependencies:   BSP_DISCO_F746NG_patch_fixed F746_GUI LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sat Apr 16 03:57:18 2016 +0000
Parent:
1:e891c9b4f980
Child:
3:492cb0f68526
Commit message:
3

Changed in this revision

F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.lib Show diff for this revision Revisions of this file
SDFileSystem_Warning_Fixed.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/F746_GUI.lib	Sun Apr 10 04:40:01 2016 +0000
+++ b/F746_GUI.lib	Sat Apr 16 03:57:18 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#cbf7ed9092a3
+http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#3813be1ca81d
--- a/SDFileSystem.lib	Sun Apr 10 04:40:01 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/users/DieterGraef/code/SDFileSystem/#c03ef1abef0e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDFileSystem_Warning_Fixed.lib	Sat Apr 16 03:57:18 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/MikamiUitOpen/code/SDFileSystem_Warning_Fixed/#225138ac03fd
--- a/main.cpp	Sun Apr 10 04:40:01 2016 +0000
+++ b/main.cpp	Sat Apr 16 03:57:18 2016 +0000
@@ -7,7 +7,7 @@
 //          拡張子: "*.bin", "*.BIN"
 //      IIR フィルタ ---- 低域通過および高域通過フィルタ
 //
-//  2016/04/10, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/04/16, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "MyFunctions.hpp"
@@ -167,4 +167,3 @@
         sdReader.Close();   // SD のファイルのクローズ
     }
 }
-