Re: Are loss in a convertion M4A TO FLAC?
Reply #3 –
This is not a foobar2000-specific question ... fb2k can tell you whether the codec is ALAC (in which case you can happily convert it,) or AAC (in case you would typically not want to - as long as you can play the lossy file, there is no use in converting it, a "fake lossless" only costs space).
Now if you insist on transcoding or just are curious: Lossy codecs generally work a bit different from integer-format lossless formats, and in order to avoid clipping upon conversion you need to watch out whether the peak is past full scale. Once you have done so, the converted file will be accurate to the bit depth of the target format (e.g. 16 bits), and incur a round-off error below that - but if e.g. the .m4a were created from a CD in the first place, what will be rounded off would be things that got lost in the conversion to .m4a in the first place.