-
Notifications
You must be signed in to change notification settings - Fork 0
Audio file tag reader/editor for ID3/Xiph written in C.
License
jcnix/kajamtag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
There is a sample C program and Makefile in example/, which I will try keeping up to date. Also, the header files are a good source of information on what parameters a function needs. All the necessary functions to use in your application are in kajamtag.h. To install: ./autogen.sh make make install This places some header files in /usr/include/kajamtag, and places a shared library in /usr/lib or /usr/lib64 named libkajamtag.so #include <kajamtag.h> To link against libkajamtag.so, append -lkajamtag to your gcc compile line. C++ and Python bindings will be coming eventually.
About
Audio file tag reader/editor for ID3/Xiph written in C.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published