I'm trying to make a tool to edit and embed chapter markings in mp3 files (for podcasting) through this spec.
All of the libraries I've found so far do not support the CHAP or CTOC frames, nor can I figure out a way to make them work with custom frames. NTagLite seems to be my favorite so far, but I am having trouble building the source on VS2017 to try splicing in my own methods for different frame types, and at the end of the day I'm not a very advanced programmer so using a ByteStream manually is a bit over my head.
Does anyone know a way to achieve this? Anyone with experience here? Am I just missing the calls in these libraries and that functionality is all already there?