Hi to everyone!

First let me thank you for all of your help until now, I managed to solve my problems and am continuing to learn from my mistakes. I would like to start with audio.

I need to build a simple audio player which will play .wav files for now. My idea is simple, the audio file has to be read and sent to the audio processor. I understand that there are different formats because they are just compressed audio, this means I need to de-compress them and send them to the audio processor. Can you please give me some simple C audio .wav example. I need only the most basic parts, because its very hard to figure out the whole code.

Thank you in advance!