I need to call some procedures from the ID3LIB for MP3 process on Linux NASM X86 but I don't have idea how should I do this.
I already added the libid3-3.8.3-dev, libid3-3.8.3c2a and libid3-tools to my O.S (Linux Ubuntu 14.04) and the id3/ is callable from C and C++ IDEs (example id3/tag.h). I think that the EXTERN instruction maybe has something to do here but I don't know how should I call it
The main target of this code is to open a MP3 file using NASM and do modifications on his content
HINT: I can do this job with ID3LIB or FFMPEG, Which could be the easier option?