I know that to calculate sound pressure level (db SPL) is
20 * log10 (amplitude)
but what I don't understand here is the range of the value. in case 16 bit signed PCM audio, the lowest value is -90 and the largest value is 0 :
[20 * log10 (1/32768)] to [20 * log10 (32768/32768)]
[-90] to [0]
but per wikipedia, 0 is the lowest sound we can heard and 194 db SPL is something like shockwave sound. Could anybody explain what I'm missing here?
Thanks