checksum of raw audio data

Scott Wheeler wheeler at kde.org
Tue Mar 16 20:50:28 CET 2010


> TagLib, perhaps unsurprisingly, is a library for manipulation of audio
> file tags.
>
> If you want the audio data, you'll need to look elsewhere.

Notably, in formats that have containers (Ogg, et al) just finding the  
data that's "not the tags" isn't sufficient (like it would be for MP3)  
since changes at the beginning file can require changes in all  
subsequent blocks.  libsndfile is probably the thing to look at  
(though it will give you actual audio data, not compressed data).

-Scott


More information about the taglib-devel mailing list