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;


posted by geoff on 12/10/2004 10:59:08 AM
[top | permanent | atom feed]

web comics

http://www.cheston.com/pbf/archive.html
http://www.americanelf.com/
http://www.serializer.net/

posted by geoff on 12/09/2004 01:05:05 PM
[top | permanent | atom feed]

technology projects todo

defianceohio.terrorware.com

boxcarbooks.org

posted by geoff on 12/09/2004 01:14:15 AM
[top | permanent | atom feed]

xiph.org: Ogg Vorbis documentation

xiph.org: Ogg Vorbis documentation: "Ogg Vorbis I format specification: comment field and header specification"

posted by geoff on 12/08/2004 12:29:51 PM
[top | permanent | atom feed]