Does anyone know software which can convert my audio .wav file to C code?
I'm trying to use i2s on my stm32 board but the output i am getting is gibberish audio.
Currently I have used Wav to code software but i'm not satisfied with it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-27 8:54 PM
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-27 10:09 PM
C code, or an array of bytes/words?
Should be a couple of minutes coding with STDIO file functions on your host PC​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-27 10:43 PM
An array of bytes.
i want to use i2s function which requires array of music file. How that can be done STDIO file? I didnt understood.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-28 4:09 AM
When you dont understand coding for PC open file ... read ... write .. close
try What is Bin2c (segger.com) or other utils
