I have wave files that I want to read th开发者_运维百科eir 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.
What platform? For the PC, you can use the mmioDescend API to walk the RIFF structure of the WAV file.
See AudioFileInfoCs from http://alvas.net/Download/Alvas.Audio.zip
精彩评论