| > Rode NT1-A 5th gen microphone claims 32-bit float output, insisting it will not clip peaks Of course it does! And that's what it does, of course. But that has absolutely nothing to do with the AD process itself, which is chip-limited to 24 bits and likely physics-limited to somewhat less than that. You can't beat the physical limit of a DA circuit by doubling them up at different gains. And .. you don't want to. Going beyond 22 bits gets you into brownian noise pretty quickly, which is completely pointless. The best you can do (or could do) is get a very, very, very good DA that can really do 22 bits (likely not commercially available because of the expense), and then get the samples from it in whatever format works best for your purpose (24 bit integer, some fixed point value, or 32 bit floating point). |
but what if you "allow" double that voltage and call it 2.0 float? a strong pressure into the microphone generates a stronger voltage
thermal noise limits you on the quiet signals, but not on the powerfull ones
so 22 bit for typical -1.0 -> 1.0 range and you can add a few more bits on top of that for stronger audio pressures (voltages) which you would traditionally clip