I am doing some programming with sdl. Before that I got a music file which says the property as below.
bit rate = 64kbps
audio sample rate = 8bit
channel = 1
audio sample rate = 8khz
audio format = pcm
The length is 26 seconds and what I would like to know how does it end up as 206Kb because if I take the 8KHz * 8bit * 26seconds does not make up to 206Kb? Then my music chunk alen gives me this size 3435760 ?