Hi,
I need some clarification on conversion from wav file format to hex file format.
Aim: let me assume i have a wav file which contains the data for producing a sound(Ex: like click or beep sound). Anyways for producing any kind of the sound i have to send the audio data(Hex format) to DAC through Mcbsp(i2s communication).So i need to convert the wav file to hex file format. I want to prepare a lookup table(hex file) after converting from wav file.
Doubt:
1. Shall i use the wav to hex converter and directly use those hex values as samples for prducing the sound?. Is the audio data will be in correct format after the Covertion?
2. Is there any other options for converting from wav to hex format.
Can Anyone of you give me some clarity on the same?
Thanks In Advance
K.Karthikeyan