Skip to main content
Niyathi Shenoy
Associate III
July 5, 2018
Question

Which are the audio file formats supported by STM32f407 board?

  • July 5, 2018
  • 2 replies
  • 749 views
Posted on July 05, 2018 at 11:27

I have a 4 channel ADC ADAU 1978 that records sound from 3 different microphones attached to it. Now the recorded data is in I2S format. How do i convert this I2S data to .WAV/ mp3 audio file format? Also, which are the different audio file formats supported by stm32f407?

    This topic has been closed for replies.

    2 replies

    AvaTar
    Senior III
    July 5, 2018
    Posted on July 05, 2018 at 12:34

    The STM32F407 doesn't know or support any 'audio file format'. Once the I2S data are read in, this must be done with software (your code).

    Niyathi Shenoy
    Associate III
    July 5, 2018
    Posted on July 05, 2018 at 13:25

    The I2S data read in can be converted to which different audio file formats?