I am using stm32f7508-DK - How to create .wav file header?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-06 2:46 PM
I am using stm32f7508-DK,
Working on audio recorder.c BSP example,
<example working fine need to customize the example to meet our requirement>
i want to created ( .wav) file based on incoming audio signal from microphones <U20 , U21 designator on Hardware>
kindly suggest me any examples do create the (.wav) file incoming audio signal from microphone.
how to create (.wav file ) ?
Thanks
- Labels:
-
Audio
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 6:48 AM
you can look at the positions in the last answer in this conversation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 1:23 PM
A bot or a user, who cannot even remember his e-mail address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 1:32 PM
your guess?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 3:24 PM
I posted the wrong link... I mean this topic:
https://community.st.com/s/question/0D53W00001XO5tASAT/how-to-create-wav-file-header-
Your explanation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-09 6:15 PM
Well we've been getting a lot of that kind of cut-n-paste spam, so at the very least a dupe post. Are you the same person? A different person taking the same class?
Most of these thing start with getting a viable SDIO/SDMMC driver up and running, and then FatFS on top of that. Writing files, managing data, on the STM32 is similar to any other platform. The WAV format has been around for decades, the headers and form documented, with countless examples, that even the academics should have encountered and teach it.
Up vote any posts that you find helpful, it shows what's working..
