On Mon, Jan 14, 2013 at 10:09 PM, Ivan K <ivan_521521(a)yahoo.com> wrote:
I want to write a simple application that can open a .wav file
(stereo or mono), grab the header, and then read and dump
the sample values from a portion of the .wav file to an ascii data
file (I want to plot minute portions of the sound file with
application such as gnuplot).
How about squishyio?
http://svn.xiph.org/trunk/squishyio
the header file probably tells you everything you need to know. I use
it for quick simple things.
(It's the file loader/writer from the Squishyball tool separated out
into a standalone lib)
Monty