I read in another thread that each decrement of the volume control corresponds to -0.5dB. So -24dB = -48 = 52 on the volume control. So you can go down to 52 before you start losing information.
But with integer division you're potentially losing data before that. I'd suggest dropping 6 points at a time (100, 94, 88, ..., 58, 52) because that results in just shifting the bits rather than dividing. -- rjplummer ------------------------------------------------------------------------ rjplummer's Profile: http://forums.slimdevices.com/member.php?userid=8192 View this thread: http://forums.slimdevices.com/showthread.php?t=27832 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/audiophiles
