Re: 32 bit integer WAV file writer?
On Sep 24, 9:13 am, "Vladimir Vassilevsky"
<antispam_bo...@hotmail.com> wrote:
> You don't need all that junk. The wave file header structure is trivial; it
> is all explained in MSDN.
Well, at least, it CAN be trivial -- 44 bytes, if I remember
correctly; specifying sampling rate, number of channels, bytes per
sample, number of bytes in entire file, maybe one or two other fields
that don't come to mind right now ... all in human-readable form. It
can also be horrendously complex, if you choose to make it such. It
is a Microsoft standard, after all.
Greg
|