6 Feb
2008
6 Feb
'08
3:39 p.m.
Michael Gerdau wrote:
+/* WAVE fmt block constants from Microsoft mmreg.h header */ +#define WAV_FMT_PCM 0x0001 +#define WAV_FMT_IEEE_FLOAT 0x0003 +#define WAV_FMT_DOLBY_AC3_SPDIF 0x0092
Does this mean "copy and paste" from M$ copyrighted work ?
No, mmreg.h actually uses "WAVE_FORMAT_PCM".
Regards, Clemens