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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BSP_AudioOut_Overwrite.hpp Source File

BSP_AudioOut_Overwrite.hpp

00001 //--------------------------------------------------------------
00002 //  Overwrite functuions and define calback function (Header)
00003 //  for functions in stm32746g_discovery_audio.cpp
00004 //--------------------------------------------------------------
00005 
00006 #ifndef F746_AUDIO_OUT_OVERWRITE_HPP
00007 #define F746_AUDIO_OUT_OVERWRITE_HPP
00008 
00009 #include "stm32746g_discovery_audio.h"
00010 #include "sai_io_o.hpp"
00011 
00012 void AUDIO_OUT_SAIx_DMAx_IRQHandler();
00013 
00014 #endif  // F746_AUDIO_OUT_OVERWRITE_HPP