darrenyeats wrote: > Thanks Mynb, > If the aim is not to truncate, the first numbers I expect to pop out are > binary roots of 65536 (i.e. powers of 2) e.g. 256, 512, ..., 16384, > 32768. Their absence indicates that avoiding truncation was not a goal > at all. >
The table gain values of 2048 and greater are all multiples of 256. That means if you multiply 16-bit data by the table values, the least significant 8 bits of the 32-bit result will be all zeros - so there is no truncation when the most significant 24 bits are fed to a 24-bit DAC. The 2048 gain value corresponds to -30.1dB. With lower gain values than that there is truncation. ------------------------------------------------------------------------ utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900 View this thread: http://forums.slimdevices.com/showthread.php?t=103842 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
