electrobuz
Member level 2
- Joined
- May 20, 2013
- Messages
- 46
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,638
I am working on a project where I want to play sounds from a microcontroller. I have the required sounds as 8bit 8000 sampled .wav files. The next thing to do is convert the .wav file into a sampled C file. For this I can use wav2c. But I am having trouble getting this done. Appreciate any help on how to work with wav2c or any other alternatives for the same.