> The dynamic range is so high that sometimes even the double precision(48 > bits) arent enough..
You could store mantissa in one integer and exponent into another one. This will probably be more than enough regarding dynamic range. The drawback is that in this case you are creating your own datatype. You might also want to reduce the allowed dynamic range. Anyway, you will probably have to reduce quality in some way in order to reduce processor requirements. Regards, ---- Gabriel Bouvigne www.mp3-tech.org personal page: http://gabriel.mp3-tech.org _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
