What constitues 24-bit FLAC

flaclossless

I know there is 16-bit, then there is 24-bit. Now I know 24-bit is higher quality, but is there a difference is kbps or what?

Best Answer

FLAC accepts a couple of integer parameters:

  • PCM bit resolution (4 - 32 bits)
  • Sampling rate (1 Hz - 655,350 Hz)
  • Channels (1 - 8)

All parameters ultimately affect bit rate (in kbps).

The difference between 16-bit and 24-bit FLAC lies in the PCM bit resolution.

The Pulse-code modulation (PCM) is used to digitally represent the audio signal, which is analog.

See also:

Related Question