Wav file size calculation formula

Asked By 10 points N/A Posted on -
qa-featured

Hello Guys,

I am dealing with wav file mixing and editing related works. I googled around trying to find a formula for wav file size calculation, but was unable to find. If any Techyv users can provide me the wav file size calculation formula, that will be great.

Please support,

Kurt Tedo

SHARE
Best Answer by Aron Hank
Answered By 0 points N/A #183459

Wav file size calculation formula

qa-featured

Hi Kurt

Here is the wav file calculation formula you need. Size=sample rate*number of channels*(bits per sample/8)*times in second.

Example: A 44.1hHz , stereo 16 bit wav file lasting 60 seconds.

Size=(44.1*2*(16/8*60)1024

Size=10.3359 MB

Best Answer
Best Answer
Answered By 0 points N/A #183457

Wav file size calculation formula

qa-featured

The size of Wav file will depend upon the pace at which it is being sampled and the duration of the file. Hence, if the duration of a file is long, the size of the file will be bigger as well. Secondly, a mono and stereo tell you the channels. As Channels are increasing the file size will also increase. In simple words, a mono file will require half as space as a stereo file.

Basic Formula for File size for WAV file would be

Bitrate*Duration/8 bytes

ie (bits/sample*samples/second*channels)*Duration bits.

You may also look at this site for easy calculator

Related Questions