Hi ST Community,
I found an audio.bin file in SAI example. I want to have my own .wav file's .bin file. So, i need help in converting audio files to .bin or hex format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-13 11:49 PM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-14 12:14 AM
If you mean the audio.bin file: It's just a WAV file that has been renamed to BIN.
There are plenty of tools on the net that can be used to convert binary data to HEX, e.g. srecord.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-14 12:14 AM
If you mean the audio.bin file: It's just a WAV file that has been renamed to BIN.
There are plenty of tools on the net that can be used to convert binary data to HEX, e.g. srecord.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-14 12:18 AM
Thank You, @Peter BENSCH​ Sir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-14 9:46 AM
The .WAV file is in a binary form, would suggest you look at the internals with a file viewer / hex editor type tool to understand the nature of the file and its content.
Up vote any posts that you find helpful, it shows what's working..
