views:

54

answers:

1

I have wave files that I want to read their header content. I was just wondering if there is a quick library I can use or any free software that I can open my audio with, and gives me some usefull header information.

A: 

What platform? For the PC, you can use the mmioDescend API to walk the RIFF structure of the WAV file.

Larry Osterman