Which are the audio file formats supported by STM32f407 board?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-05 2:27 AM
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?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-05 3:34 AM
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).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-05 6:25 AM
Posted on July 05, 2018 at 13:25
The I2S data read in can be converted to which different audio file formats?
