In article <1115714667.185637.50000@f14g2000cwb.googlegroups.com>,
<spikelee911@hotmail.com> wrote:
>Hi,
>where can I find in the header of a .wav-file whether it is 32 bit int
>or 32 bit float. Thanks for helping.
I don't think the actual wav file format allows floating point values,
just int pcm. At least, the broadcast wav standard doesn't allow it.
You can find the compression code at 0x06, and for a standard PCM file
it'll be 0x0001. If it's anything else odd (like floating point data),
it will be something else. It should be 0xFFFF for any nonstandard data.
--scott
--
"C'est un Nagra. C'est suisse, et tres, tres precis."
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.