maxima analysis of a 'wav' data file



Steve Haflich <smh at franz.com> wrote:

   I think I have some old Common Lisp code that can read wav files, at
   least simple ones, perhaps mono only.  Anyone who wants it can contact
   me.

Found the code.  Looks like it can both read and write wav files with
any number of channels.  Essentially no documentation, so it might be
hard to use (hard to kno0w which routine to call where) without first
reading and understanding some separate documentation about wav format.
See for example here from where one can download the original Microsoft
(revised) specification:

http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html

My code is downloadable here:

http://www.franz.com/~smh/win-wav.lisp