Here is the formula which is straightforward.
| 1 | File size = sampling rate(Hz) * bit depth(Byte) * 2(stereo track) * time(Second) | 
And the samples how to use it.
| 1 | # A 1-minute stereo track at 44.1 kHz and 16-bit depth can easily be around 10 MB. | 
Here is the formula which is straightforward.
| 1 | File size = sampling rate(Hz) * bit depth(Byte) * 2(stereo track) * time(Second) | 
And the samples how to use it.
| 1 | # A 1-minute stereo track at 44.1 kHz and 16-bit depth can easily be around 10 MB. |