Comment by nullc
4 days ago
I didn't say anything about DACs! I'm correcting a specific claim you made
> Nobody uses 32 bit float for recording (to do so is just to capture at least 10 bits of noise, most of that being brownian);
This is not true and not true for a good and important reason! One which has no bearing on the kind of DACs that exist.
Modern field recorders allow gains set a 'reasonable' level that maximizes SNR for recordings but still won't clip when there are much louder peaks. Not so dissimilar to how a 6-digit multimeter can achieve its advertised performance both on a 0-5v range and a 0-300v range but cannot give more than 6 digits at the higher range.
When I said "nobody uses 32 bit float for recording", I am referring to the result of the DA process that generates samples values used by a recorder.
Obviously, everyone and their mother uses 32 bit float as an internal sample format because of its fitness for purpose (except the folks who think they need 64 or 80 bit floating point, of course). But they are not using "32 bit floating point samples" - the samples come from an (at best) 18-22 bit integer conversion.