readtags: print toc
flac: parse seek table as toc
redo parts of the API to fit more tag-kind-specific info - attached image type
A cross-platform library for reading audio tags, designed mainly for highly constrained environments.
Some features:
Fuzzing has been performed with AFL++.
tags.h
is the API which contains the documentation as well.
examples/readtags.c
is a simple example that reads and prints out tags
of the files specified on the command line.