Originally posted by: FoBoT
http://www.pcguide.com/ref/cd/formatCDDA-c.html
Data in the CD digital audio format is encoded by starting with a source sound file, and sampling it to convert it to digital format. CD-DA audio uses a sample rate of 44.1 kHz, which is roughly double the highest frequency audible by humans (around 22 kHz.) Each sample is 16 bits in size, and the sampling is done in stereo. Therefore, each second of sound takes (44,100 * 2 * 2) bytes of data, which is 176,400 bytes.
Audio data is stored on the disk in blocks, which are also sometimes called sectors. Each block holds 2,352 bytes of data, with an additional number of bytes used for error detection and correction, as well as control structures. Therefore, 75 blocks are required for each second of sound. On a standard 74-minute CD then, the total amount of storage is (2,352 * 75 * 74 * 60), which is 783,216,000 bytes or about 747 MB. From this derives the handy rule of thumb that a minute of CD audio takes about 10 MB, uncompressed.
winnAr