Borodkov / STM32-Advanced

Advanced projects with STM32F746-Discovery board
11 stars 9 forks source link

Read and Play music file on SD card #1

Open Bernard13100 opened 5 years ago

Bernard13100 commented 5 years ago

I'm trying to make an MP3 reader with an STM32F746NG Disco from your 3 examples
DISCO-F746NG_LCDTS_demo to select directory and the music file .wav or mp3 to play, and to control : play, pause, resume, stop, volume

DISCO-F746NG_SD_demo, to read music file selected,
DISCO-F746NG_AUDIO_demo, to play music on the speakers outputs or Headset outputs on CN10 out

Could you help to construct this demo?

Thanks a lot for your support

Borodkov commented 5 years ago

Hello, Bernard I can help -> try start from this

STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Applications\Audio\Audio_playback_and_record

I think it will be good start point for your applacation

"Thanks a lot for your support" - I'm glad if this repo help you