Typical WAV is lossless and uncompressed PCM audio. Compressed WAV is not necessarily lossy. (Re compression not being lossy, .ZIP is a popular lossless general-purpose compression method; it's bit-perfect in and out.) You can use WAV as a container for just about anything, including lossy audio, but it's rarely used that way.All WAV aren't created equal. Standard (default encoders) WAV format is lossy. What you want is "lossless" WAV for a bit for bit copy.
CD's can also be in MP3 format.
Name one album released on CD that was in MP3 format.
Name one album released on CD that was in MP3 format.
That’s a horse of a different color.Yeah, not albums, I was thinking self made CD's.
Correct, the quote states “...but consist essentially of a stream of bits...”The TOC points to sensible L/R pair alignment points, rather than random bit positions (it might even be to a CIRC frame boundary). A CD isn't simply a stream of bits; there is a complex CIRC frame structure as well. After all, the whole purpose of the recorded bitstream is to deliver error-corrected 16-bit sample pairs to a DAC.
When ripping, most software starts with simple, 16-bit PCM WAV files, as they're the most appropriate format to store the extracted track data.
In short terms a CD is sorta like a 44100 rate 16 bit wav, except without a parity bit, which is why a wav file is slightly larger.
A CD player used a different error correction system so a parity bit was not needed.
That is how I understand it.