Hi,
I want to make a program to get track replaygain from a .wav...
How can I calcul it in dB?
For a wav @44100Hz and 16bits per sample (stereo), after the 56th byte (wav header), each 1 of 2 is left byte and right byte?
... DB FD DA FD 5F FD 5F FD ...
Left channel is coding with byte in bold?