Quote:
Originally Posted by
autumnholy 
When playback, all the file will be upsampled to 1411kbps, 44.1KHz 16Bits like the WAV format? Even though the FLAC file only has 380Kbps file?
So what about the native 24Bits, 96KHz Flac file? What would they be converted to when during playback?
Actually, soundcards usually accept only linear
PCM encoding, which is also used in .wav files, so
every file must be converted to this during playback, even MP3.
FLAC is basically a different encoding for the same data, one which happens to be more space efficient with typical music, at the cost of lower space efficiency with some other signals (encoding white noise with FLAC would likely
increase file size).
A 24b 96kHz FLAC file is decoded to the exact same 24b 96kHz PCM signal which was used to create this file. A 24b 96kHz MP3 file would get decoded to a slightly different 24b 96kHz PCM, because it doesn't preserve all information about original signal in order to achieve better size reduction.
Quote:
Originally Posted by
autumnholy 
My doubt arises when I stumbled across claims where WAV is much more superior than FLAC (and all other lossless formats which has lower bitrate). I thought that all lossless files are identical and the only difference is the compression method, whereby FLAC can be significantly compressed to a smaller file.
And you were right, all lossless files decode exactly to their original PCMs.