After building a simple wav player i would like to build a voice recorder.Get ADC samples and save it in wav format...first of all I attempt to create a simple wave file with 2 samples.
I refer this tutorial
https://ccrma.stanford.edu/cours...
But I fail to create a sample wav file using ancii c compiler.(I create a "sample.wav" file of 46 bytes.When I started to open it in mediaplayer it will give an error.. )Can any body Help me....