Fons,
"in a few minutes" is true for *you* rather for me :-)
======= On Thursday 13 July 2006 22:07, Fons Adriaensen wrote: =======
On Thu, Jul 13, 2006 at 09:56:58PM +0400, Andrew Gaydenko wrote:
I mean some minimal C++ class set like: WavFile,
WavHeader, WavFrame with
few apparent methods (open/close, read/write frame(s)).
Libsndsfile is plain C, but will do what you want without any fuss.
You could write a WAV specific C++ wrapper on top of this in a few minutes.