coding python vorbis comment tagger resources

pytagger API

python modules/packages


typedef struct {
 unsigned char *data;
 int storage;
 int fill;
 int returned;

 int unsynced;
 int headerbytes;
 int bodybytes;
} ogg_sync_state;

typedef struct vorbis_comment{
 /* unlimited user comment fields.  libvorbis writes 'libvorbis'
    whatever vendor is set to in encode */
 char **user_comments;
 int   *comment_lengths;
 int    comments;
 char  *vendor;

} vorbis_comment;