2023-10-11 12:20 PM
Hello Everyone,
I am working on a project involving digital signal processing (DSP) using the STM32f401 microcontroller. My goal is to integrate external audio, specifically audio recorded in '.wav' format, into my program. I've successfully incorporated microphone audio into my program, but I'm facing challenges when it comes to integrating the external '.wav' audio into the code.
Thank you in advance for your reply
2023-10-11 03:28 PM
What's your proposed storage media for this?
SDIO with an SDCARD and FATFS provides for a f_open(), f_read() type equivalents to STDIO fopen(), fread(), etc.
2023-10-20 05:55 AM
Thank you for the reply and sorry for my late reply. I am kinda new to the stm32 microcontroller, It would be nice if you could clarify by SDCARD what you mean. How can I actually check for that, I think stm32 doesn't have SDcard compatibility, especially the one I am using (stm32f401).