This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to convert .wav file into .hex file?

I want to use .wav files for sound generation. In order write those hex files on eeprom using eeprom programmer I want to convert those .wav files(Containing only RAW data and header is removed)into .hex files. Is there any utility available to do so?

Parents
  • If you have downloaded the legacy pack from keil.com/mdk5 (click the link in the gray box on the top right of the screen, and download the arm7/9 example

    Once you have the pack, take a look at this example which converts wavs into something that can be loaded onto a board

    C:\Keil_v5\ARM\Boards\Keil\MCB2130\VoicePlayer\

    The WAVs are in the audiodata folder

Reply
  • If you have downloaded the legacy pack from keil.com/mdk5 (click the link in the gray box on the top right of the screen, and download the arm7/9 example

    Once you have the pack, take a look at this example which converts wavs into something that can be loaded onto a board

    C:\Keil_v5\ARM\Boards\Keil\MCB2130\VoicePlayer\

    The WAVs are in the audiodata folder

Children
No data